[==========] 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:19.916061   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41107,127.0.107.253:33159,127.0.107.252:36143
I20260630 12:11:19.917848   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:19.918943   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:19.936116   438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:19.936478   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:19.936923   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:19.939822   431 server_base.cc:1061] running on GCE node
I20260630 12:11:21.083096   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:21.083386   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:21.083576   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821481083557 us; error 0 us; skew 500 ppm
I20260630 12:11:21.084353   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:21.089648   431 webserver.cc:533] Webserver started at http://127.0.107.254:32769/ using document root <none> and password file <none>
I20260630 12:11:21.090458   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:21.090662   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:21.091073   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:21.097338   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "68a951b64cb8443cb52695bf468acdcf"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.106212   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.004s
I20260630 12:11:21.112716   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:21.114022   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:21.114398   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "68a951b64cb8443cb52695bf468acdcf"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.114722   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-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:21.188422   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:21.190207   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:21.190718   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:21.273343   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41107
I20260630 12:11:21.273398   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41107 every 8 connection(s)
I20260630 12:11:21.279794   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:21.281638   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:21.287057   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:21.288763   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:21.294260   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:21.294487   431 server_base.cc:1061] running on GCE node
I20260630 12:11:21.295289   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:21.295562   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:21.295732   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821481295712 us; error 0 us; skew 500 ppm
I20260630 12:11:21.296252   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:21.300307   431 webserver.cc:533] Webserver started at http://127.0.107.253:34409/ using document root <none> and password file <none>
I20260630 12:11:21.300810   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:21.301012   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:21.301263   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:21.302784   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root/instance:
uuid: "d66fbb81edd741c681e4e3112e7cc5db"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.304733   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.308050   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:11:21.313596   509 log_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:21.314648   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:21.315097   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
uuid: "d66fbb81edd741c681e4e3112e7cc5db"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.315599   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-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:21.335397   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:21.338131   449 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33159: connect: Connection refused (error 111)
W20260630 12:11:21.343403   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33159: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33159: connect: Connection refused (error 111)
I20260630 12:11:21.351454   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:21.352711   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:21.393318   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: 33159 } attempt: 1
W20260630 12:11:21.398586   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33159: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33159: connect: Connection refused (error 111)
I20260630 12:11:21.425697   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:33159
I20260630 12:11:21.425872   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:33159 every 8 connection(s)
I20260630 12:11:21.430789   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:21.431246   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:21.438223   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
I20260630 12:11:21.439704   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:21.440061   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:21.446565   431 server_base.cc:1061] running on GCE node
W20260630 12:11:21.448668   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:21.449463   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:21.449774   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:21.449987   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821481449970 us; error 0 us; skew 500 ppm
I20260630 12:11:21.450649   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:21.455009   431 webserver.cc:533] Webserver started at http://127.0.107.252:32949/ using document root <none> and password file <none>
I20260630 12:11:21.455654   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:21.455900   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:21.456220   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:21.457399   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root/instance:
uuid: "e3438aa0a79f4f6b938b75ce835ea4a0"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.457692   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.464476   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:11:21.467060   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: 33159 } attempt: 2
I20260630 12:11:21.469877   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:21.470737   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:21.471025   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
uuid: "e3438aa0a79f4f6b938b75ce835ea4a0"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.471386   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:21.474181   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.483424   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:21.487112   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:36143: Network error: Client connection negotiation failed: client connection to 127.0.107.252:36143: connect: Connection refused (error 111)
W20260630 12:11:21.488513   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:36143: Network error: Client connection negotiation failed: client connection to 127.0.107.252:36143: connect: Connection refused (error 111)
I20260630 12:11:21.494596   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:21.495818   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:21.519924   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: 36143 } attempt: 1
W20260630 12:11:21.524531   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:36143: Network error: Client connection negotiation failed: client connection to 127.0.107.252:36143: connect: Connection refused (error 111)
I20260630 12:11:21.530534   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: 36143 } attempt: 1
W20260630 12:11:21.535270   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:36143: Network error: Client connection negotiation failed: client connection to 127.0.107.252:36143: connect: Connection refused (error 111)
I20260630 12:11:21.573338   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:36143
I20260630 12:11:21.573428   628 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:36143 every 8 connection(s)
I20260630 12:11:21.577913   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:21.578114   629 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:21.583667   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.595220   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.600394   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: 36143 } attempt: 2
I20260630 12:11:21.603844   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: 36143 } attempt: 2
I20260630 12:11:21.607430   629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:21.629985   629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: Bootstrap starting.
I20260630 12:11:21.630020   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: Bootstrap starting.
I20260630 12:11:21.630046   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: Bootstrap starting.
I20260630 12:11:21.637394   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:21.638226   629 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:21.638495   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:21.639920   563 log.cc:826] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: Log is configured to *not* fsync() on all Append() calls
I20260630 12:11:21.646389   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: No bootstrap required, opened a new log
I20260630 12:11:21.646941   629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: No bootstrap required, opened a new log
I20260630 12:11:21.647024   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: No bootstrap required, opened a new log
I20260630 12:11:21.666678   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.666690   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.666690   629 raft_consensus.cc:359] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.667434   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:21.667649   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:21.667709   629 raft_consensus.cc:385] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:21.667769   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68a951b64cb8443cb52695bf468acdcf, State: Initialized, Role: FOLLOWER
I20260630 12:11:21.668040   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d66fbb81edd741c681e4e3112e7cc5db, State: Initialized, Role: FOLLOWER
I20260630 12:11:21.668057   629 raft_consensus.cc:740] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3438aa0a79f4f6b938b75ce835ea4a0, State: Initialized, Role: FOLLOWER
I20260630 12:11:21.668891   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.668941   629 consensus_queue.cc:260] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.668846   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:21.674391   640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [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: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:21.675390   640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:21.676663   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:21.677213   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [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: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:21.677966   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:21.678722   629 sys_catalog.cc:565] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:21.679062   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [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: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:21.680538   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:21.680490   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:11:21.697268   452 tablet.cc:2406] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:11:21.737747   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:11:21.737970   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:11:21.739583   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:21.744370   670 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:21.744733   670 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:21.748273   671 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:21.748253   673 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:21.748682   673 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:21.749465   671 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:21.753322   675 instance_detector.cc: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:21.758039   676 instance_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:21.762313   431 server_base.cc:1061] running on GCE node
W20260630 12:11:21.762706   678 instance_detector.cc: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:21.763901   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:21.764178   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:21.764412   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821481764387 us; error 0 us; skew 500 ppm
I20260630 12:11:21.765123   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:21.768168   431 webserver.cc:533] Webserver started at http://127.0.107.193:44627/ using document root <none> and password file <none>
I20260630 12:11:21.768784   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:21.769029   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:21.769366   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:21.770893   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "d531b02f13764f9eb8a516c180277224"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.776917   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:11:21.781812   683 log_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:21.782744   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:11:21.783114   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "d531b02f13764f9eb8a516c180277224"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:21.783520   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-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:21.800642   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:21.802356   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:21.805222   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:21.810441   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:21.810755   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:21.811056   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:21.811298   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:21.910537   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43191
I20260630 12:11:21.910583   745 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43191 every 8 connection(s)
I20260630 12:11:21.943749   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:21.953032   748 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260630 12:11:21.953600   748 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:21.955601   748 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260630 12:11:21.961309   463 ts_manager.cc:194] Registered new tserver with Master: d531b02f13764f9eb8a516c180277224 (127.0.107.193:43191)
I20260630 12:11:21.964066   746 heartbeater.cc:344] Connected to a master server at 127.0.107.252:36143
I20260630 12:11:21.964710   746 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:21.968380   747 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33159
I20260630 12:11:21.968924   747 heartbeater.cc:461] Registering TS with master...
W20260630 12:11:21.970541   753 instance_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:21.970643   747 heartbeater.cc:507] Master 127.0.107.253:33159 requested a full tablet report, sending...
I20260630 12:11:21.971573   746 heartbeater.cc:507] Master 127.0.107.252:36143 requested a full tablet report, sending...
I20260630 12:11:21.977205   594 ts_manager.cc:194] Registered new tserver with Master: d531b02f13764f9eb8a516c180277224 (127.0.107.193:43191)
I20260630 12:11:21.980520   528 ts_manager.cc:194] Registered new tserver with Master: d531b02f13764f9eb8a516c180277224 (127.0.107.193:43191)
W20260630 12:11:21.986577   754 instance_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:21.990731   431 server_base.cc:1061] running on GCE node
W20260630 12:11:21.991295   756 instance_detector.cc: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:21.992368   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:21.992656   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:21.992897   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821481992878 us; error 0 us; skew 500 ppm
I20260630 12:11:21.993610   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:21.996488   431 webserver.cc:533] Webserver started at http://127.0.107.194:42223/ using document root <none> and password file <none>
I20260630 12:11:21.997115   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:21.997357   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:21.997679   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:21.999122   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "f798406caa3e484bb26205065c25d2f9"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:22.004719   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:11:22.009409   761 log_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.010231   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:11:22.010576   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "f798406caa3e484bb26205065c25d2f9"
format_stamp: "Formatted at 2026-06-30 12:11:21 on dist-test-slave-g2rq"
I20260630 12:11:22.010933   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-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:22.028671   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:22.030288   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:22.031813   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:22.034837   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:22.035096   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.035388   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:22.035601   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.051151   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:22.051926   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:22.055994   640 raft_consensus.cc:493] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:22.055377   638 leader_election.cc:290] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 68a951b64cb8443cb52695bf468acdcf (127.0.107.254:41107), e3438aa0a79f4f6b938b75ce835ea4a0 (127.0.107.252:36143)
I20260630 12:11:22.056599   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d66fbb81edd741c681e4e3112e7cc5db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" is_pre_election: true
I20260630 12:11:22.056495   640 raft_consensus.cc:515] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:22.057343   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d66fbb81edd741c681e4e3112e7cc5db in term 0.
I20260630 12:11:22.058941   640 leader_election.cc:290] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d66fbb81edd741c681e4e3112e7cc5db (127.0.107.253:33159), e3438aa0a79f4f6b938b75ce835ea4a0 (127.0.107.252:36143)
I20260630 12:11:22.059863   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d66fbb81edd741c681e4e3112e7cc5db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a951b64cb8443cb52695bf468acdcf" is_pre_election: true
I20260630 12:11:22.062057   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "68a951b64cb8443cb52695bf468acdcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d66fbb81edd741c681e4e3112e7cc5db" is_pre_election: true
I20260630 12:11:22.061066   513 leader_election.cc:304] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d66fbb81edd741c681e4e3112e7cc5db, e3438aa0a79f4f6b938b75ce835ea4a0; no voters: 
I20260630 12:11:22.063411   538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 68a951b64cb8443cb52695bf468acdcf in term 0.
I20260630 12:11:22.064600   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d66fbb81edd741c681e4e3112e7cc5db in term 0.
I20260630 12:11:22.065373   449 leader_election.cc:304] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 68a951b64cb8443cb52695bf468acdcf, d66fbb81edd741c681e4e3112e7cc5db; no voters: 
I20260630 12:11:22.066617   640 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:22.067054   640 raft_consensus.cc:493] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:22.067520   640 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:22.062448   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "68a951b64cb8443cb52695bf468acdcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" is_pre_election: true
I20260630 12:11:22.071678   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:22.071943   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 68a951b64cb8443cb52695bf468acdcf in term 0.
I20260630 12:11:22.079770   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:22.080291   638 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:22.080371   640 raft_consensus.cc:515] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:22.084153   538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "68a951b64cb8443cb52695bf468acdcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d66fbb81edd741c681e4e3112e7cc5db"
I20260630 12:11:22.086342   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "68a951b64cb8443cb52695bf468acdcf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0"
I20260630 12:11:22.086889   603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:22.088421   640 leader_election.cc:290] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [CANDIDATE]: Term 1 election: Requested vote from peers d66fbb81edd741c681e4e3112e7cc5db (127.0.107.253:33159), e3438aa0a79f4f6b938b75ce835ea4a0 (127.0.107.252:36143)
I20260630 12:11:22.088030   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:22.091907   538 raft_consensus.cc:2393] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 68a951b64cb8443cb52695bf468acdcf in current term 1: Already voted for candidate d66fbb81edd741c681e4e3112e7cc5db in this term.
I20260630 12:11:22.093402   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d66fbb81edd741c681e4e3112e7cc5db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68a951b64cb8443cb52695bf468acdcf"
I20260630 12:11:22.094424   473 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d66fbb81edd741c681e4e3112e7cc5db in current term 1: Already voted for candidate 68a951b64cb8443cb52695bf468acdcf in this term.
I20260630 12:11:22.096146   638 leader_election.cc:290] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [CANDIDATE]: Term 1 election: Requested vote from peers 68a951b64cb8443cb52695bf468acdcf (127.0.107.254:41107), e3438aa0a79f4f6b938b75ce835ea4a0 (127.0.107.252:36143)
I20260630 12:11:22.096432   604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d66fbb81edd741c681e4e3112e7cc5db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0"
I20260630 12:11:22.098786   513 leader_election.cc:304] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [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: d66fbb81edd741c681e4e3112e7cc5db; no voters: 68a951b64cb8443cb52695bf468acdcf, e3438aa0a79f4f6b938b75ce835ea4a0
I20260630 12:11:22.101617   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 68a951b64cb8443cb52695bf468acdcf in term 1.
I20260630 12:11:22.102406   638 raft_consensus.cc:2749] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:22.103765   449 leader_election.cc:304] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [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: 68a951b64cb8443cb52695bf468acdcf, e3438aa0a79f4f6b938b75ce835ea4a0; no voters: d66fbb81edd741c681e4e3112e7cc5db
I20260630 12:11:22.104553   640 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:22.106832   640 raft_consensus.cc:697] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 LEADER]: Becoming Leader. State: Replica: 68a951b64cb8443cb52695bf468acdcf, State: Running, Role: LEADER
I20260630 12:11:22.107842   640 consensus_queue.cc:237] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } }
I20260630 12:11:22.117230   780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 68a951b64cb8443cb52695bf468acdcf. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.118336   780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:22.120987   785 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:22.129343   785 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:22.150300   603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 1 FOLLOWER]: Refusing update from remote peer 68a951b64cb8443cb52695bf468acdcf: 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:22.150509   538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Refusing update from remote peer 68a951b64cb8443cb52695bf468acdcf: 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:22.152423   640 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:22.154294   640 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [LEADER]: Connected to new peer: Peer: permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:22.164690   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: SysCatalogTable state changed. Reason: New leader 68a951b64cb8443cb52695bf468acdcf. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.165532   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.184615   640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.185094   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 68a951b64cb8443cb52695bf468acdcf. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.185786   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.185501   640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:22.195868   785 catalog_manager.cc:1383] Generated new cluster ID: adcbb1c428b044dcaaaf431d28dfe0d2
I20260630 12:11:22.196228   785 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:22.198786   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.199537   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.195868   780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.204604   780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:22.231402   785 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:22.233525   785 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:22.246273   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "68a951b64cb8443cb52695bf468acdcf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "68a951b64cb8443cb52695bf468acdcf" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 41107 } } peers { permanent_uuid: "d66fbb81edd741c681e4e3112e7cc5db" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33159 } } peers { permanent_uuid: "e3438aa0a79f4f6b938b75ce835ea4a0" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 36143 } } }
I20260630 12:11:22.247581   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:22.280055   785 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: Generated new TSK 0
I20260630 12:11:22.287706   785 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:22.315609   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39715
I20260630 12:11:22.315693   835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39715 every 8 connection(s)
I20260630 12:11:22.351639   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:22.353516   836 heartbeater.cc:344] Connected to a master server at 127.0.107.252:36143
I20260630 12:11:22.354138   837 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33159
I20260630 12:11:22.354458   836 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.354552   837 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.355494   836 heartbeater.cc:507] Master 127.0.107.252:36143 requested a full tablet report, sending...
I20260630 12:11:22.355551   837 heartbeater.cc:507] Master 127.0.107.253:33159 requested a full tablet report, sending...
I20260630 12:11:22.358836   528 ts_manager.cc:194] Registered new tserver with Master: f798406caa3e484bb26205065c25d2f9 (127.0.107.194:39715)
I20260630 12:11:22.360306   594 ts_manager.cc:194] Registered new tserver with Master: f798406caa3e484bb26205065c25d2f9 (127.0.107.194:39715)
W20260630 12:11:22.364115   843 instance_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:22.365487   838 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260630 12:11:22.365820   838 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.366508   838 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260630 12:11:22.368284   463 ts_manager.cc:194] Registered new tserver with Master: f798406caa3e484bb26205065c25d2f9 (127.0.107.194:39715)
I20260630 12:11:22.370846   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60598
W20260630 12:11:22.375787   844 instance_detector.cc: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.379377   846 instance_detector.cc: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.383206   431 server_base.cc:1061] running on GCE node
I20260630 12:11:22.384235   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:22.384442   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.384608   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821482384589 us; error 0 us; skew 500 ppm
I20260630 12:11:22.385111   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:22.387676   431 webserver.cc:533] Webserver started at http://127.0.107.195:43061/ using document root <none> and password file <none>
I20260630 12:11:22.388108   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:22.388291   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:22.388536   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:22.389541   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "d3f6992b194840909b3ccdea0d479ca2"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-g2rq"
I20260630 12:11:22.393894   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:22.397262   851 log_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.398128   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:11:22.398427   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "d3f6992b194840909b3ccdea0d479ca2"
format_stamp: "Formatted at 2026-06-30 12:11:22 on dist-test-slave-g2rq"
I20260630 12:11:22.398717   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782821479742301-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:22.422667   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:22.423933   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:22.426311   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:22.430614   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:22.430851   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.431110   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:22.431269   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:22.523576   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35087
I20260630 12:11:22.523857   913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35087 every 8 connection(s)
I20260630 12:11:22.553336   914 heartbeater.cc:344] Connected to a master server at 127.0.107.252:36143
I20260630 12:11:22.553764   914 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.554711   914 heartbeater.cc:507] Master 127.0.107.252:36143 requested a full tablet report, sending...
I20260630 12:11:22.557601   594 ts_manager.cc:194] Registered new tserver with Master: d3f6992b194840909b3ccdea0d479ca2 (127.0.107.195:35087)
I20260630 12:11:22.562448   916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41107
I20260630 12:11:22.562842   916 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.563781   916 heartbeater.cc:507] Master 127.0.107.254:41107 requested a full tablet report, sending...
I20260630 12:11:22.564880   915 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33159
I20260630 12:11:22.565191   915 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:22.565845   915 heartbeater.cc:507] Master 127.0.107.253:33159 requested a full tablet report, sending...
I20260630 12:11:22.567773   463 ts_manager.cc:194] Registered new tserver with Master: d3f6992b194840909b3ccdea0d479ca2 (127.0.107.195:35087)
I20260630 12:11:22.567953   528 ts_manager.cc:194] Registered new tserver with Master: d3f6992b194840909b3ccdea0d479ca2 (127.0.107.195:35087)
I20260630 12:11:22.568832   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012317654s
I20260630 12:11:22.569525   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60614
I20260630 12:11:22.749840   670 catalog_manager.cc:1295] Loaded cluster ID: adcbb1c428b044dcaaaf431d28dfe0d2
I20260630 12:11:22.750145   670 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: loading cluster ID for follower catalog manager: success
I20260630 12:11:22.755422   670 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: acquiring CA information for follower catalog manager: success
I20260630 12:11:22.756567   671 catalog_manager.cc:1295] Loaded cluster ID: adcbb1c428b044dcaaaf431d28dfe0d2
I20260630 12:11:22.756881   671 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: loading cluster ID for follower catalog manager: success
I20260630 12:11:22.759186   670 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:22.763933   671 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: acquiring CA information for follower catalog manager: success
I20260630 12:11:22.769380   671 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:22.968792   463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60594
I20260630 12:11:23.374750   838 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260630 12:11:23.572777   916 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260630 12:11:23.735709   672 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:23.804062   463 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55748:
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:23.911239   879 tablet_service.cc:1511] Processing CreateTablet for tablet 20a91706f2bf4ace9d7799a112c34a04 (DEFAULT_TABLE table=test-workload [id=1471b4847ebb42c681d1bbd3796837dc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:11:23.913578   879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 20a91706f2bf4ace9d7799a112c34a04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:23.914728   711 tablet_service.cc:1511] Processing CreateTablet for tablet ab3216dce51547a7b1c12a2311d66a81 (DEFAULT_TABLE table=test-workload [id=1471b4847ebb42c681d1bbd3796837dc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:11:23.916196   711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab3216dce51547a7b1c12a2311d66a81. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:23.916251   710 tablet_service.cc:1511] Processing CreateTablet for tablet edbcc34c3fb745f29d29251d1add17ef (DEFAULT_TABLE table=test-workload [id=1471b4847ebb42c681d1bbd3796837dc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:11:23.917292   792 tablet_service.cc:1511] Processing CreateTablet for tablet 40d4b87951ab43769b754c32e0ced0f3 (DEFAULT_TABLE table=test-workload [id=1471b4847ebb42c681d1bbd3796837dc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:11:23.918166   710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet edbcc34c3fb745f29d29251d1add17ef. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:23.918819   792 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40d4b87951ab43769b754c32e0ced0f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:23.941969   949 tablet_bootstrap.cc:492] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: Bootstrap starting.
I20260630 12:11:23.943419   951 tablet_bootstrap.cc:492] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: Bootstrap starting.
I20260630 12:11:23.945885   950 tablet_bootstrap.cc:492] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: Bootstrap starting.
I20260630 12:11:23.950594   949 tablet_bootstrap.cc:654] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:23.953524   951 tablet_bootstrap.cc:654] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:23.954360   950 tablet_bootstrap.cc:654] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:23.959033   949 tablet_bootstrap.cc:492] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: No bootstrap required, opened a new log
I20260630 12:11:23.959643   949 ts_tablet_manager.cc:1403] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.006s
I20260630 12:11:23.962952   951 tablet_bootstrap.cc:492] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: No bootstrap required, opened a new log
I20260630 12:11:23.963171   950 tablet_bootstrap.cc:492] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: No bootstrap required, opened a new log
I20260630 12:11:23.962918   949 raft_consensus.cc:359] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:23.963725   951 ts_tablet_manager.cc:1403] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.011s
I20260630 12:11:23.963752   950 ts_tablet_manager.cc:1403] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.008s
I20260630 12:11:23.963816   949 raft_consensus.cc:385] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:23.964522   949 raft_consensus.cc:740] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d531b02f13764f9eb8a516c180277224, State: Initialized, Role: FOLLOWER
I20260630 12:11:23.965238   949 consensus_queue.cc:260] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:23.965888   949 raft_consensus.cc:399] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:23.966208   949 raft_consensus.cc:493] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:23.966532   949 raft_consensus.cc:3060] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:23.967180   951 raft_consensus.cc:359] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f798406caa3e484bb26205065c25d2f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39715 } }
I20260630 12:11:23.967767   951 raft_consensus.cc:385] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:23.967594   950 raft_consensus.cc:359] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d3f6992b194840909b3ccdea0d479ca2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35087 } }
I20260630 12:11:23.968109   951 raft_consensus.cc:740] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f798406caa3e484bb26205065c25d2f9, State: Initialized, Role: FOLLOWER
I20260630 12:11:23.968230   950 raft_consensus.cc:385] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:23.968550   950 raft_consensus.cc:740] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3f6992b194840909b3ccdea0d479ca2, State: Initialized, Role: FOLLOWER
I20260630 12:11:23.968870   951 consensus_queue.cc:260] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f798406caa3e484bb26205065c25d2f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39715 } }
I20260630 12:11:23.969226   950 consensus_queue.cc:260] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d3f6992b194840909b3ccdea0d479ca2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35087 } }
I20260630 12:11:23.969648   951 raft_consensus.cc:399] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:23.969852   950 raft_consensus.cc:399] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:23.969988   951 raft_consensus.cc:493] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:23.970193   950 raft_consensus.cc:493] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:23.970377   951 raft_consensus.cc:3060] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:23.970570   950 raft_consensus.cc:3060] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:23.972890   748 heartbeater.cc:499] Master 127.0.107.254:41107 was elected leader, sending a full tablet report...
I20260630 12:11:23.976353   949 raft_consensus.cc:515] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:23.977011   949 leader_election.cc:304] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [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: d531b02f13764f9eb8a516c180277224; no voters: 
I20260630 12:11:23.977641   951 raft_consensus.cc:515] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f798406caa3e484bb26205065c25d2f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39715 } }
I20260630 12:11:23.977641   950 raft_consensus.cc:515] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d3f6992b194840909b3ccdea0d479ca2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35087 } }
I20260630 12:11:23.979019   951 leader_election.cc:304] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [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: f798406caa3e484bb26205065c25d2f9; no voters: 
I20260630 12:11:23.979126   950 leader_election.cc:304] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [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: d3f6992b194840909b3ccdea0d479ca2; no voters: 
I20260630 12:11:23.989110   949 leader_election.cc:290] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:23.989405   955 raft_consensus.cc:2804] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:24.005381   950 leader_election.cc:290] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:24.008154   957 raft_consensus.cc:2804] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:24.013501   951 leader_election.cc:290] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:24.014818   956 raft_consensus.cc:2804] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:24.020761   951 ts_tablet_manager.cc:1434] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: Time spent starting tablet: real 0.056s	user 0.023s	sys 0.028s
I20260630 12:11:24.023248   950 ts_tablet_manager.cc:1434] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: Time spent starting tablet: real 0.059s	user 0.017s	sys 0.030s
I20260630 12:11:24.028098   949 ts_tablet_manager.cc:1434] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: Time spent starting tablet: real 0.068s	user 0.024s	sys 0.018s
I20260630 12:11:24.028861   957 raft_consensus.cc:697] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 1 LEADER]: Becoming Leader. State: Replica: d3f6992b194840909b3ccdea0d479ca2, State: Running, Role: LEADER
I20260630 12:11:24.029220   949 tablet_bootstrap.cc:492] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: Bootstrap starting.
I20260630 12:11:24.029743   955 raft_consensus.cc:697] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 1 LEADER]: Becoming Leader. State: Replica: d531b02f13764f9eb8a516c180277224, State: Running, Role: LEADER
I20260630 12:11:24.029636   957 consensus_queue.cc:237] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [LEADER]: Queue going to LEADER mode. State: All 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: "d3f6992b194840909b3ccdea0d479ca2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35087 } }
I20260630 12:11:24.030479   955 consensus_queue.cc:237] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [LEADER]: Queue going to LEADER mode. State: All 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: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:24.031466   956 raft_consensus.cc:697] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 1 LEADER]: Becoming Leader. State: Replica: f798406caa3e484bb26205065c25d2f9, State: Running, Role: LEADER
I20260630 12:11:24.033543   956 consensus_queue.cc:237] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [LEADER]: Queue going to LEADER mode. State: All 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: "f798406caa3e484bb26205065c25d2f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39715 } }
I20260630 12:11:24.042836   949 tablet_bootstrap.cc:654] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:24.049782   463 catalog_manager.cc:5697] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 reported cstate change: term changed from 0 to 1, leader changed from <none> to d3f6992b194840909b3ccdea0d479ca2 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d3f6992b194840909b3ccdea0d479ca2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d3f6992b194840909b3ccdea0d479ca2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35087 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:24.061501   462 catalog_manager.cc:5697] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 reported cstate change: term changed from 0 to 1, leader changed from <none> to d531b02f13764f9eb8a516c180277224 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "d531b02f13764f9eb8a516c180277224" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:24.072383   461 catalog_manager.cc:5697] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 reported cstate change: term changed from 0 to 1, leader changed from <none> to f798406caa3e484bb26205065c25d2f9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f798406caa3e484bb26205065c25d2f9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f798406caa3e484bb26205065c25d2f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39715 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:24.102262   949 tablet_bootstrap.cc:492] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: No bootstrap required, opened a new log
I20260630 12:11:24.102783   949 ts_tablet_manager.cc:1403] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: Time spent bootstrapping tablet: real 0.074s	user 0.004s	sys 0.010s
I20260630 12:11:24.105810   949 raft_consensus.cc:359] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:24.106274   949 raft_consensus.cc:385] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:24.106551   949 raft_consensus.cc:740] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d531b02f13764f9eb8a516c180277224, State: Initialized, Role: FOLLOWER
I20260630 12:11:24.107220   949 consensus_queue.cc:260] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:24.107858   949 raft_consensus.cc:399] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:24.108158   949 raft_consensus.cc:493] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:24.108476   949 raft_consensus.cc:3060] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:24.114727   949 raft_consensus.cc:515] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:24.115310   949 leader_election.cc:304] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [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: d531b02f13764f9eb8a516c180277224; no voters: 
I20260630 12:11:24.116148   949 leader_election.cc:290] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:24.116933   960 raft_consensus.cc:2804] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:24.117486   960 raft_consensus.cc:697] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 1 LEADER]: Becoming Leader. State: Replica: d531b02f13764f9eb8a516c180277224, State: Running, Role: LEADER
I20260630 12:11:24.118566   949 ts_tablet_manager.cc:1434] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: Time spent starting tablet: real 0.016s	user 0.013s	sys 0.004s
I20260630 12:11:24.118204   960 consensus_queue.cc:237] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [LEADER]: Queue going to LEADER mode. State: All 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: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } }
I20260630 12:11:24.126559   461 catalog_manager.cc:5697] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 reported cstate change: term changed from 0 to 1, leader changed from <none> to d531b02f13764f9eb8a516c180277224 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "d531b02f13764f9eb8a516c180277224" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d531b02f13764f9eb8a516c180277224" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43191 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:25.736855   672 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:25.739225   672 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:26.153194   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:26.173061   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:26.173844   431 tablet_replica.cc:333] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224: stopping tablet replica
I20260630 12:11:26.174477   431 raft_consensus.cc:2243] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:26.174942   431 raft_consensus.cc:2272] T edbcc34c3fb745f29d29251d1add17ef P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.177057   431 tablet_replica.cc:333] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224: stopping tablet replica
I20260630 12:11:26.177493   431 raft_consensus.cc:2243] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:26.177867   431 raft_consensus.cc:2272] T ab3216dce51547a7b1c12a2311d66a81 P d531b02f13764f9eb8a516c180277224 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.260106   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:26.269362   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:26.285957   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:26.286547   431 tablet_replica.cc:333] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9: stopping tablet replica
I20260630 12:11:26.286983   431 raft_consensus.cc:2243] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:26.287393   431 raft_consensus.cc:2272] T 40d4b87951ab43769b754c32e0ced0f3 P f798406caa3e484bb26205065c25d2f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.304560   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:26.312397   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:26.327970   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:26.328552   431 tablet_replica.cc:333] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2: stopping tablet replica
I20260630 12:11:26.329124   431 raft_consensus.cc:2243] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:26.329545   431 raft_consensus.cc:2272] T 20a91706f2bf4ace9d7799a112c34a04 P d3f6992b194840909b3ccdea0d479ca2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.347644   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:26.355058   431 master.cc:562] Master@127.0.107.254:41107 shutting down...
I20260630 12:11:26.451800   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:26.452643   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.452975   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 68a951b64cb8443cb52695bf468acdcf: stopping tablet replica
I20260630 12:11:26.478646   431 master.cc:584] Master@127.0.107.254:41107 shutdown complete.
I20260630 12:11:26.490406   431 master.cc:562] Master@127.0.107.253:33159 shutting down...
I20260630 12:11:26.503841   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:26.504331   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.504572   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d66fbb81edd741c681e4e3112e7cc5db: stopping tablet replica
I20260630 12:11:26.552455   431 master.cc:584] Master@127.0.107.253:33159 shutdown complete.
I20260630 12:11:26.561847   431 master.cc:562] Master@127.0.107.252:36143 shutting down...
I20260630 12:11:26.575665   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:26.576191   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:26.576555   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e3438aa0a79f4f6b938b75ce835ea4a0: stopping tablet replica
I20260630 12:11:26.593918   431 master.cc:584] Master@127.0.107.252:36143 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6706 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:11:26.620074   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36091
I20260630 12:11:26.621163   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:26.625736   972 instance_detector.cc: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:26.626523   973 instance_detector.cc: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:26.627776   975 instance_detector.cc: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:26.628222   431 server_base.cc:1061] running on GCE node
I20260630 12:11:26.628903   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:26.629086   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:26.629232   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821486629220 us; error 0 us; skew 500 ppm
I20260630 12:11:26.629727   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:26.632004   431 webserver.cc:533] Webserver started at http://127.0.107.254:32939/ using document root <none> and password file <none>
I20260630 12:11:26.632455   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:26.632624   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:26.632874   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:26.633921   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "f117f3f51eb44e3f9b6fc56868a6e922"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.638263   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:26.641476   980 log_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:26.642201   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:11:26.642495   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "f117f3f51eb44e3f9b6fc56868a6e922"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.642755   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-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:26.655181   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:26.656194   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:26.690109   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36091
I20260630 12:11:26.690169  1031 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36091 every 8 connection(s)
I20260630 12:11:26.693900  1032 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:26.703496  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922: Bootstrap starting.
I20260630 12:11:26.707746  1032 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:26.711612  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922: No bootstrap required, opened a new log
I20260630 12:11:26.713517  1032 raft_consensus.cc:359] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER }
I20260630 12:11:26.713928  1032 raft_consensus.cc:385] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:26.714139  1032 raft_consensus.cc:740] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f117f3f51eb44e3f9b6fc56868a6e922, State: Initialized, Role: FOLLOWER
I20260630 12:11:26.714717  1032 consensus_queue.cc:260] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER }
I20260630 12:11:26.715153  1032 raft_consensus.cc:399] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:26.715397  1032 raft_consensus.cc:493] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:26.715639  1032 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:26.719755  1032 raft_consensus.cc:515] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER }
I20260630 12:11:26.720311  1032 leader_election.cc:304] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [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: f117f3f51eb44e3f9b6fc56868a6e922; no voters: 
I20260630 12:11:26.721387  1032 leader_election.cc:290] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:26.721704  1035 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:26.722982  1035 raft_consensus.cc:697] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 1 LEADER]: Becoming Leader. State: Replica: f117f3f51eb44e3f9b6fc56868a6e922, State: Running, Role: LEADER
I20260630 12:11:26.723668  1035 consensus_queue.cc:237] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [LEADER]: Queue going to LEADER mode. State: All 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: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER }
I20260630 12:11:26.724092  1032 sys_catalog.cc:565] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:26.726323  1037 sys_catalog.cc:455] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f117f3f51eb44e3f9b6fc56868a6e922. Latest consensus state: current_term: 1 leader_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER } }
I20260630 12:11:26.726307  1036 sys_catalog.cc:455] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f117f3f51eb44e3f9b6fc56868a6e922" member_type: VOTER } }
I20260630 12:11:26.727002  1037 sys_catalog.cc:458] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:26.727101  1036 sys_catalog.cc:458] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:26.729709  1040 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:26.735505  1040 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:26.737464   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:26.743880  1040 catalog_manager.cc:1383] Generated new cluster ID: ad8be2987d4c46cb8f91cc548090a2b8
I20260630 12:11:26.744172  1040 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:26.763478  1040 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:26.764654  1040 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:26.778277  1040 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922: Generated new TSK 0
I20260630 12:11:26.778852  1040 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:26.804118   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:26.809712  1053 instance_detector.cc: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:26.810384  1054 instance_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:26.812623   431 server_base.cc:1061] running on GCE node
W20260630 12:11:26.812650  1056 instance_detector.cc: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:26.813628   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:26.813819   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:26.813982   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821486813963 us; error 0 us; skew 500 ppm
I20260630 12:11:26.814494   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:26.816859   431 webserver.cc:533] Webserver started at http://127.0.107.193:38091/ using document root <none> and password file <none>
I20260630 12:11:26.817335   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:26.817509   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:26.817785   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:26.818974   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.823484   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260630 12:11:26.826776  1061 log_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:26.827561   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:26.827867   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.828147   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-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:26.839054   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:26.840066   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:26.841372   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:26.843533   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:26.843736   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:26.843942   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:26.844089   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:26.882886   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35459
I20260630 12:11:26.882982  1123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35459 every 8 connection(s)
I20260630 12:11:26.887344   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:26.893869  1128 instance_detector.cc: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:26.895566  1129 instance_detector.cc: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:26.896935  1131 instance_detector.cc: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:26.897861   431 server_base.cc:1061] running on GCE node
I20260630 12:11:26.898805   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:26.898988   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:26.899168   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821486899137 us; error 0 us; skew 500 ppm
I20260630 12:11:26.899596  1124 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36091
I20260630 12:11:26.899662   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:26.899995  1124 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:26.900867  1124 heartbeater.cc:507] Master 127.0.107.254:36091 requested a full tablet report, sending...
I20260630 12:11:26.902302   431 webserver.cc:533] Webserver started at http://127.0.107.194:45243/ using document root <none> and password file <none>
I20260630 12:11:26.902832   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:26.903024   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:26.903070   997 ts_manager.cc:194] Registered new tserver with Master: c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459)
I20260630 12:11:26.903285   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:26.904444   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "195d9cad218d4451a3be339a5a4138f1"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.904919   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49926
I20260630 12:11:26.909054   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:26.912547  1136 log_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:26.913401   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:11:26.913709   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "195d9cad218d4451a3be339a5a4138f1"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:26.913996   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-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:26.944690   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:26.945880   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:26.947309   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:26.949477   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:26.949676   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:26.949882   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:26.950026   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:26.986090   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45867
I20260630 12:11:26.986172  1198 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45867 every 8 connection(s)
I20260630 12:11:26.990597   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:26.996939  1202 instance_detector.cc: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:26.997808  1203 instance_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:27.000106   431 server_base.cc:1061] running on GCE node
W20260630 12:11:27.000456  1205 instance_detector.cc: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:27.001745   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:27.001997   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:27.002202   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821487002183 us; error 0 us; skew 500 ppm
I20260630 12:11:27.002246  1199 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36091
I20260630 12:11:27.002652  1199 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:27.002782   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:27.003425  1199 heartbeater.cc:507] Master 127.0.107.254:36091 requested a full tablet report, sending...
I20260630 12:11:27.005319   431 webserver.cc:533] Webserver started at http://127.0.107.195:36799/ using document root <none> and password file <none>
I20260630 12:11:27.005576   997 ts_manager.cc:194] Registered new tserver with Master: 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:27.005795   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:27.006045   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:27.006294   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:27.006898   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49932
I20260630 12:11:27.007395   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:27.012025   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:11:27.015286  1210 log_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:27.016237   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:11:27.016541   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
format_stamp: "Formatted at 2026-06-30 12:11:26 on dist-test-slave-g2rq"
I20260630 12:11:27.016809   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-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:27.038704   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:27.039826   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:27.041239   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:27.043449   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:27.043637   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:27.043818   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:27.043943   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:27.079607   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46237
I20260630 12:11:27.079785  1272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46237 every 8 connection(s)
I20260630 12:11:27.093468  1273 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36091
I20260630 12:11:27.093853  1273 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:27.094586  1273 heartbeater.cc:507] Master 127.0.107.254:36091 requested a full tablet report, sending...
I20260630 12:11:27.096496   997 ts_manager.cc:194] Registered new tserver with Master: 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:27.097543   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014731681s
I20260630 12:11:27.097728   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49948
I20260630 12:11:27.850037   997 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49960:
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:27.852612   997 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:27.907428  1124 heartbeater.cc:499] Master 127.0.107.254:36091 was elected leader, sending a full tablet report...
I20260630 12:11:27.926826  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 6db2947062aa4e6f9252474664a76dae (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:27.928158  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6db2947062aa4e6f9252474664a76dae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.927825  1235 tablet_service.cc:1511] Processing CreateTablet for tablet a1bd017fdcc5447ead02828f500bb755 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:27.929177  1161 tablet_service.cc:1511] Processing CreateTablet for tablet a1bd017fdcc5447ead02828f500bb755 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:27.927865  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 6db2947062aa4e6f9252474664a76dae (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:27.929114  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1bd017fdcc5447ead02828f500bb755. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.930480  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1bd017fdcc5447ead02828f500bb755. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.928835  1237 tablet_service.cc:1511] Processing CreateTablet for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:27.932329  1163 tablet_service.cc:1511] Processing CreateTablet for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:27.928088  1162 tablet_service.cc:1511] Processing CreateTablet for tablet d24c4221f13940fcb46081e63ebacec8 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:27.930411  1236 tablet_service.cc:1511] Processing CreateTablet for tablet d24c4221f13940fcb46081e63ebacec8 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:27.932436  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.933799  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.934463  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24c4221f13940fcb46081e63ebacec8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.935639  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6db2947062aa4e6f9252474664a76dae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.932322  1160 tablet_service.cc:1511] Processing CreateTablet for tablet 50a6dd8af9784374959ab0b92cf51722 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:27.938108  1160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50a6dd8af9784374959ab0b92cf51722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.939735  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24c4221f13940fcb46081e63ebacec8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.952397  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 50a6dd8af9784374959ab0b92cf51722 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:27.953805  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50a6dd8af9784374959ab0b92cf51722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.954705  1159 tablet_service.cc:1511] Processing CreateTablet for tablet cfeac5f3b0ee400b87f278c90d5090e4 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:27.956049  1159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfeac5f3b0ee400b87f278c90d5090e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.956312  1088 tablet_service.cc:1511] Processing CreateTablet for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:11:27.957638  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.961931  1084 tablet_service.cc:1511] Processing CreateTablet for tablet cfeac5f3b0ee400b87f278c90d5090e4 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:27.961931  1086 tablet_service.cc:1511] Processing CreateTablet for tablet a1bd017fdcc5447ead02828f500bb755 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:11:27.963510  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 6db2947062aa4e6f9252474664a76dae (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:11:27.963245  1084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfeac5f3b0ee400b87f278c90d5090e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.973762  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6db2947062aa4e6f9252474664a76dae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.974421  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1bd017fdcc5447ead02828f500bb755. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.960340  1087 tablet_service.cc:1511] Processing CreateTablet for tablet d24c4221f13940fcb46081e63ebacec8 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:11:27.975839  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d24c4221f13940fcb46081e63ebacec8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.962821  1085 tablet_service.cc:1511] Processing CreateTablet for tablet 50a6dd8af9784374959ab0b92cf51722 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:11:27.982474  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50a6dd8af9784374959ab0b92cf51722. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:27.992444  1293 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.009002  1083 tablet_service.cc:1511] Processing CreateTablet for tablet 46345c0a447441f898a23a2449368178 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:28.010649  1083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46345c0a447441f898a23a2449368178. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.012005  1199 heartbeater.cc:499] Master 127.0.107.254:36091 was elected leader, sending a full tablet report...
I20260630 12:11:28.012511  1238 tablet_service.cc:1511] Processing CreateTablet for tablet cfeac5f3b0ee400b87f278c90d5090e4 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:11:28.013789  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cfeac5f3b0ee400b87f278c90d5090e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.018913  1159 tablet_service.cc:1511] Processing CreateTablet for tablet 46345c0a447441f898a23a2449368178 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:28.025434  1159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46345c0a447441f898a23a2449368178. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.033512  1293 tablet_bootstrap.cc:654] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.048303  1085 tablet_service.cc:1511] Processing CreateTablet for tablet d0288d5554dc4d21bc8735ef3b325d41 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:28.049571  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0288d5554dc4d21bc8735ef3b325d41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.049459  1162 tablet_service.cc:1511] Processing CreateTablet for tablet d0288d5554dc4d21bc8735ef3b325d41 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:28.050650  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0288d5554dc4d21bc8735ef3b325d41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.056370  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 46345c0a447441f898a23a2449368178 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:11:28.068281  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46345c0a447441f898a23a2449368178. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.071868  1294 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.083113  1236 tablet_service.cc:1511] Processing CreateTablet for tablet d0288d5554dc4d21bc8735ef3b325d41 (DEFAULT_TABLE table=test-workload [id=0919f8f7a30c427aa8c6442eb7923deb]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:11:28.084568  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0288d5554dc4d21bc8735ef3b325d41. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:28.089735  1296 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.088882  1293 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.090798  1293 ts_tablet_manager.cc:1403] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.099s	user 0.034s	sys 0.004s
I20260630 12:11:28.095669  1296 tablet_bootstrap.cc:654] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.100353  1273 heartbeater.cc:499] Master 127.0.107.254:36091 was elected leader, sending a full tablet report...
I20260630 12:11:28.100323  1293 raft_consensus.cc:359] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.108469  1293 raft_consensus.cc:385] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.108882  1293 raft_consensus.cc:740] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.109812  1293 consensus_queue.cc:260] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.127564  1294 tablet_bootstrap.cc:654] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.130128  1293 ts_tablet_manager.cc:1434] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.039s	user 0.008s	sys 0.004s
I20260630 12:11:28.133015  1293 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.138970  1293 tablet_bootstrap.cc:654] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.146503  1296 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.146664  1294 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.146982  1296 ts_tablet_manager.cc:1403] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.057s	user 0.011s	sys 0.043s
I20260630 12:11:28.148736  1294 ts_tablet_manager.cc:1403] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.077s	user 0.012s	sys 0.011s
I20260630 12:11:28.149755  1296 raft_consensus.cc:359] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.150509  1296 raft_consensus.cc:385] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.150799  1296 raft_consensus.cc:740] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.151437  1294 raft_consensus.cc:359] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.151983  1294 raft_consensus.cc:385] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.151624  1296 consensus_queue.cc:260] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.152213  1294 raft_consensus.cc:740] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.152396  1293 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.152913  1293 ts_tablet_manager.cc:1403] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.004s
I20260630 12:11:28.152889  1294 consensus_queue.cc:260] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.154386  1296 ts_tablet_manager.cc:1434] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:11:28.155431  1296 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.155632  1293 raft_consensus.cc:359] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.156298  1293 raft_consensus.cc:385] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.156589  1293 raft_consensus.cc:740] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.157393  1293 consensus_queue.cc:260] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.159420  1293 ts_tablet_manager.cc:1434] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:11:28.160363  1293 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.160905  1294 ts_tablet_manager.cc:1434] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.003s
I20260630 12:11:28.161214  1296 tablet_bootstrap.cc:654] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.161811  1294 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.167111  1293 tablet_bootstrap.cc:654] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.167474  1301 raft_consensus.cc:493] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.168215  1294 tablet_bootstrap.cc:654] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.167948  1301 raft_consensus.cc:515] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.172067  1301 leader_election.cc:290] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.198921  1296 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.199402  1296 ts_tablet_manager.cc:1403] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.044s	user 0.018s	sys 0.011s
I20260630 12:11:28.202098  1296 raft_consensus.cc:359] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.202880  1296 raft_consensus.cc:385] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.203159  1296 raft_consensus.cc:740] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.205057  1294 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.205488  1294 ts_tablet_manager.cc:1403] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.044s	user 0.013s	sys 0.005s
I20260630 12:11:28.207557  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.208040  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.208313  1174 raft_consensus.cc:2468] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 0.
I20260630 12:11:28.208537  1294 raft_consensus.cc:359] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.209218  1294 raft_consensus.cc:385] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.209486  1294 raft_consensus.cc:740] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.209772  1065 leader_election.cc:304] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.210176  1294 consensus_queue.cc:260] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
W20260630 12:11:28.210561  1064 leader_election.cc:343] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.210757  1301 raft_consensus.cc:2804] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.211191  1301 raft_consensus.cc:493] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.211076  1296 consensus_queue.cc:260] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.211623  1301 raft_consensus.cc:3060] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.214514  1294 ts_tablet_manager.cc:1434] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:11:28.216348  1294 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.227005  1296 ts_tablet_manager.cc:1434] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.027s	user 0.014s	sys 0.000s
I20260630 12:11:28.228165  1296 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.230227  1301 raft_consensus.cc:515] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.231906  1308 raft_consensus.cc:493] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.232568  1308 raft_consensus.cc:515] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.235831  1296 tablet_bootstrap.cc:654] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.235800  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.226426  1293 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.237494  1293 ts_tablet_manager.cc:1403] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.077s	user 0.013s	sys 0.014s
W20260630 12:11:28.237739  1065 leader_election.cc:343] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.238116  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.238646  1174 raft_consensus.cc:3060] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.240567  1301 leader_election.cc:290] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Requested vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.242395  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.243861  1294 tablet_bootstrap.cc:654] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.241336  1308 leader_election.cc:290] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.242933  1293 raft_consensus.cc:359] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.247159  1293 raft_consensus.cc:385] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.247594  1293 raft_consensus.cc:740] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.247957  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:28.248422  1293 consensus_queue.cc:260] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
W20260630 12:11:28.247466  1064 leader_election.cc:343] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.249110  1302 raft_consensus.cc:493] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.249352  1064 leader_election.cc:304] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [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: c84dbc1e444c4b25a7785d5e3ecda790; no voters: 195d9cad218d4451a3be339a5a4138f1, 7a6840b25b17427e9bf8e8a913bbcacd
I20260630 12:11:28.249593  1302 raft_consensus.cc:515] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.250578  1309 raft_consensus.cc:2749] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:28.251057  1296 tablet_bootstrap.cc:492] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
W20260630 12:11:28.251474  1064 leader_election.cc:343] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.251617  1296 ts_tablet_manager.cc:1403] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.005s
I20260630 12:11:28.253871  1302 leader_election.cc:290] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459)
I20260630 12:11:28.254467  1296 raft_consensus.cc:359] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.255353  1296 raft_consensus.cc:385] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.255693  1296 raft_consensus.cc:740] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.256524  1296 consensus_queue.cc:260] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.257439  1293 ts_tablet_manager.cc:1434] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.020s	user 0.004s	sys 0.002s
I20260630 12:11:28.257550  1174 raft_consensus.cc:2468] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 1.
I20260630 12:11:28.260216  1065 leader_election.cc:304] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [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: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 7a6840b25b17427e9bf8e8a913bbcacd
I20260630 12:11:28.262262  1296 ts_tablet_manager.cc:1434] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:11:28.265673  1296 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.266135  1309 raft_consensus.cc:2804] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.266619  1309 raft_consensus.cc:697] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Becoming Leader. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Running, Role: LEADER
I20260630 12:11:28.267413  1309 consensus_queue.cc:237] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.269071  1294 tablet_bootstrap.cc:492] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.269538  1294 ts_tablet_manager.cc:1403] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.053s	user 0.009s	sys 0.005s
I20260630 12:11:28.269749  1293 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.274050  1294 raft_consensus.cc:359] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.274761  1294 raft_consensus.cc:385] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.275178  1294 raft_consensus.cc:740] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.276173  1294 consensus_queue.cc:260] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.279167  1293 tablet_bootstrap.cc:654] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.280375  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6db2947062aa4e6f9252474664a76dae" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.280567  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6db2947062aa4e6f9252474664a76dae" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.281002  1174 raft_consensus.cc:2468] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.281227  1099 raft_consensus.cc:2468] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.282887  1211 leader_election.cc:304] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.284437  1302 raft_consensus.cc:2804] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.284813  1302 raft_consensus.cc:493] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.285120  1302 raft_consensus.cc:3060] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.285521  1294 ts_tablet_manager.cc:1434] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260630 12:11:28.286613  1294 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.293431  1294 tablet_bootstrap.cc:654] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.293607  1302 raft_consensus.cc:515] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.295646  1302 leader_election.cc:290] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Requested vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459)
I20260630 12:11:28.281456  1296 tablet_bootstrap.cc:654] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.296238  1293 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.296706  1293 ts_tablet_manager.cc:1403] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.004s
I20260630 12:11:28.301215   995 catalog_manager.cc:5697] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 reported cstate change: term changed from 0 to 1, leader changed from <none> to c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:28.304526  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6db2947062aa4e6f9252474664a76dae" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.304962  1293 raft_consensus.cc:359] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.306207  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6db2947062aa4e6f9252474664a76dae" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.307145  1099 raft_consensus.cc:3060] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.307109  1293 raft_consensus.cc:385] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.307928  1293 raft_consensus.cc:740] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.308295  1294 tablet_bootstrap.cc:492] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.308745  1294 ts_tablet_manager.cc:1403] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.003s
I20260630 12:11:28.308775  1293 consensus_queue.cc:260] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.307485  1174 raft_consensus.cc:3060] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.311465  1294 raft_consensus.cc:359] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.312130  1294 raft_consensus.cc:385] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.312455  1294 raft_consensus.cc:740] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.313263  1294 consensus_queue.cc:260] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.316548  1293 ts_tablet_manager.cc:1434] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.004s
I20260630 12:11:28.317525  1293 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.323858  1174 raft_consensus.cc:2468] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.327656  1214 leader_election.cc:304] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, 7a6840b25b17427e9bf8e8a913bbcacd; no voters: 
I20260630 12:11:28.330420  1294 ts_tablet_manager.cc:1434] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:11:28.327550  1302 raft_consensus.cc:493] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.331457  1294 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.331306  1302 raft_consensus.cc:515] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.334052  1099 raft_consensus.cc:2468] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.335461  1318 raft_consensus.cc:2804] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.333725  1293 tablet_bootstrap.cc:654] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.335521  1302 leader_election.cc:290] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.331734  1296 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.336700  1296 ts_tablet_manager.cc:1403] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.071s	user 0.026s	sys 0.015s
I20260630 12:11:28.337488  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
W20260630 12:11:28.338701  1211 leader_election.cc:343] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.338780  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.339998  1294 tablet_bootstrap.cc:654] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
W20260630 12:11:28.340442  1214 leader_election.cc:343] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.341131  1214 leader_election.cc:304] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [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: 7a6840b25b17427e9bf8e8a913bbcacd; no voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790
I20260630 12:11:28.343273  1296 raft_consensus.cc:359] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.344079  1296 raft_consensus.cc:385] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.344168  1302 raft_consensus.cc:2749] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:28.344435  1296 raft_consensus.cc:740] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.345360  1296 consensus_queue.cc:260] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.346668  1318 raft_consensus.cc:697] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Becoming Leader. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Running, Role: LEADER
I20260630 12:11:28.347527  1318 consensus_queue.cc:237] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } }
I20260630 12:11:28.348551  1294 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.350471  1294 ts_tablet_manager.cc:1403] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.002s
I20260630 12:11:28.353493  1293 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.353349  1294 raft_consensus.cc:359] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.354017  1293 ts_tablet_manager.cc:1403] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.037s	user 0.004s	sys 0.015s
I20260630 12:11:28.354362  1296 ts_tablet_manager.cc:1434] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:11:28.354306  1294 raft_consensus.cc:385] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.355036  1294 raft_consensus.cc:740] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.355887  1294 consensus_queue.cc:260] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.356954  1293 raft_consensus.cc:359] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.357609  1293 raft_consensus.cc:385] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.357895  1293 raft_consensus.cc:740] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.358574  1294 ts_tablet_manager.cc:1434] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:11:28.358780  1293 consensus_queue.cc:260] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.360324  1296 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.361232  1294 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.366140  1293 ts_tablet_manager.cc:1434] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.005s
I20260630 12:11:28.367820  1296 tablet_bootstrap.cc:654] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.369108  1293 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.362629   997 catalog_manager.cc:5697] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:28.374116  1294 tablet_bootstrap.cc:654] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.375795  1318 raft_consensus.cc:493] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.376029  1293 tablet_bootstrap.cc:654] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.380095  1318 raft_consensus.cc:515] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.382346  1296 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.382916  1296 ts_tablet_manager.cc:1403] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.004s
I20260630 12:11:28.386572  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.387235  1296 raft_consensus.cc:359] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.388020  1296 raft_consensus.cc:385] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:11:28.388152  1214 leader_election.cc:343] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:11:28.388805  1318 leader_election.cc:290] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.390914  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.391552  1099 raft_consensus.cc:2468] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.392092  1293 tablet_bootstrap.cc:492] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.392643  1293 ts_tablet_manager.cc:1403] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.004s
I20260630 12:11:28.392990  1211 leader_election.cc:304] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [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: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 195d9cad218d4451a3be339a5a4138f1
I20260630 12:11:28.395720  1293 raft_consensus.cc:359] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.396147  1318 raft_consensus.cc:2804] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.396509  1293 raft_consensus.cc:385] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.396638  1318 raft_consensus.cc:493] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.397171  1318 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.396905  1293 raft_consensus.cc:740] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.398591  1293 consensus_queue.cc:260] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.396997  1296 raft_consensus.cc:740] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.401239  1293 ts_tablet_manager.cc:1434] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:11:28.402283  1293 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.403858  1296 consensus_queue.cc:260] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.406270  1318 raft_consensus.cc:515] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.408850  1293 tablet_bootstrap.cc:654] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.412846  1296 ts_tablet_manager.cc:1434] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.030s	user 0.009s	sys 0.000s
I20260630 12:11:28.413872  1296 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.415115  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.415724  1099 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.420265  1296 tablet_bootstrap.cc:654] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.422192  1294 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.422760  1294 ts_tablet_manager.cc:1403] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.063s	user 0.020s	sys 0.015s
I20260630 12:11:28.423904  1099 raft_consensus.cc:2468] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.425092  1211 leader_election.cc:304] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.426064  1319 raft_consensus.cc:2804] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.426595  1319 raft_consensus.cc:697] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Becoming Leader. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Running, Role: LEADER
I20260630 12:11:28.426858  1294 raft_consensus.cc:359] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.427827  1294 raft_consensus.cc:385] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.428169  1294 raft_consensus.cc:740] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.427412  1319 consensus_queue.cc:237] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.429085  1294 consensus_queue.cc:260] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.431442  1294 ts_tablet_manager.cc:1434] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260630 12:11:28.432555  1294 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.433038  1296 tablet_bootstrap.cc:492] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.433566  1296 ts_tablet_manager.cc:1403] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.008s
I20260630 12:11:28.434216  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.434823  1174 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.436558  1296 raft_consensus.cc:359] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.437402  1296 raft_consensus.cc:385] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.437772  1296 raft_consensus.cc:740] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.439239  1294 tablet_bootstrap.cc:654] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.438807  1296 consensus_queue.cc:260] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.441907  1174 raft_consensus.cc:2468] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.444594  1296 ts_tablet_manager.cc:1434] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.002s
I20260630 12:11:28.446075  1318 leader_election.cc:290] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.445766  1296 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.449826  1293 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.450338  1293 ts_tablet_manager.cc:1403] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.048s	user 0.017s	sys 0.026s
I20260630 12:11:28.453536  1293 raft_consensus.cc:359] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.454299  1293 raft_consensus.cc:385] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.454583  1293 raft_consensus.cc:740] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.455404  1293 consensus_queue.cc:260] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.457787  1293 ts_tablet_manager.cc:1434] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:11:28.457219   996 catalog_manager.cc:5697] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:28.458712  1296 tablet_bootstrap.cc:654] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.458760  1293 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: Bootstrap starting.
I20260630 12:11:28.466147  1293 tablet_bootstrap.cc:654] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.473990  1294 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.474782  1294 ts_tablet_manager.cc:1403] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.042s	user 0.011s	sys 0.005s
I20260630 12:11:28.476641  1296 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.477157  1296 ts_tablet_manager.cc:1403] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.010s
I20260630 12:11:28.478325  1293 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: No bootstrap required, opened a new log
I20260630 12:11:28.478775  1293 ts_tablet_manager.cc:1403] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: Time spent bootstrapping tablet: real 0.020s	user 0.000s	sys 0.016s
I20260630 12:11:28.478883  1294 raft_consensus.cc:359] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.479674  1294 raft_consensus.cc:385] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.479933  1294 raft_consensus.cc:740] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.480249  1296 raft_consensus.cc:359] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.480930  1296 raft_consensus.cc:385] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.480759  1294 consensus_queue.cc:260] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.481235  1296 raft_consensus.cc:740] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.481392  1293 raft_consensus.cc:359] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.481999  1293 raft_consensus.cc:385] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.482328  1293 raft_consensus.cc:740] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.481933  1296 consensus_queue.cc:260] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.482916  1293 consensus_queue.cc:260] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.484265  1296 ts_tablet_manager.cc:1434] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:11:28.485453  1296 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: Bootstrap starting.
I20260630 12:11:28.486378  1294 ts_tablet_manager.cc:1434] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:11:28.487447  1294 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: Bootstrap starting.
I20260630 12:11:28.488694  1293 ts_tablet_manager.cc:1434] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.003s
I20260630 12:11:28.493314  1296 tablet_bootstrap.cc:654] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.494468  1294 tablet_bootstrap.cc:654] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:28.498898  1318 raft_consensus.cc:493] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.499514  1318 raft_consensus.cc:515] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.502758  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46345c0a447441f898a23a2449368178" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.503031  1318 leader_election.cc:290] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.503461  1099 raft_consensus.cc:2468] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.504742  1211 leader_election.cc:304] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.505322  1296 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: No bootstrap required, opened a new log
I20260630 12:11:28.505120  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46345c0a447441f898a23a2449368178" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.505841  1174 raft_consensus.cc:2468] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.506672  1318 raft_consensus.cc:2804] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.505831  1296 ts_tablet_manager.cc:1403] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.007s
I20260630 12:11:28.509071  1294 tablet_bootstrap.cc:492] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: No bootstrap required, opened a new log
I20260630 12:11:28.509510  1294 ts_tablet_manager.cc:1403] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.007s
I20260630 12:11:28.509655  1296 raft_consensus.cc:359] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.510309  1296 raft_consensus.cc:385] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.506987  1318 raft_consensus.cc:493] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.510581  1296 raft_consensus.cc:740] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.510872  1318 raft_consensus.cc:3060] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.511293  1296 consensus_queue.cc:260] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.512162  1294 raft_consensus.cc:359] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.512857  1294 raft_consensus.cc:385] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:28.513103  1294 raft_consensus.cc:740] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Initialized, Role: FOLLOWER
I20260630 12:11:28.513737  1294 consensus_queue.cc:260] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.514390  1296 ts_tablet_manager.cc:1434] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:11:28.515908  1294 ts_tablet_manager.cc:1434] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:11:28.517117  1318 raft_consensus.cc:515] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.519790  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46345c0a447441f898a23a2449368178" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.519964  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46345c0a447441f898a23a2449368178" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.520367  1099 raft_consensus.cc:3060] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.520455  1174 raft_consensus.cc:3060] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:11:28.523687  1269 debug-util.cc:398] Leaking SignalData structure 0x7b0800208f20 after lost signal to thread 434
I20260630 12:11:28.526899  1099 raft_consensus.cc:2468] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.527653  1318 leader_election.cc:290] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.527231  1174 raft_consensus.cc:2468] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.528309  1211 leader_election.cc:304] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.529553  1318 raft_consensus.cc:2804] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.530248  1318 raft_consensus.cc:697] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Becoming Leader. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Running, Role: LEADER
I20260630 12:11:28.531006  1318 consensus_queue.cc:237] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.539986   997 catalog_manager.cc:5697] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:28.566646  1298 raft_consensus.cc:493] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.567200  1298 raft_consensus.cc:515] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.572345  1298 leader_election.cc:290] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.579651  1318 raft_consensus.cc:493] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.579890  1309 raft_consensus.cc:493] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.580206  1318 raft_consensus.cc:515] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.580421  1309 raft_consensus.cc:515] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.582639  1309 leader_election.cc:290] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.583257  1298 raft_consensus.cc:493] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.584106  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.584340  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0288d5554dc4d21bc8735ef3b325d41" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.585039  1318 leader_election.cc:290] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.584847  1298 raft_consensus.cc:515] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.584936  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.585927  1174 raft_consensus.cc:2468] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.586081  1099 raft_consensus.cc:2468] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 0.
I20260630 12:11:28.588402  1211 leader_election.cc:304] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.584959  1248 raft_consensus.cc:2468] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 0.
I20260630 12:11:28.589653  1318 raft_consensus.cc:2804] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.589721  1173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0288d5554dc4d21bc8735ef3b325d41" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.590169  1318 raft_consensus.cc:493] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.590540  1318 raft_consensus.cc:3060] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.590791  1064 leader_election.cc:304] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.591666  1309 raft_consensus.cc:2804] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.590492  1173 raft_consensus.cc:2468] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 0.
I20260630 12:11:28.592038  1309 raft_consensus.cc:493] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.592388  1309 raft_consensus.cc:3060] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.594256  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfeac5f3b0ee400b87f278c90d5090e4" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.594900  1248 raft_consensus.cc:2468] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 0.
I20260630 12:11:28.595754  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.596163  1298 leader_election.cc:290] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.596383  1098 raft_consensus.cc:2468] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 0.
I20260630 12:11:28.597368  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfeac5f3b0ee400b87f278c90d5090e4" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.597325  1139 leader_election.cc:304] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, 7a6840b25b17427e9bf8e8a913bbcacd; no voters: 
I20260630 12:11:28.598109  1099 raft_consensus.cc:2468] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 0.
I20260630 12:11:28.597791  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.598294  1137 leader_election.cc:304] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.598845  1298 raft_consensus.cc:2804] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.599500  1298 raft_consensus.cc:493] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.600766  1298 raft_consensus.cc:3060] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.601955  1318 raft_consensus.cc:515] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.603102  1337 raft_consensus.cc:2804] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.603461  1248 raft_consensus.cc:2393] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 195d9cad218d4451a3be339a5a4138f1 in current term 1: Already voted for candidate 7a6840b25b17427e9bf8e8a913bbcacd in this term.
I20260630 12:11:28.603842  1319 raft_consensus.cc:493] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.604290  1319 raft_consensus.cc:515] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.606460  1319 leader_election.cc:290] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.606869  1318 leader_election.cc:290] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867)
I20260630 12:11:28.608527  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" is_pre_election: true
I20260630 12:11:28.608850  1298 raft_consensus.cc:515] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.610422  1173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1bd017fdcc5447ead02828f500bb755" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.610702  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.611397  1173 raft_consensus.cc:2393] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7a6840b25b17427e9bf8e8a913bbcacd in current term 1: Already voted for candidate c84dbc1e444c4b25a7785d5e3ecda790 in this term.
I20260630 12:11:28.611440  1298 leader_election.cc:290] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.612668  1214 leader_election.cc:304] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [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: 7a6840b25b17427e9bf8e8a913bbcacd; no voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790
I20260630 12:11:28.612732  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfeac5f3b0ee400b87f278c90d5090e4" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:28.613343  1248 raft_consensus.cc:3060] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.608850  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.614295  1098 raft_consensus.cc:3060] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.614449  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cfeac5f3b0ee400b87f278c90d5090e4" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.615123  1099 raft_consensus.cc:3060] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.603546  1337 raft_consensus.cc:493] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.617169  1337 raft_consensus.cc:3060] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.617970  1318 raft_consensus.cc:3060] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.619781  1309 raft_consensus.cc:515] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.622506  1173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0288d5554dc4d21bc8735ef3b325d41" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.623052  1173 raft_consensus.cc:3060] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.623740  1099 raft_consensus.cc:2468] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 1.
I20260630 12:11:28.625855  1137 leader_election.cc:304] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.626834  1298 raft_consensus.cc:2804] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.627350  1309 leader_election.cc:290] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Requested vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.627743  1098 raft_consensus.cc:2468] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a6840b25b17427e9bf8e8a913bbcacd in term 1.
I20260630 12:11:28.630981  1173 raft_consensus.cc:2468] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 1.
I20260630 12:11:28.636176  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0288d5554dc4d21bc8735ef3b325d41" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:28.637225  1247 raft_consensus.cc:3060] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.637632  1248 raft_consensus.cc:2468] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 1.
I20260630 12:11:28.639076  1211 leader_election.cc:304] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.640040  1319 raft_consensus.cc:2804] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.640544  1319 raft_consensus.cc:697] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Becoming Leader. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Running, Role: LEADER
I20260630 12:11:28.641661  1319 consensus_queue.cc:237] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.646130  1065 leader_election.cc:304] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.647496  1309 raft_consensus.cc:2804] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.649798  1309 raft_consensus.cc:697] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Becoming Leader. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Running, Role: LEADER
I20260630 12:11:28.646095  1247 raft_consensus.cc:2468] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 1.
I20260630 12:11:28.651110  1309 consensus_queue.cc:237] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.657437  1318 raft_consensus.cc:2749] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:11:28.654384  1298 raft_consensus.cc:697] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 1 LEADER]: Becoming Leader. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Running, Role: LEADER
I20260630 12:11:28.661206  1298 consensus_queue.cc:237] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.658483  1308 consensus_queue.cc:1048] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:28.665313   997 catalog_manager.cc:5697] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:28.674886   994 catalog_manager.cc:5697] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 reported cstate change: term changed from 0 to 1, leader changed from <none> to c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:28.678489  1337 raft_consensus.cc:515] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.683017  1309 raft_consensus.cc:493] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:28.683717  1309 raft_consensus.cc:515] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.687490  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1" is_pre_election: true
I20260630 12:11:28.688223  1172 raft_consensus.cc:2468] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 0.
I20260630 12:11:28.689520  1065 leader_election.cc:304] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.690443  1308 raft_consensus.cc:2804] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:28.690830  1308 raft_consensus.cc:493] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:28.691174  1308 raft_consensus.cc:3060] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.696532  1309 leader_election.cc:290] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.698565  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" is_pre_election: true
I20260630 12:11:28.699286  1247 raft_consensus.cc:2468] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 0.
I20260630 12:11:28.700124  1174 raft_consensus.cc:2393] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 7a6840b25b17427e9bf8e8a913bbcacd in current term 1: Already voted for candidate 195d9cad218d4451a3be339a5a4138f1 in this term.
I20260630 12:11:28.702309  1308 raft_consensus.cc:515] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:28.704167  1337 leader_election.cc:290] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 1 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.705829  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:28.705304   994 catalog_manager.cc:5697] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "195d9cad218d4451a3be339a5a4138f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:28.704349  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50a6dd8af9784374959ab0b92cf51722" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:28.709662  1099 raft_consensus.cc:2393] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 195d9cad218d4451a3be339a5a4138f1 in current term 1: Already voted for candidate 7a6840b25b17427e9bf8e8a913bbcacd in this term.
I20260630 12:11:28.711408  1137 leader_election.cc:304] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [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: 195d9cad218d4451a3be339a5a4138f1; no voters: 7a6840b25b17427e9bf8e8a913bbcacd, c84dbc1e444c4b25a7785d5e3ecda790
I20260630 12:11:28.711480  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
I20260630 12:11:28.712150  1174 raft_consensus.cc:3060] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.712522  1308 leader_election.cc:290] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Requested vote from peers 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194:45867), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:28.715628  1298 raft_consensus.cc:2749] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:11:28.716775  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8a2f4ac170374e6eb4a1a0d5bba1e007" candidate_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:28.717365  1247 raft_consensus.cc:3060] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:28.723626  1301 consensus_queue.cc:1048] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:28.728693  1174 raft_consensus.cc:2468] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 1.
I20260630 12:11:28.729768  1065 leader_election.cc:304] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:28.730633  1343 raft_consensus.cc:2804] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:28.730966  1247 raft_consensus.cc:2468] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c84dbc1e444c4b25a7785d5e3ecda790 in term 1.
I20260630 12:11:28.731094  1343 raft_consensus.cc:697] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Becoming Leader. State: Replica: c84dbc1e444c4b25a7785d5e3ecda790, State: Running, Role: LEADER
I20260630 12:11:28.731897  1343 consensus_queue.cc:237] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
W20260630 12:11:28.736263  1045 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:11:28.737578  1050 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:11:28.739660  1050 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:11:28.771368   997 catalog_manager.cc:5697] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 reported cstate change: term changed from 0 to 1, leader changed from <none> to c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:28.859622  1318 consensus_queue.cc:1048] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:28.871832  1319 consensus_queue.cc:1048] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:28.899058   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:28.907205  1353 instance_detector.cc: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:28.908504  1352 instance_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:28.913401   431 server_base.cc:1061] running on GCE node
W20260630 12:11:28.913581  1355 instance_detector.cc: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:28.914563   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:28.914783   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:28.914951   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821488914934 us; error 0 us; skew 500 ppm
I20260630 12:11:28.915562   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:28.918790   431 webserver.cc:533] Webserver started at http://127.0.107.196:42947/ using document root <none> and password file <none>
I20260630 12:11:28.919263   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:28.919488   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:28.919744   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:28.920768   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "1ec22f2d5ff148ae805971183dacd15d"
format_stamp: "Formatted at 2026-06-30 12:11:28 on dist-test-slave-g2rq"
I20260630 12:11:28.925256   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:28.928871  1360 log_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:28.929823   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:11:28.930178   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "1ec22f2d5ff148ae805971183dacd15d"
format_stamp: "Formatted at 2026-06-30 12:11:28 on dist-test-slave-g2rq"
I20260630 12:11:28.930576   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782821479742301-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:28.933300  1319 consensus_queue.cc:1048] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:28.933935  1302 consensus_queue.cc:1048] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:28.996708   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:28.997813   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:28.999238   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:29.001580   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:29.001782   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:29.002034   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:29.002197   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:29.029618  1319 consensus_queue.cc:1048] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.034688  1319 consensus_queue.cc:1048] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.082446  1319 consensus_queue.cc:1048] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.101557  1319 consensus_queue.cc:1048] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.119649  1343 consensus_queue.cc:1048] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:11:29.149185  1298 consensus_queue.cc:1048] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.158703  1308 consensus_queue.cc:1048] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.184863  1337 consensus_queue.cc:1048] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.193807  1308 consensus_queue.cc:1048] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.227427  1345 consensus_queue.cc:1048] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:29.266170   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41169
I20260630 12:11:29.266242  1434 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41169 every 8 connection(s)
I20260630 12:11:29.282263  1435 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36091
I20260630 12:11:29.282629  1435 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:29.283301  1435 heartbeater.cc:507] Master 127.0.107.254:36091 requested a full tablet report, sending...
I20260630 12:11:29.285337   996 ts_manager.cc:194] Registered new tserver with Master: 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196:41169)
I20260630 12:11:29.286582   996 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49972
I20260630 12:11:30.289250  1435 heartbeater.cc:499] Master 127.0.107.254:36091 was elected leader, sending a full tablet report...
I20260630 12:11:30.741041  1050 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:30.765846  1248 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8"
dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
mode: GRACEFUL
new_leader_uuid: "195d9cad218d4451a3be339a5a4138f1"
 from {username='slave'} at 127.0.0.1:43164
I20260630 12:11:30.766794  1248 raft_consensus.cc:606] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Received request to transfer leadership to TS 195d9cad218d4451a3be339a5a4138f1
I20260630 12:11:30.768188  1050 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:11:30.768661  1050 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:30.992659  1443 raft_consensus.cc:993] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: : Instructing follower 195d9cad218d4451a3be339a5a4138f1 to start an election
I20260630 12:11:30.993216  1302 raft_consensus.cc:1081] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Signalling peer 195d9cad218d4451a3be339a5a4138f1 to start an election
I20260630 12:11:30.995112  1174 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8"
dest_uuid: "195d9cad218d4451a3be339a5a4138f1"
 from {username='slave'} at 127.0.0.1:53848
I20260630 12:11:30.995850  1174 raft_consensus.cc:493] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:11:30.996307  1174 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:31.004036  1174 raft_consensus.cc:515] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:31.006469  1174 leader_election.cc:290] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [CANDIDATE]: Term 2 election: Requested vote from peers c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459), 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:31.007530  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c84dbc1e444c4b25a7785d5e3ecda790"
I20260630 12:11:31.007741  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d24c4221f13940fcb46081e63ebacec8" candidate_uuid: "195d9cad218d4451a3be339a5a4138f1" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7a6840b25b17427e9bf8e8a913bbcacd"
I20260630 12:11:31.008332  1098 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:31.008427  1248 raft_consensus.cc:3055] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:11:31.008831  1248 raft_consensus.cc:740] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7a6840b25b17427e9bf8e8a913bbcacd, State: Running, Role: LEADER
I20260630 12:11:31.009760  1248 consensus_queue.cc:260] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:31.011129  1248 raft_consensus.cc:3060] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:31.013312  1098 raft_consensus.cc:2468] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 2.
I20260630 12:11:31.014470  1137 leader_election.cc:304] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [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: 195d9cad218d4451a3be339a5a4138f1, c84dbc1e444c4b25a7785d5e3ecda790; no voters: 
I20260630 12:11:31.015256  1298 raft_consensus.cc:2804] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:31.016299  1298 raft_consensus.cc:697] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 2 LEADER]: Becoming Leader. State: Replica: 195d9cad218d4451a3be339a5a4138f1, State: Running, Role: LEADER
I20260630 12:11:31.017156  1298 consensus_queue.cc:237] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } }
I20260630 12:11:31.017915  1248 raft_consensus.cc:2468] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 195d9cad218d4451a3be339a5a4138f1 in term 2.
I20260630 12:11:31.026289   996 catalog_manager.cc:5697] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 reported cstate change: term changed from 1 to 2, leader changed from 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195) to 195d9cad218d4451a3be339a5a4138f1 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "195d9cad218d4451a3be339a5a4138f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:31.480479  1248 raft_consensus.cc:1275] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 2 FOLLOWER]: Refusing update from remote peer 195d9cad218d4451a3be339a5a4138f1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:31.481806  1298 consensus_queue.cc:1048] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:31.495244  1098 raft_consensus.cc:1275] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 2 FOLLOWER]: Refusing update from remote peer 195d9cad218d4451a3be339a5a4138f1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:31.499925  1444 consensus_queue.cc:1048] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:32.769626  1050 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:32.774972  1050 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:32.775406  1050 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:34.771139  1248 consensus_queue.cc:237] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:34.776473  1050 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:34.777901  1174 raft_consensus.cc:1275] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Refusing update from remote peer 7a6840b25b17427e9bf8e8a913bbcacd: 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:34.781438  1302 consensus_queue.cc:1048] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:34.781867  1099 raft_consensus.cc:1275] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Refusing update from remote peer 7a6840b25b17427e9bf8e8a913bbcacd: 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:34.785250  1050 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:34.786054  1461 consensus_queue.cc:1048] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:34.787048  1050 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:34.797158  1302 raft_consensus.cc:2955] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.800885  1099 raft_consensus.cc:2955] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
W20260630 12:11:34.811190  1211 consensus_peers.cc:597] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd -> Peer 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196:41169): Couldn't send request to peer 1ec22f2d5ff148ae805971183dacd15d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 46345c0a447441f898a23a2449368178. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:34.812130  1174 raft_consensus.cc:2955] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.813390   994 catalog_manager.cc:5697] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:34.835666  1099 consensus_queue.cc:237] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:34.843608  1248 raft_consensus.cc:1275] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: 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:34.844431  1174 raft_consensus.cc:1275] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: 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:34.845220  1473 consensus_queue.cc:1048] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:11:34.846191  1301 consensus_queue.cc:1048] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } 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:34.853693  1062 consensus_peers.cc:597] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 -> Peer 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196:41169): Couldn't send request to peer 1ec22f2d5ff148ae805971183dacd15d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8a2f4ac170374e6eb4a1a0d5bba1e007. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:34.856197  1301 raft_consensus.cc:2955] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.857903  1248 raft_consensus.cc:2955] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.858887  1174 raft_consensus.cc:2955] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.871989  1099 consensus_queue.cc:237] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:34.871295   996 catalog_manager.cc:5697] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 reported cstate change: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:34.878934  1248 raft_consensus.cc:1275] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: 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:34.880350  1174 raft_consensus.cc:1275] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: 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:34.880497  1477 consensus_queue.cc:1048] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } 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:34.881422  1062 consensus_peers.cc:597] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 -> Peer 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196:41169): Couldn't send request to peer 1ec22f2d5ff148ae805971183dacd15d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d0288d5554dc4d21bc8735ef3b325d41. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:34.882197  1473 consensus_queue.cc:1048] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:34.892207  1473 raft_consensus.cc:2955] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.896023  1174 raft_consensus.cc:2955] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.898181  1248 raft_consensus.cc:2955] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.907560  1099 consensus_queue.cc:237] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:34.908891   997 catalog_manager.cc:5697] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 reported cstate change: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:34.914170  1174 raft_consensus.cc:1275] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: 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:34.914113  1248 raft_consensus.cc:1275] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Refusing update from remote peer c84dbc1e444c4b25a7785d5e3ecda790: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:11:34.915148  1062 consensus_peers.cc:597] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 -> Peer 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196:41169): Couldn't send request to peer 1ec22f2d5ff148ae805971183dacd15d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a1bd017fdcc5447ead02828f500bb755. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:34.916108  1477 consensus_queue.cc:1048] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:34.918246  1473 consensus_queue.cc:1048] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } 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:34.928851  1477 raft_consensus.cc:2955] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.930619  1248 raft_consensus.cc:2955] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.931193  1174 raft_consensus.cc:2955] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:34.942467   994 catalog_manager.cc:5697] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd reported cstate change: config changed from index -1 to 2, NON_VOTER 1ec22f2d5ff148ae805971183dacd15d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } attrs { replace: true } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } } }
I20260630 12:11:35.224826  1484 ts_tablet_manager.cc:933] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: Initiating tablet copy from peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459)
I20260630 12:11:35.227126  1484 tablet_copy_client.cc:323] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:35459
I20260630 12:11:35.238245  1109 tablet_copy_service.cc:140] P c84dbc1e444c4b25a7785d5e3ecda790: Received BeginTabletCopySession request for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 from peer 1ec22f2d5ff148ae805971183dacd15d ({username='slave'} at 127.0.0.1:37954)
I20260630 12:11:35.238873  1109 tablet_copy_service.cc:161] P c84dbc1e444c4b25a7785d5e3ecda790: Beginning new tablet copy session on tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 from peer 1ec22f2d5ff148ae805971183dacd15d at {username='slave'} at 127.0.0.1:37954: session id = 1ec22f2d5ff148ae805971183dacd15d-8a2f4ac170374e6eb4a1a0d5bba1e007
I20260630 12:11:35.247225  1109 tablet_copy_source_session.cc:215] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:35.251109  1484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a2f4ac170374e6eb4a1a0d5bba1e007. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:35.261519  1484 tablet_copy_client.cc:806] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:35.262231  1484 tablet_copy_client.cc:670] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:35.266659  1484 tablet_copy_client.cc:538] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:11:35.274032  1484 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: Bootstrap starting.
I20260630 12:11:35.290462  1484 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: 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:35.291379  1484 tablet_bootstrap.cc:492] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: Bootstrap complete.
I20260630 12:11:35.291914  1484 ts_tablet_manager.cc:1403] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.009s
I20260630 12:11:35.294198  1484 raft_consensus.cc:359] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:35.294786  1484 raft_consensus.cc:740] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1ec22f2d5ff148ae805971183dacd15d, State: Initialized, Role: LEARNER
I20260630 12:11:35.295456  1484 consensus_queue.cc:260] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } attrs { replace: true } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:35.298079  1484 ts_tablet_manager.cc:1434] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:11:35.300236   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:35.306982  1109 tablet_copy_service.cc:342] P c84dbc1e444c4b25a7785d5e3ecda790: Request end of tablet copy session 1ec22f2d5ff148ae805971183dacd15d-8a2f4ac170374e6eb4a1a0d5bba1e007 received from {username='slave'} at 127.0.0.1:37954
I20260630 12:11:35.307474  1109 tablet_copy_service.cc:434] P c84dbc1e444c4b25a7785d5e3ecda790: ending tablet copy session 1ec22f2d5ff148ae805971183dacd15d-8a2f4ac170374e6eb4a1a0d5bba1e007 on tablet 8a2f4ac170374e6eb4a1a0d5bba1e007 with peer 1ec22f2d5ff148ae805971183dacd15d
I20260630 12:11:35.324393  1484 ts_tablet_manager.cc:933] T a1bd017fdcc5447ead02828f500bb755 P 1ec22f2d5ff148ae805971183dacd15d: Initiating tablet copy from peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459)
W20260630 12:11:35.349771  1137 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
W20260630 12:11:35.354564  1137 consensus_peers.cc:597] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 -> Peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459): Couldn't send request to peer c84dbc1e444c4b25a7785d5e3ecda790. 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:35.362712  1484 tablet_copy_client.cc:323] T a1bd017fdcc5447ead02828f500bb755 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:35459
I20260630 12:11:35.373919   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:35.374205  1490 ts_tablet_manager.cc:933] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: Initiating tablet copy from peer 7a6840b25b17427e9bf8e8a913bbcacd (127.0.107.195:46237)
I20260630 12:11:35.375362   431 tablet_replica.cc:333] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.376289   431 raft_consensus.cc:2243] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.376894   431 raft_consensus.cc:2272] T 46345c0a447441f898a23a2449368178 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.379905   431 tablet_replica.cc:333] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.380092  1490 tablet_copy_client.cc:323] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46237
I20260630 12:11:35.380704   431 raft_consensus.cc:2243] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.381249   431 raft_consensus.cc:2272] T cfeac5f3b0ee400b87f278c90d5090e4 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.383890   431 tablet_replica.cc:333] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.384793   431 raft_consensus.cc:2243] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.386281   431 raft_consensus.cc:2272] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.390641   431 tablet_replica.cc:333] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.391530   431 raft_consensus.cc:2243] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.392143   431 raft_consensus.cc:2272] T d24c4221f13940fcb46081e63ebacec8 P c84dbc1e444c4b25a7785d5e3ecda790 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.394423   431 tablet_replica.cc:333] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.395129   431 raft_consensus.cc:2243] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.395694   431 raft_consensus.cc:2272] T 6db2947062aa4e6f9252474664a76dae P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.398072   431 tablet_replica.cc:333] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.398759   431 raft_consensus.cc:2243] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.399300   431 raft_consensus.cc:2272] T 50a6dd8af9784374959ab0b92cf51722 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.401612   431 tablet_replica.cc:333] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.402246   431 raft_consensus.cc:2243] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.402772  1258 tablet_copy_service.cc:140] P 7a6840b25b17427e9bf8e8a913bbcacd: Received BeginTabletCopySession request for tablet 46345c0a447441f898a23a2449368178 from peer 1ec22f2d5ff148ae805971183dacd15d ({username='slave'} at 127.0.0.1:40866)
I20260630 12:11:35.403175   431 raft_consensus.cc:2272] T d0288d5554dc4d21bc8735ef3b325d41 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.403357  1258 tablet_copy_service.cc:161] P 7a6840b25b17427e9bf8e8a913bbcacd: Beginning new tablet copy session on tablet 46345c0a447441f898a23a2449368178 from peer 1ec22f2d5ff148ae805971183dacd15d at {username='slave'} at 127.0.0.1:40866: session id = 1ec22f2d5ff148ae805971183dacd15d-46345c0a447441f898a23a2449368178
I20260630 12:11:35.405545   431 tablet_replica.cc:333] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790: stopping tablet replica
I20260630 12:11:35.406059   431 raft_consensus.cc:2243] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.406812   431 raft_consensus.cc:2272] T a1bd017fdcc5447ead02828f500bb755 P c84dbc1e444c4b25a7785d5e3ecda790 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.411288  1258 tablet_copy_source_session.cc:215] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:35.414671  1490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46345c0a447441f898a23a2449368178. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:35.431882  1490 tablet_copy_client.cc:806] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:35.432515  1490 tablet_copy_client.cc:670] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:35.436151  1490 tablet_copy_client.cc:538] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:11:35.441666   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:35.444700  1490 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: Bootstrap starting.
I20260630 12:11:35.466557  1490 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: 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:35.467532  1490 tablet_bootstrap.cc:492] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: Bootstrap complete.
I20260630 12:11:35.468274  1490 ts_tablet_manager.cc:1403] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.006s
I20260630 12:11:35.469099   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:35.471259  1490 raft_consensus.cc:359] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:35.472259  1490 raft_consensus.cc:740] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1ec22f2d5ff148ae805971183dacd15d, State: Initialized, Role: LEARNER
I20260630 12:11:35.473006  1490 consensus_queue.cc:260] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d [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: "c84dbc1e444c4b25a7785d5e3ecda790" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35459 } attrs { replace: true } } peers { permanent_uuid: "195d9cad218d4451a3be339a5a4138f1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45867 } } peers { permanent_uuid: "7a6840b25b17427e9bf8e8a913bbcacd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46237 } } peers { permanent_uuid: "1ec22f2d5ff148ae805971183dacd15d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41169 } attrs { promote: true } }
I20260630 12:11:35.475172  1490 ts_tablet_manager.cc:1434] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:11:35.477095  1258 tablet_copy_service.cc:342] P 7a6840b25b17427e9bf8e8a913bbcacd: Request end of tablet copy session 1ec22f2d5ff148ae805971183dacd15d-46345c0a447441f898a23a2449368178 received from {username='slave'} at 127.0.0.1:40866
I20260630 12:11:35.477540  1258 tablet_copy_service.cc:434] P 7a6840b25b17427e9bf8e8a913bbcacd: ending tablet copy session 1ec22f2d5ff148ae805971183dacd15d-46345c0a447441f898a23a2449368178 on tablet 46345c0a447441f898a23a2449368178 with peer 1ec22f2d5ff148ae805971183dacd15d
W20260630 12:11:35.494774  1361 connection.cc:466] server connection from 127.0.0.1:38652 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:38652 (request call id 4) could send its response
I20260630 12:11:35.511778   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:35.512871   431 tablet_replica.cc:333] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.513666   431 raft_consensus.cc:2243] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.514220   431 raft_consensus.cc:2272] T 46345c0a447441f898a23a2449368178 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.516937   431 tablet_replica.cc:333] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.517691   431 raft_consensus.cc:2243] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.518620   431 raft_consensus.cc:2272] T d24c4221f13940fcb46081e63ebacec8 P 195d9cad218d4451a3be339a5a4138f1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.521003   431 tablet_replica.cc:333] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.521682   431 raft_consensus.cc:2243] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.522606   431 raft_consensus.cc:2272] T cfeac5f3b0ee400b87f278c90d5090e4 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.525017   431 tablet_replica.cc:333] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.525720   431 raft_consensus.cc:2243] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.526248   431 raft_consensus.cc:2272] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.528946   431 tablet_replica.cc:333] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.529443   431 raft_consensus.cc:2243] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.529873   431 raft_consensus.cc:2272] T 50a6dd8af9784374959ab0b92cf51722 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.531708   431 tablet_replica.cc:333] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.532177   431 raft_consensus.cc:2243] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.532604   431 raft_consensus.cc:2272] T d0288d5554dc4d21bc8735ef3b325d41 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.534998   431 tablet_replica.cc:333] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.535631   431 raft_consensus.cc:2243] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.536044   431 raft_consensus.cc:2272] T a1bd017fdcc5447ead02828f500bb755 P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.538147   431 tablet_replica.cc:333] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1: stopping tablet replica
I20260630 12:11:35.538614   431 raft_consensus.cc:2243] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.538988   431 raft_consensus.cc:2272] T 6db2947062aa4e6f9252474664a76dae P 195d9cad218d4451a3be339a5a4138f1 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:11:35.562191  1211 consensus_peers.cc:597] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd -> Peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459): Couldn't send request to peer c84dbc1e444c4b25a7785d5e3ecda790. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35459: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:35.565780   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:35.585000   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:11:35.601517  1211 consensus_peers.cc:597] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd -> Peer c84dbc1e444c4b25a7785d5e3ecda790 (127.0.107.193:35459): Couldn't send request to peer c84dbc1e444c4b25a7785d5e3ecda790. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35459: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:35.611639   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:35.612377   431 tablet_replica.cc:333] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.612973   431 raft_consensus.cc:2243] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.613859   431 raft_consensus.cc:2272] T 46345c0a447441f898a23a2449368178 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.616158   431 tablet_replica.cc:333] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.616671   431 raft_consensus.cc:2243] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.617030   431 raft_consensus.cc:2272] T cfeac5f3b0ee400b87f278c90d5090e4 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.618927   431 tablet_replica.cc:333] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.619457   431 raft_consensus.cc:2243] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.619879   431 raft_consensus.cc:2272] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.622408   431 tablet_replica.cc:333] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.622890   431 raft_consensus.cc:2243] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.623255   431 raft_consensus.cc:2272] T d24c4221f13940fcb46081e63ebacec8 P 7a6840b25b17427e9bf8e8a913bbcacd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.624907   431 tablet_replica.cc:333] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.625339   431 raft_consensus.cc:2243] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.625746   431 raft_consensus.cc:2272] T d0288d5554dc4d21bc8735ef3b325d41 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.627903   431 tablet_replica.cc:333] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.628365   431 raft_consensus.cc:2243] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:35.628813   431 raft_consensus.cc:2272] T a1bd017fdcc5447ead02828f500bb755 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.630909   431 tablet_replica.cc:333] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.631371   431 raft_consensus.cc:2243] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.632068   431 raft_consensus.cc:2272] T 6db2947062aa4e6f9252474664a76dae P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.633637   431 tablet_replica.cc:333] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd: stopping tablet replica
I20260630 12:11:35.634039   431 raft_consensus.cc:2243] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.634701   431 raft_consensus.cc:2272] T 50a6dd8af9784374959ab0b92cf51722 P 7a6840b25b17427e9bf8e8a913bbcacd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.693579   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:35.717866   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:11:35.744614   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:35.745662   431 tablet_replica.cc:333] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d: stopping tablet replica
I20260630 12:11:35.746182   431 raft_consensus.cc:2243] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:11:35.746567   431 raft_consensus.cc:2272] T 46345c0a447441f898a23a2449368178 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:11:35.748382   431 tablet_replica.cc:333] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d: stopping tablet replica
I20260630 12:11:35.748839   431 raft_consensus.cc:2243] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:11:35.749183   431 raft_consensus.cc:2272] T 8a2f4ac170374e6eb4a1a0d5bba1e007 P 1ec22f2d5ff148ae805971183dacd15d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:11:35.768862   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:11:35.780097   431 master.cc:562] Master@127.0.107.254:36091 shutting down...
W20260630 12:11:35.798530  1045 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:11:35.799691   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:35.800158   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:35.800478   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f117f3f51eb44e3f9b6fc56868a6e922: stopping tablet replica
I20260630 12:11:35.818955   431 master.cc:584] Master@127.0.107.254:36091 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9235 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:11:35.855095   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33183,127.0.107.253:43351,127.0.107.252:33571
I20260630 12:11:35.856370   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:35.861683  1498 instance_detector.cc: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:35.861624  1499 instance_detector.cc: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:35.862620  1501 instance_detector.cc: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:35.863126   431 server_base.cc:1061] running on GCE node
I20260630 12:11:35.863994   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:35.864161   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:35.864269   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821495864258 us; error 0 us; skew 500 ppm
I20260630 12:11:35.864687   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:35.867053   431 webserver.cc:533] Webserver started at http://127.0.107.254:34669/ using document root <none> and password file <none>
I20260630 12:11:35.867583   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:35.867784   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:35.868029   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:35.869057   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "60d168e5d3744e71957cdd60413113b8"
format_stamp: "Formatted at 2026-06-30 12:11:35 on dist-test-slave-g2rq"
I20260630 12:11:35.873265   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:35.876608  1506 log_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:35.877348   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:35.877627   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "60d168e5d3744e71957cdd60413113b8"
format_stamp: "Formatted at 2026-06-30 12:11:35 on dist-test-slave-g2rq"
I20260630 12:11:35.877910   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-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:35.896354   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:35.897572   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:35.933313   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33183
I20260630 12:11:35.933389  1557 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33183 every 8 connection(s)
I20260630 12:11:35.936901  1558 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:35.937090   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:35.942126  1560 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:11:35.942588  1561 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:35.943410  1558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:35.945767  1563 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:11:35.947749   431 server_base.cc:1061] running on GCE node
I20260630 12:11:35.948700   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:35.948947   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:35.949122   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821495949102 us; error 0 us; skew 500 ppm
I20260630 12:11:35.949599   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:35.952270   431 webserver.cc:533] Webserver started at http://127.0.107.253:34665/ using document root <none> and password file <none>
I20260630 12:11:35.952706   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:35.952877   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:35.953145   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:35.954399   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root/instance:
uuid: "11b93838a8d14fd1b7deb47add031934"
format_stamp: "Formatted at 2026-06-30 12:11:35 on dist-test-slave-g2rq"
I20260630 12:11:35.956820  1558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:35.959092   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
W20260630 12:11:35.962035  1558 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43351: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43351: connect: Connection refused (error 111)
I20260630 12:11:35.962842  1571 log_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:35.963642   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:11:35.963900   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
uuid: "11b93838a8d14fd1b7deb47add031934"
format_stamp: "Formatted at 2026-06-30 12:11:35 on dist-test-slave-g2rq"
I20260630 12:11:35.964128   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-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:35.981499  1558 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } attempt: 1
I20260630 12:11:35.984815   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:35.986171   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:11:35.986142  1558 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43351: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43351: connect: Connection refused (error 111)
I20260630 12:11:36.022083   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:43351
I20260630 12:11:36.022189  1622 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:43351 every 8 connection(s)
I20260630 12:11:36.025633  1623 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:36.025770   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:36.030860  1625 instance_detector.cc: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:36.031770  1626 instance_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:36.032372  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:36.033536  1628 instance_detector.cc: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:36.035534   431 server_base.cc:1061] running on GCE node
I20260630 12:11:36.036484   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:36.036716   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:36.036921   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821496036903 us; error 0 us; skew 500 ppm
I20260630 12:11:36.037604   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:36.040249   431 webserver.cc:533] Webserver started at http://127.0.107.252:35365/ using document root <none> and password file <none>
I20260630 12:11:36.040851   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:36.041085   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:36.041364   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:36.042538   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root/instance:
uuid: "b6983a55423e4da993576466ae14f0c8"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.044440  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:36.047605   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:11:36.051141  1635 log_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:36.051975   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:36.052238   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
uuid: "b6983a55423e4da993576466ae14f0c8"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.052572   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:11:36.055832  1558 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } attempt: 2
I20260630 12:11:36.055862  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:11:36.067994  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33571: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:36.068791  1558 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:36.072258   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
W20260630 12:11:36.073298  1558 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33571: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:36.073397   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:36.099464  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } attempt: 1
W20260630 12:11:36.104486  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33571: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:36.109267   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:33571
I20260630 12:11:36.109397  1687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:33571 every 8 connection(s)
I20260630 12:11:36.112120   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:36.113011  1688 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:36.118409  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:36.122862  1558 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } attempt: 1
I20260630 12:11:36.129324  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:36.139009  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } attempt: 2
I20260630 12:11:36.139258  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:11:36.140689  1558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: Bootstrap starting.
I20260630 12:11:36.148016  1558 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:36.155627  1558 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: No bootstrap required, opened a new log
I20260630 12:11:36.157685  1623 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: Bootstrap starting.
I20260630 12:11:36.157701  1558 raft_consensus.cc:359] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.158531  1558 raft_consensus.cc:385] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:36.158759  1558 raft_consensus.cc:740] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 60d168e5d3744e71957cdd60413113b8, State: Initialized, Role: FOLLOWER
I20260630 12:11:36.159483  1688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: Bootstrap starting.
I20260630 12:11:36.159413  1558 consensus_queue.cc:260] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.161530  1694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [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: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.162358  1694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.162892  1558 sys_catalog.cc:565] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:36.165468  1623 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:36.165840  1688 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:36.171674  1623 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: No bootstrap required, opened a new log
I20260630 12:11:36.172811  1688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: No bootstrap required, opened a new log
I20260630 12:11:36.174352  1623 raft_consensus.cc:359] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.175061  1623 raft_consensus.cc:385] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:36.175386  1623 raft_consensus.cc:740] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11b93838a8d14fd1b7deb47add031934, State: Initialized, Role: FOLLOWER
I20260630 12:11:36.175549  1688 raft_consensus.cc:359] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.176215  1688 raft_consensus.cc:385] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:36.176702  1688 raft_consensus.cc:740] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6983a55423e4da993576466ae14f0c8, State: Initialized, Role: FOLLOWER
I20260630 12:11:36.176260  1623 consensus_queue.cc:260] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.177487  1688 consensus_queue.cc:260] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.178541  1702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [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: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.179472  1702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.180298  1623 sys_catalog.cc:565] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:36.185204  1704 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [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: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.186208  1704 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.186749  1688 sys_catalog.cc:565] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:36.192868   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260630 12:11:36.197306  1713 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:36.197618  1713 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:11:36.205256   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:11:36.208885   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:36.209043  1728 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:36.209352  1728 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:36.210320  1731 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:11:36.210597  1731 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:11:36.215476  1732 instance_detector.cc: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:36.215813  1733 instance_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:36.218511   431 server_base.cc:1061] running on GCE node
W20260630 12:11:36.218473  1735 instance_detector.cc: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:36.219492   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:36.219681   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:36.219852   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821496219836 us; error 0 us; skew 500 ppm
I20260630 12:11:36.220345   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:36.222630   431 webserver.cc:533] Webserver started at http://127.0.107.193:39455/ using document root <none> and password file <none>
I20260630 12:11:36.223070   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:36.223241   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:36.223546   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:36.224610   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "3697d089a228439d8b5b6f0f2a92b16b"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.227730  1704 raft_consensus.cc:493] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:36.228168  1704 raft_consensus.cc:515] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.229099   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:36.230000  1704 leader_election.cc:290] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 60d168e5d3744e71957cdd60413113b8 (127.0.107.254:33183), 11b93838a8d14fd1b7deb47add031934 (127.0.107.253:43351)
I20260630 12:11:36.230799  1533 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b6983a55423e4da993576466ae14f0c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "60d168e5d3744e71957cdd60413113b8" is_pre_election: true
I20260630 12:11:36.231030  1598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b6983a55423e4da993576466ae14f0c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11b93838a8d14fd1b7deb47add031934" is_pre_election: true
I20260630 12:11:36.231511  1533 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6983a55423e4da993576466ae14f0c8 in term 0.
I20260630 12:11:36.231626  1598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6983a55423e4da993576466ae14f0c8 in term 0.
I20260630 12:11:36.232702  1637 leader_election.cc:304] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 60d168e5d3744e71957cdd60413113b8, b6983a55423e4da993576466ae14f0c8; no voters: 
I20260630 12:11:36.233268  1740 log_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:36.233464  1704 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:36.233850  1704 raft_consensus.cc:493] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:36.234228   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:11:36.234196  1704 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:36.234668   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "3697d089a228439d8b5b6f0f2a92b16b"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.235046   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-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:36.241003  1704 raft_consensus.cc:515] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.242868  1704 leader_election.cc:290] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [CANDIDATE]: Term 1 election: Requested vote from peers 60d168e5d3744e71957cdd60413113b8 (127.0.107.254:33183), 11b93838a8d14fd1b7deb47add031934 (127.0.107.253:43351)
I20260630 12:11:36.243546  1533 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b6983a55423e4da993576466ae14f0c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "60d168e5d3744e71957cdd60413113b8"
I20260630 12:11:36.243836  1598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b6983a55423e4da993576466ae14f0c8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11b93838a8d14fd1b7deb47add031934"
I20260630 12:11:36.244088  1533 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:36.244377  1598 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:36.249161  1598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6983a55423e4da993576466ae14f0c8 in term 1.
I20260630 12:11:36.250105  1637 leader_election.cc:304] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 11b93838a8d14fd1b7deb47add031934, b6983a55423e4da993576466ae14f0c8; no voters: 
I20260630 12:11:36.250069  1533 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6983a55423e4da993576466ae14f0c8 in term 1.
I20260630 12:11:36.250916  1704 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:36.252117  1704 raft_consensus.cc:697] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 1 LEADER]: Becoming Leader. State: Replica: b6983a55423e4da993576466ae14f0c8, State: Running, Role: LEADER
I20260630 12:11:36.252794  1704 consensus_queue.cc:237] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:36.257815  1745 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b6983a55423e4da993576466ae14f0c8. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.258435   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:36.258592  1745 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:36.260046   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:36.260198  1747 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:36.261600   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:36.264164   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:36.264384   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.264604   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:36.264842   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.265484  1747 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:36.274469  1598 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Refusing update from remote peer b6983a55423e4da993576466ae14f0c8: 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:36.275154  1533 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Refusing update from remote peer b6983a55423e4da993576466ae14f0c8: 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:36.276067  1745 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.276804  1704 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:36.287547  1694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b6983a55423e4da993576466ae14f0c8. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.288367  1694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.293145  1702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b6983a55423e4da993576466ae14f0c8. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.293884  1702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.294674  1751 mvcc.cc:204] Tried to move back new op lower bound from 7302436848725819392 to 7302436848658206720. Current Snapshot: MvccSnapshot[applied={T|T < 7302436848725819392}]
I20260630 12:11:36.296232  1704 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.297191  1704 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:36.300087  1694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.300803  1694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.301642  1747 catalog_manager.cc:1383] Generated new cluster ID: 1bf60b3aef404a828d0d5dd30030c5f3
I20260630 12:11:36.301980  1747 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:36.303875  1704 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.304615  1704 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:36.311946  1702 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b6983a55423e4da993576466ae14f0c8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:36.312740  1702 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:36.331164  1747 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:36.333068  1747 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:36.361014  1747 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: Generated new TSK 0
I20260630 12:11:36.361729  1747 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:36.373284   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39713
I20260630 12:11:36.373358  1814 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39713 every 8 connection(s)
I20260630 12:11:36.384343   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:36.395728  1816 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33571
I20260630 12:11:36.396178  1816 heartbeater.cc:461] Registering TS with master...
W20260630 12:11:36.396755  1822 instance_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:36.397066  1816 heartbeater.cc:507] Master 127.0.107.252:33571 requested a full tablet report, sending...
I20260630 12:11:36.397660  1815 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43351
I20260630 12:11:36.398252  1815 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.399196  1815 heartbeater.cc:507] Master 127.0.107.253:43351 requested a full tablet report, sending...
I20260630 12:11:36.399775  1653 ts_manager.cc:194] Registered new tserver with Master: 3697d089a228439d8b5b6f0f2a92b16b (127.0.107.193:39713)
I20260630 12:11:36.402120  1653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42364
I20260630 12:11:36.403641  1588 ts_manager.cc:194] Registered new tserver with Master: 3697d089a228439d8b5b6f0f2a92b16b (127.0.107.193:39713)
I20260630 12:11:36.406937  1817 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33183
I20260630 12:11:36.407291  1817 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.408022  1817 heartbeater.cc:507] Master 127.0.107.254:33183 requested a full tablet report, sending...
W20260630 12:11:36.408181  1823 instance_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:36.410985  1523 ts_manager.cc:194] Registered new tserver with Master: 3697d089a228439d8b5b6f0f2a92b16b (127.0.107.193:39713)
I20260630 12:11:36.411280   431 server_base.cc:1061] running on GCE node
W20260630 12:11:36.411768  1825 instance_detector.cc: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:36.412624   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:36.412863   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:36.413043   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821496413027 us; error 0 us; skew 500 ppm
I20260630 12:11:36.413511   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:36.415750   431 webserver.cc:533] Webserver started at http://127.0.107.194:46173/ using document root <none> and password file <none>
I20260630 12:11:36.416178   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:36.416358   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:36.416592   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:36.417568   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "e7a9f4112ba84bc293827d05dc02ffca"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.421842   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:11:36.424974  1830 log_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:36.425727   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:11:36.426028   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "e7a9f4112ba84bc293827d05dc02ffca"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.426302   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-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:36.439739   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:36.440915   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:36.442272   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:36.444687   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:36.444896   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.445111   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:36.445261   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.483261   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44077
I20260630 12:11:36.483398  1892 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44077 every 8 connection(s)
I20260630 12:11:36.492340   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:11:36.508265  1893 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43351
I20260630 12:11:36.508685  1893 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.509243  1894 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33571
W20260630 12:11:36.509284  1901 instance_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:36.509584  1893 heartbeater.cc:507] Master 127.0.107.253:43351 requested a full tablet report, sending...
I20260630 12:11:36.509824  1894 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.511268  1894 heartbeater.cc:507] Master 127.0.107.252:33571 requested a full tablet report, sending...
I20260630 12:11:36.512710  1588 ts_manager.cc:194] Registered new tserver with Master: e7a9f4112ba84bc293827d05dc02ffca (127.0.107.194:44077)
I20260630 12:11:36.514182  1653 ts_manager.cc:194] Registered new tserver with Master: e7a9f4112ba84bc293827d05dc02ffca (127.0.107.194:44077)
W20260630 12:11:36.516616  1900 instance_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:36.516705  1653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42366
I20260630 12:11:36.519441  1895 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33183
I20260630 12:11:36.519986  1895 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.520613  1895 heartbeater.cc:507] Master 127.0.107.254:33183 requested a full tablet report, sending...
W20260630 12:11:36.520633  1904 instance_detector.cc: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:36.523102   431 server_base.cc:1061] running on GCE node
I20260630 12:11:36.523409  1523 ts_manager.cc:194] Registered new tserver with Master: e7a9f4112ba84bc293827d05dc02ffca (127.0.107.194:44077)
I20260630 12:11:36.524155   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:36.524413   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:36.524607   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821496524587 us; error 0 us; skew 500 ppm
I20260630 12:11:36.525158   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:36.527432   431 webserver.cc:533] Webserver started at http://127.0.107.195:45585/ using document root <none> and password file <none>
I20260630 12:11:36.527909   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:36.528154   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:36.528405   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:36.529434   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "e8e28460642245e6b17446bb7d8afe26"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.533696   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:36.536921  1908 log_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:36.537846   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:11:36.538110   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "e8e28460642245e6b17446bb7d8afe26"
format_stamp: "Formatted at 2026-06-30 12:11:36 on dist-test-slave-g2rq"
I20260630 12:11:36.538343   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782821479742301-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:36.554709   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:36.555935   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:36.557137   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:36.559435   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:36.559638   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.559870   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:36.560022   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:36.598543   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41849
I20260630 12:11:36.598624  1970 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41849 every 8 connection(s)
I20260630 12:11:36.618351  1971 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43351
I20260630 12:11:36.618750  1971 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.619560  1971 heartbeater.cc:507] Master 127.0.107.253:43351 requested a full tablet report, sending...
I20260630 12:11:36.622176  1973 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33183
I20260630 12:11:36.622202  1588 ts_manager.cc:194] Registered new tserver with Master: e8e28460642245e6b17446bb7d8afe26 (127.0.107.195:41849)
I20260630 12:11:36.622668  1973 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.623080  1972 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33571
I20260630 12:11:36.623478  1972 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:36.623610  1973 heartbeater.cc:507] Master 127.0.107.254:33183 requested a full tablet report, sending...
I20260630 12:11:36.624116  1972 heartbeater.cc:507] Master 127.0.107.252:33571 requested a full tablet report, sending...
I20260630 12:11:36.626039  1523 ts_manager.cc:194] Registered new tserver with Master: e8e28460642245e6b17446bb7d8afe26 (127.0.107.195:41849)
I20260630 12:11:36.626071  1653 ts_manager.cc:194] Registered new tserver with Master: e8e28460642245e6b17446bb7d8afe26 (127.0.107.195:41849)
I20260630 12:11:36.627076   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.023580514s
I20260630 12:11:36.628094  1653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42368
I20260630 12:11:37.202478  1713 catalog_manager.cc:1295] Loaded cluster ID: 1bf60b3aef404a828d0d5dd30030c5f3
I20260630 12:11:37.202720  1713 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: loading cluster ID for follower catalog manager: success
I20260630 12:11:37.207021  1713 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: acquiring CA information for follower catalog manager: success
I20260630 12:11:37.210515  1713 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:37.213266  1728 catalog_manager.cc:1295] Loaded cluster ID: 1bf60b3aef404a828d0d5dd30030c5f3
I20260630 12:11:37.213518  1728 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: loading cluster ID for follower catalog manager: success
I20260630 12:11:37.217926  1728 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: acquiring CA information for follower catalog manager: success
I20260630 12:11:37.221060  1728 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:11:37.405292  1816 heartbeater.cc:499] Master 127.0.107.252:33571 was elected leader, sending a full tablet report...
I20260630 12:11:37.520596  1894 heartbeater.cc:499] Master 127.0.107.252:33571 was elected leader, sending a full tablet report...
I20260630 12:11:37.630651  1972 heartbeater.cc:499] Master 127.0.107.252:33571 was elected leader, sending a full tablet report...
I20260630 12:11:38.207155  1730 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:38.744117  1653 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42384:
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:38.820075  1858 tablet_service.cc:1511] Processing CreateTablet for tablet c04f27558f2844fca88651a19251cec4 (DEFAULT_TABLE table=test-workload [id=6b214297879f49408da61e96d055749a]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:11:38.821463  1858 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c04f27558f2844fca88651a19251cec4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:38.829818  1780 tablet_service.cc:1511] Processing CreateTablet for tablet 8a13fd2fff7a425e8605c4fcdad6150d (DEFAULT_TABLE table=test-workload [id=6b214297879f49408da61e96d055749a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:11:38.830947  1780 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8a13fd2fff7a425e8605c4fcdad6150d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:38.835471  2006 tablet_bootstrap.cc:492] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: Bootstrap starting.
I20260630 12:11:38.836383  1936 tablet_service.cc:1511] Processing CreateTablet for tablet 7451c52a6f5d43c1a46336be1f2d177b (DEFAULT_TABLE table=test-workload [id=6b214297879f49408da61e96d055749a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:11:38.837769  1936 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7451c52a6f5d43c1a46336be1f2d177b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:38.840541  2006 tablet_bootstrap.cc:654] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:38.846913  2006 tablet_bootstrap.cc:492] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: No bootstrap required, opened a new log
I20260630 12:11:38.847678  2006 ts_tablet_manager.cc:1403] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: Time spent bootstrapping tablet: real 0.012s	user 0.002s	sys 0.008s
I20260630 12:11:38.852260  2006 raft_consensus.cc:359] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7a9f4112ba84bc293827d05dc02ffca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44077 } }
I20260630 12:11:38.853055  2006 raft_consensus.cc:385] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:38.853353  2006 raft_consensus.cc:740] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e7a9f4112ba84bc293827d05dc02ffca, State: Initialized, Role: FOLLOWER
I20260630 12:11:38.854386  2006 consensus_queue.cc:260] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e7a9f4112ba84bc293827d05dc02ffca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44077 } }
I20260630 12:11:38.854945  2006 raft_consensus.cc:399] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:38.855355  2006 raft_consensus.cc:493] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:38.855647  2006 raft_consensus.cc:3060] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:38.856719  2009 tablet_bootstrap.cc:492] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: Bootstrap starting.
I20260630 12:11:38.858078  2008 tablet_bootstrap.cc:492] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: Bootstrap starting.
I20260630 12:11:38.863830  2009 tablet_bootstrap.cc:654] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:38.870306  2008 tablet_bootstrap.cc:654] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:38.872206  2009 tablet_bootstrap.cc:492] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: No bootstrap required, opened a new log
I20260630 12:11:38.872722  2009 ts_tablet_manager.cc:1403] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.000s
I20260630 12:11:38.864015  2006 raft_consensus.cc:515] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7a9f4112ba84bc293827d05dc02ffca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44077 } }
I20260630 12:11:38.873448  2006 leader_election.cc:304] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [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: e7a9f4112ba84bc293827d05dc02ffca; no voters: 
I20260630 12:11:38.875219  2006 leader_election.cc:290] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:38.875430  2012 raft_consensus.cc:2804] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:38.876655  2008 tablet_bootstrap.cc:492] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: No bootstrap required, opened a new log
I20260630 12:11:38.877310  2008 ts_tablet_manager.cc:1403] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.005s
I20260630 12:11:38.878733  2009 raft_consensus.cc:359] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e8e28460642245e6b17446bb7d8afe26" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41849 } }
I20260630 12:11:38.879462  2009 raft_consensus.cc:385] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:38.879822  2009 raft_consensus.cc:740] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8e28460642245e6b17446bb7d8afe26, State: Initialized, Role: FOLLOWER
I20260630 12:11:38.880548  2008 raft_consensus.cc:359] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3697d089a228439d8b5b6f0f2a92b16b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260630 12:11:38.881155  2008 raft_consensus.cc:385] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:38.880798  2009 consensus_queue.cc:260] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e8e28460642245e6b17446bb7d8afe26" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41849 } }
I20260630 12:11:38.881490  2008 raft_consensus.cc:740] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3697d089a228439d8b5b6f0f2a92b16b, State: Initialized, Role: FOLLOWER
I20260630 12:11:38.881922  2012 raft_consensus.cc:697] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 1 LEADER]: Becoming Leader. State: Replica: e7a9f4112ba84bc293827d05dc02ffca, State: Running, Role: LEADER
I20260630 12:11:38.882262  2008 consensus_queue.cc:260] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3697d089a228439d8b5b6f0f2a92b16b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260630 12:11:38.882676  2009 raft_consensus.cc:399] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:38.883190  2009 raft_consensus.cc:493] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:38.883549  2006 ts_tablet_manager.cc:1434] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: Time spent starting tablet: real 0.036s	user 0.016s	sys 0.006s
I20260630 12:11:38.883754  2008 raft_consensus.cc:399] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:38.882673  2012 consensus_queue.cc:237] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [LEADER]: Queue going to LEADER mode. State: All 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: "e7a9f4112ba84bc293827d05dc02ffca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44077 } }
I20260630 12:11:38.884541  2008 raft_consensus.cc:493] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:38.884930  2008 raft_consensus.cc:3060] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:38.884902  2009 raft_consensus.cc:3060] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:38.892410  2009 raft_consensus.cc:515] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e8e28460642245e6b17446bb7d8afe26" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41849 } }
I20260630 12:11:38.892333  2008 raft_consensus.cc:515] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3697d089a228439d8b5b6f0f2a92b16b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260630 12:11:38.893421  2009 leader_election.cc:304] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [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: e8e28460642245e6b17446bb7d8afe26; no voters: 
I20260630 12:11:38.893467  2008 leader_election.cc:304] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [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: 3697d089a228439d8b5b6f0f2a92b16b; no voters: 
I20260630 12:11:38.901899  2009 leader_election.cc:290] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:38.902328  2016 raft_consensus.cc:2804] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:38.902570  1653 catalog_manager.cc:5697] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca reported cstate change: term changed from 0 to 1, leader changed from <none> to e7a9f4112ba84bc293827d05dc02ffca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e7a9f4112ba84bc293827d05dc02ffca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7a9f4112ba84bc293827d05dc02ffca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44077 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:38.917583  2016 raft_consensus.cc:697] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 1 LEADER]: Becoming Leader. State: Replica: e8e28460642245e6b17446bb7d8afe26, State: Running, Role: LEADER
I20260630 12:11:38.918493  2016 consensus_queue.cc:237] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [LEADER]: Queue going to LEADER mode. State: All 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: "e8e28460642245e6b17446bb7d8afe26" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41849 } }
I20260630 12:11:38.931915  2017 raft_consensus.cc:2804] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:38.939266  2008 leader_election.cc:290] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:38.939853  2009 ts_tablet_manager.cc:1434] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: Time spent starting tablet: real 0.067s	user 0.015s	sys 0.016s
I20260630 12:11:38.940977  2017 raft_consensus.cc:697] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 1 LEADER]: Becoming Leader. State: Replica: 3697d089a228439d8b5b6f0f2a92b16b, State: Running, Role: LEADER
I20260630 12:11:38.942080  2017 consensus_queue.cc:237] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [LEADER]: Queue going to LEADER mode. State: All 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: "3697d089a228439d8b5b6f0f2a92b16b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260630 12:11:38.945111  2008 ts_tablet_manager.cc:1434] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: Time spent starting tablet: real 0.067s	user 0.020s	sys 0.022s
I20260630 12:11:38.951794  1653 catalog_manager.cc:5697] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3697d089a228439d8b5b6f0f2a92b16b (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3697d089a228439d8b5b6f0f2a92b16b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3697d089a228439d8b5b6f0f2a92b16b" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:38.961820  1652 catalog_manager.cc:5697] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8e28460642245e6b17446bb7d8afe26 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e8e28460642245e6b17446bb7d8afe26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e8e28460642245e6b17446bb7d8afe26" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41849 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:40.208674  1730 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:40.211069  1730 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:41.039098   431 master.cc:562] Master@127.0.107.252:33571 shutting down...
I20260630 12:11:41.060154   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:41.061086   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:41.061462   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b6983a55423e4da993576466ae14f0c8: stopping tablet replica
I20260630 12:11:41.083223   431 master.cc:584] Master@127.0.107.252:33571 shutdown complete.
W20260630 12:11:41.926831  1894 heartbeater.cc:646] Failed to heartbeat to 127.0.107.252:33571 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:42.514564  2032 raft_consensus.cc:493] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b6983a55423e4da993576466ae14f0c8)
I20260630 12:11:42.515127  2032 raft_consensus.cc:515] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:42.516891  2032 leader_election.cc:290] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 11b93838a8d14fd1b7deb47add031934 (127.0.107.253:43351), b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571)
I20260630 12:11:42.517867  1598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60d168e5d3744e71957cdd60413113b8" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "11b93838a8d14fd1b7deb47add031934" is_pre_election: true
I20260630 12:11:42.518685  1598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 60d168e5d3744e71957cdd60413113b8 in term 1.
I20260630 12:11:42.520114  2034 raft_consensus.cc:493] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b6983a55423e4da993576466ae14f0c8)
I20260630 12:11:42.520233  1508 leader_election.cc:304] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [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: 11b93838a8d14fd1b7deb47add031934, 60d168e5d3744e71957cdd60413113b8; no voters: 
W20260630 12:11:42.520537  1507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111) [suppressed 8 similar messages]
I20260630 12:11:42.520617  2034 raft_consensus.cc:515] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:42.521126  2032 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:11:42.521552  2032 raft_consensus.cc:493] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Starting leader election (detected failure of leader b6983a55423e4da993576466ae14f0c8)
I20260630 12:11:42.522006  2032 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:42.523627  2034 leader_election.cc:290] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 60d168e5d3744e71957cdd60413113b8 (127.0.107.254:33183), b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571)
I20260630 12:11:42.524542  1533 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "11b93838a8d14fd1b7deb47add031934" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "60d168e5d3744e71957cdd60413113b8" is_pre_election: true
W20260630 12:11:42.525276  1507 leader_election.cc:336] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571): Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:42.530030  2032 raft_consensus.cc:515] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:42.531117  1533 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 11b93838a8d14fd1b7deb47add031934 in current term 2: Already voted for candidate 60d168e5d3744e71957cdd60413113b8 in this term.
W20260630 12:11:42.532848  1572 leader_election.cc:336] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571): Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:42.532866  1598 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "60d168e5d3744e71957cdd60413113b8" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "11b93838a8d14fd1b7deb47add031934"
I20260630 12:11:42.533887  1598 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:42.534009  2032 leader_election.cc:290] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [CANDIDATE]: Term 2 election: Requested vote from peers 11b93838a8d14fd1b7deb47add031934 (127.0.107.253:43351), b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571)
I20260630 12:11:42.534837  1573 leader_election.cc:304] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [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: 11b93838a8d14fd1b7deb47add031934; no voters: 60d168e5d3744e71957cdd60413113b8, b6983a55423e4da993576466ae14f0c8
W20260630 12:11:42.536993  1507 leader_election.cc:336] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571): Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111)
I20260630 12:11:42.540232  1598 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 60d168e5d3744e71957cdd60413113b8 in term 2.
I20260630 12:11:42.540674  2034 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:11:42.541404  1508 leader_election.cc:304] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [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: 11b93838a8d14fd1b7deb47add031934, 60d168e5d3744e71957cdd60413113b8; no voters: b6983a55423e4da993576466ae14f0c8
I20260630 12:11:42.542128  2032 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:42.543299  2032 raft_consensus.cc:697] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 LEADER]: Becoming Leader. State: Replica: 60d168e5d3744e71957cdd60413113b8, State: Running, Role: LEADER
I20260630 12:11:42.544040  2032 consensus_queue.cc:237] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } }
I20260630 12:11:42.547935  2038 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 60d168e5d3744e71957cdd60413113b8. Latest consensus state: current_term: 2 leader_uuid: "60d168e5d3744e71957cdd60413113b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:42.548677  2038 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:42.550057  2040 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:42.555215  2040 catalog_manager.cc:679] Loaded metadata for table test-workload [id=6b214297879f49408da61e96d055749a]
I20260630 12:11:42.560017  2040 tablet_loader.cc:96] loaded metadata for tablet 7451c52a6f5d43c1a46336be1f2d177b (table test-workload [id=6b214297879f49408da61e96d055749a])
I20260630 12:11:42.561152  2040 tablet_loader.cc:96] loaded metadata for tablet 8a13fd2fff7a425e8605c4fcdad6150d (table test-workload [id=6b214297879f49408da61e96d055749a])
I20260630 12:11:42.561970  2040 tablet_loader.cc:96] loaded metadata for tablet c04f27558f2844fca88651a19251cec4 (table test-workload [id=6b214297879f49408da61e96d055749a])
I20260630 12:11:42.562839  2040 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:42.566001  2040 catalog_manager.cc:1295] Loaded cluster ID: 1bf60b3aef404a828d0d5dd30030c5f3
I20260630 12:11:42.566244  2040 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:42.569656  2040 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:42.572592  2040 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: Loaded TSK: 0
I20260630 12:11:42.573448  2040 catalog_manager.cc:1550] Initializing in-progress tserver states...
W20260630 12:11:42.950793  1507 consensus_peers.cc:597] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 -> Peer b6983a55423e4da993576466ae14f0c8 (127.0.107.252:33571): Couldn't send request to peer b6983a55423e4da993576466ae14f0c8. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33571: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:43.107836  1598 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 2 FOLLOWER]: Refusing update from remote peer 60d168e5d3744e71957cdd60413113b8: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 2 index: 12. (index mismatch)
I20260630 12:11:43.109189  2038 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:11:43.114934  2044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 60d168e5d3744e71957cdd60413113b8. Latest consensus state: current_term: 2 leader_uuid: "60d168e5d3744e71957cdd60413113b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:43.115574  2044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:43.118014  2038 sys_catalog.cc:455] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "60d168e5d3744e71957cdd60413113b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:43.118547  2038 sys_catalog.cc:458] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:43.120393  2044 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "60d168e5d3744e71957cdd60413113b8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "60d168e5d3744e71957cdd60413113b8" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 33183 } } peers { permanent_uuid: "11b93838a8d14fd1b7deb47add031934" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43351 } } peers { permanent_uuid: "b6983a55423e4da993576466ae14f0c8" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33571 } } }
I20260630 12:11:43.120879  2044 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:11:43.933197  1895 heartbeater.cc:499] Master 127.0.107.254:33183 was elected leader, sending a full tablet report...
I20260630 12:11:43.991262  1973 heartbeater.cc:499] Master 127.0.107.254:33183 was elected leader, sending a full tablet report...
I20260630 12:11:43.991930  1817 heartbeater.cc:499] Master 127.0.107.254:33183 was elected leader, sending a full tablet report...
I20260630 12:11:44.194171  1711 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:44.196106  1711 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:44.646713   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:11:44.666348   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:44.667085   431 tablet_replica.cc:333] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b: stopping tablet replica
I20260630 12:11:44.667692   431 raft_consensus.cc:2243] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.668210   431 raft_consensus.cc:2272] T 8a13fd2fff7a425e8605c4fcdad6150d P 3697d089a228439d8b5b6f0f2a92b16b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.686550   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:11:44.696056   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:11:44.714625   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:44.715272   431 tablet_replica.cc:333] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca: stopping tablet replica
I20260630 12:11:44.715850   431 raft_consensus.cc:2243] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.716390   431 raft_consensus.cc:2272] T c04f27558f2844fca88651a19251cec4 P e7a9f4112ba84bc293827d05dc02ffca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.734735   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:11:44.744472   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:11:44.764765   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:11:44.765501   431 tablet_replica.cc:333] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26: stopping tablet replica
I20260630 12:11:44.766064   431 raft_consensus.cc:2243] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.766553   431 raft_consensus.cc:2272] T 7451c52a6f5d43c1a46336be1f2d177b P e8e28460642245e6b17446bb7d8afe26 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.784488   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:11:44.793680   431 master.cc:562] Master@127.0.107.254:33183 shutting down...
I20260630 12:11:44.809984   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:11:44.810884   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.811218   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 60d168e5d3744e71957cdd60413113b8: stopping tablet replica
I20260630 12:11:44.830466   431 master.cc:584] Master@127.0.107.254:33183 shutdown complete.
I20260630 12:11:44.844594   431 master.cc:562] Master@127.0.107.253:43351 shutting down...
I20260630 12:11:44.859560   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:11:44.860077   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:11:44.860386   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 11b93838a8d14fd1b7deb47add031934: stopping tablet replica
I20260630 12:11:44.878057   431 master.cc:584] Master@127.0.107.253:43351 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (9051 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:11:44.906492   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46049
I20260630 12:11:44.907608   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:44.913082  2054 instance_detector.cc: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.913093  2055 instance_detector.cc: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.913530  2057 instance_detector.cc: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.914696   431 server_base.cc:1061] running on GCE node
I20260630 12:11:44.915408   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:44.915592   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.915735   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821504915717 us; error 0 us; skew 500 ppm
I20260630 12:11:44.916186   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:44.918517   431 webserver.cc:533] Webserver started at http://127.0.107.254:40443/ using document root <none> and password file <none>
I20260630 12:11:44.918979   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:44.919157   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:44.919554   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:44.920648   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "9c62b4d8687b40a6be2c5d2586bd645f"
format_stamp: "Formatted at 2026-06-30 12:11:44 on dist-test-slave-g2rq"
I20260630 12:11:44.924870   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:11:44.928025  2062 log_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.928691   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:44.928937   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "9c62b4d8687b40a6be2c5d2586bd645f"
format_stamp: "Formatted at 2026-06-30 12:11:44 on dist-test-slave-g2rq"
I20260630 12:11:44.929198   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-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:44.943415   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:44.944607   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:44.981042   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46049
I20260630 12:11:44.981142  2113 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46049 every 8 connection(s)
I20260630 12:11:44.986151  2114 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:44.996286  2114 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f: Bootstrap starting.
I20260630 12:11:45.000702  2114 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:45.004792  2114 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f: No bootstrap required, opened a new log
I20260630 12:11:45.006810  2114 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER }
I20260630 12:11:45.007184  2114 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:45.007393  2114 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c62b4d8687b40a6be2c5d2586bd645f, State: Initialized, Role: FOLLOWER
I20260630 12:11:45.007927  2114 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER }
I20260630 12:11:45.008334  2114 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:11:45.008524  2114 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:11:45.008726  2114 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:45.013142  2114 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER }
I20260630 12:11:45.013671  2114 leader_election.cc:304] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [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: 9c62b4d8687b40a6be2c5d2586bd645f; no voters: 
I20260630 12:11:45.014833  2114 leader_election.cc:290] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:11:45.015161  2117 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:45.016489  2117 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 1 LEADER]: Becoming Leader. State: Replica: 9c62b4d8687b40a6be2c5d2586bd645f, State: Running, Role: LEADER
I20260630 12:11:45.017169  2117 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [LEADER]: Queue going to LEADER mode. State: All 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: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER }
I20260630 12:11:45.017632  2114 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:11:45.019869  2118 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER } }
I20260630 12:11:45.019915  2119 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9c62b4d8687b40a6be2c5d2586bd645f. Latest consensus state: current_term: 1 leader_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c62b4d8687b40a6be2c5d2586bd645f" member_type: VOTER } }
I20260630 12:11:45.020604  2118 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:45.020627  2119 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [sys.catalog]: This master's current role is: LEADER
I20260630 12:11:45.023301  2122 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:11:45.030591  2122 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:11:45.031782   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:11:45.039697  2122 catalog_manager.cc:1383] Generated new cluster ID: 56ee0cf19155426c9c9251ce1e1d308e
I20260630 12:11:45.039956  2122 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:11:45.054523  2122 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:11:45.055788  2122 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:11:45.074091  2122 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f: Generated new TSK 0
I20260630 12:11:45.074632  2122 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:11:45.098714   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:45.104224  2135 instance_detector.cc: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:45.105261  2136 instance_detector.cc: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:45.106495  2138 instance_detector.cc: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:45.106859   431 server_base.cc:1061] running on GCE node
I20260630 12:11:45.107671   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:45.107875   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:45.108006   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821505107994 us; error 0 us; skew 500 ppm
I20260630 12:11:45.108428   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:45.110720   431 webserver.cc:533] Webserver started at http://127.0.107.193:36267/ using document root <none> and password file <none>
I20260630 12:11:45.111158   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:45.111308   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:45.111600   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:45.112586   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "2db823edf6a8491d86c95e09f68fc8a5"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.116776   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:11:45.119933  2143 log_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:45.120666   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:45.120931   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "2db823edf6a8491d86c95e09f68fc8a5"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.121186   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-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:45.141724   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:45.142832   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:45.144294   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:45.146545   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:45.146737   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.146948   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:45.147111   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.184273   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34231
I20260630 12:11:45.184351  2205 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34231 every 8 connection(s)
I20260630 12:11:45.188937   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:45.195955  2210 instance_detector.cc: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:45.197055  2211 instance_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:45.201711   431 server_base.cc:1061] running on GCE node
W20260630 12:11:45.201831  2213 instance_detector.cc: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:45.202942   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:45.203217   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:45.203497   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821505203477 us; error 0 us; skew 500 ppm
I20260630 12:11:45.204159   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:45.205173  2206 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46049
I20260630 12:11:45.205577  2206 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:45.206447  2206 heartbeater.cc:507] Master 127.0.107.254:46049 requested a full tablet report, sending...
I20260630 12:11:45.206911   431 webserver.cc:533] Webserver started at http://127.0.107.194:43471/ using document root <none> and password file <none>
I20260630 12:11:45.207502   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:45.207684   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:45.207973   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:45.208700  2079 ts_manager.cc:194] Registered new tserver with Master: 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193:34231)
I20260630 12:11:45.209024   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "5ca2191233e54edf99e9beb82548ae22"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.210402  2079 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36994
I20260630 12:11:45.213732   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:11:45.217151  2218 log_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:45.217912   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:11:45.218171   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "5ca2191233e54edf99e9beb82548ae22"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.218426   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-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:45.244226   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:45.245337   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:45.246758   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:45.248961   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:45.249151   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.249357   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:45.249511   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.286904   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35207
I20260630 12:11:45.287000  2280 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35207 every 8 connection(s)
I20260630 12:11:45.291296   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:45.298072  2284 instance_detector.cc: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:45.299777  2285 instance_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:45.302549   431 server_base.cc:1061] running on GCE node
I20260630 12:11:45.303146  2281 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46049
I20260630 12:11:45.303550  2281 heartbeater.cc:461] Registering TS with master...
W20260630 12:11:45.303915  2287 instance_detector.cc: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:45.304311  2281 heartbeater.cc:507] Master 127.0.107.254:46049 requested a full tablet report, sending...
I20260630 12:11:45.304881   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:45.305147   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:45.305330   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821505305312 us; error 0 us; skew 500 ppm
I20260630 12:11:45.306008   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:45.306450  2079 ts_manager.cc:194] Registered new tserver with Master: 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207)
I20260630 12:11:45.307897  2079 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37000
I20260630 12:11:45.308676   431 webserver.cc:533] Webserver started at http://127.0.107.195:38279/ using document root <none> and password file <none>
I20260630 12:11:45.309329   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:45.309576   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:45.309906   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:45.311061   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.315219   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:11:45.318675  2292 log_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:45.319547   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:11:45.319826   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
format_stamp: "Formatted at 2026-06-30 12:11:45 on dist-test-slave-g2rq"
I20260630 12:11:45.320106   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-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:45.341519   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:45.342634   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:45.344090   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:45.346298   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:45.346490   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.346705   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:45.346853   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:45.383966   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44077
I20260630 12:11:45.384055  2354 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44077 every 8 connection(s)
I20260630 12:11:45.396827  2355 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46049
I20260630 12:11:45.397169  2355 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:45.397864  2355 heartbeater.cc:507] Master 127.0.107.254:46049 requested a full tablet report, sending...
I20260630 12:11:45.399729  2079 ts_manager.cc:194] Registered new tserver with Master: 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:45.400162   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013235095s
I20260630 12:11:45.401099  2079 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37014
I20260630 12:11:46.213172  2206 heartbeater.cc:499] Master 127.0.107.254:46049 was elected leader, sending a full tablet report...
I20260630 12:11:46.310663  2281 heartbeater.cc:499] Master 127.0.107.254:46049 was elected leader, sending a full tablet report...
I20260630 12:11:46.403462  2355 heartbeater.cc:499] Master 127.0.107.254:46049 was elected leader, sending a full tablet report...
I20260630 12:11:46.455022  2079 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37016:
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:46.457245  2079 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:46.512121  2320 tablet_service.cc:1511] Processing CreateTablet for tablet 48677502c7d6446e83e29b596940ba6a (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:46.513581  2320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48677502c7d6446e83e29b596940ba6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.513867  2170 tablet_service.cc:1511] Processing CreateTablet for tablet 40117e7121a7463cbb4d43d0ab7e3890 (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:46.515314  2170 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40117e7121a7463cbb4d43d0ab7e3890. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.513604  2171 tablet_service.cc:1511] Processing CreateTablet for tablet 48677502c7d6446e83e29b596940ba6a (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:46.517304  2171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48677502c7d6446e83e29b596940ba6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.517112  2319 tablet_service.cc:1511] Processing CreateTablet for tablet 40117e7121a7463cbb4d43d0ab7e3890 (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:46.518342  2319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40117e7121a7463cbb4d43d0ab7e3890. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.532568  2246 tablet_service.cc:1511] Processing CreateTablet for tablet 48677502c7d6446e83e29b596940ba6a (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:11:46.533991  2246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48677502c7d6446e83e29b596940ba6a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.535857  2245 tablet_service.cc:1511] Processing CreateTablet for tablet 40117e7121a7463cbb4d43d0ab7e3890 (DEFAULT_TABLE table=test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:11:46.537477  2245 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40117e7121a7463cbb4d43d0ab7e3890. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:46.573665  2375 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Bootstrap starting.
I20260630 12:11:46.574146  2377 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: Bootstrap starting.
I20260630 12:11:46.574294  2376 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: Bootstrap starting.
I20260630 12:11:46.579257  2376 tablet_bootstrap.cc:654] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.580866  2377 tablet_bootstrap.cc:654] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.580866  2375 tablet_bootstrap.cc:654] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.585958  2376 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: No bootstrap required, opened a new log
I20260630 12:11:46.586505  2376 ts_tablet_manager.cc:1403] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.003s
I20260630 12:11:46.586730  2377 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: No bootstrap required, opened a new log
I20260630 12:11:46.587157  2377 ts_tablet_manager.cc:1403] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:11:46.587414  2375 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: No bootstrap required, opened a new log
I20260630 12:11:46.587903  2375 ts_tablet_manager.cc:1403] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:11:46.589427  2376 raft_consensus.cc:359] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.589735  2377 raft_consensus.cc:359] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.590197  2376 raft_consensus.cc:385] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.590585  2377 raft_consensus.cc:385] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.590703  2376 raft_consensus.cc:740] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33247d6ce4c746a8b0b70c18d014b5cf, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.590536  2375 raft_consensus.cc:359] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.591184  2377 raft_consensus.cc:740] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ca2191233e54edf99e9beb82548ae22, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.591467  2375 raft_consensus.cc:385] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.591859  2375 raft_consensus.cc:740] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2db823edf6a8491d86c95e09f68fc8a5, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.591989  2377 consensus_queue.cc:260] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.591846  2376 consensus_queue.cc:260] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.592864  2375 consensus_queue.cc:260] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.595010  2377 ts_tablet_manager.cc:1434] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:11:46.596565  2377 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: Bootstrap starting.
I20260630 12:11:46.598079  2375 ts_tablet_manager.cc:1434] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.003s
I20260630 12:11:46.599727  2376 ts_tablet_manager.cc:1434] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:11:46.600764  2376 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: Bootstrap starting.
I20260630 12:11:46.601313  2375 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: Bootstrap starting.
I20260630 12:11:46.602636  2377 tablet_bootstrap.cc:654] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.606737  2376 tablet_bootstrap.cc:654] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.607743  2375 tablet_bootstrap.cc:654] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:11:46.614534  2377 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: No bootstrap required, opened a new log
I20260630 12:11:46.615244  2377 ts_tablet_manager.cc:1403] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:11:46.618637  2377 raft_consensus.cc:359] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.619571  2377 raft_consensus.cc:385] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.620018  2377 raft_consensus.cc:740] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ca2191233e54edf99e9beb82548ae22, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.621596  2377 consensus_queue.cc:260] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.623453  2376 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: No bootstrap required, opened a new log
I20260630 12:11:46.623649  2377 ts_tablet_manager.cc:1434] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:11:46.624167  2376 ts_tablet_manager.cc:1403] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: Time spent bootstrapping tablet: real 0.024s	user 0.020s	sys 0.002s
I20260630 12:11:46.626672  2375 tablet_bootstrap.cc:492] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: No bootstrap required, opened a new log
I20260630 12:11:46.627231  2375 ts_tablet_manager.cc:1403] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.004s
I20260630 12:11:46.626982  2376 raft_consensus.cc:359] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.627795  2376 raft_consensus.cc:385] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.628162  2376 raft_consensus.cc:740] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33247d6ce4c746a8b0b70c18d014b5cf, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.629058  2376 consensus_queue.cc:260] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.630086  2375 raft_consensus.cc:359] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.630862  2375 raft_consensus.cc:385] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:11:46.631155  2376 ts_tablet_manager.cc:1434] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:11:46.631153  2375 raft_consensus.cc:740] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2db823edf6a8491d86c95e09f68fc8a5, State: Initialized, Role: FOLLOWER
I20260630 12:11:46.632194  2375 consensus_queue.cc:260] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.634246  2375 ts_tablet_manager.cc:1434] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:11:46.705776  2383 raft_consensus.cc:493] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:46.706300  2383 raft_consensus.cc:515] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.708412  2383 leader_election.cc:290] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077), 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207)
I20260630 12:11:46.718336  2330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" is_pre_election: true
I20260630 12:11:46.718407  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ca2191233e54edf99e9beb82548ae22" is_pre_election: true
I20260630 12:11:46.719273  2330 raft_consensus.cc:2468] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 0.
I20260630 12:11:46.719403  2256 raft_consensus.cc:2468] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 0.
I20260630 12:11:46.720495  2147 leader_election.cc:304] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2db823edf6a8491d86c95e09f68fc8a5, 5ca2191233e54edf99e9beb82548ae22; no voters: 
I20260630 12:11:46.721189  2383 raft_consensus.cc:2804] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:46.721524  2383 raft_consensus.cc:493] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:46.721760  2383 raft_consensus.cc:3060] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.726892  2383 raft_consensus.cc:515] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.728449  2383 leader_election.cc:290] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 election: Requested vote from peers 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077), 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207)
I20260630 12:11:46.729223  2330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
I20260630 12:11:46.729449  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ca2191233e54edf99e9beb82548ae22"
I20260630 12:11:46.729707  2330 raft_consensus.cc:3060] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.729920  2256 raft_consensus.cc:3060] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.734835  2330 raft_consensus.cc:2468] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 1.
I20260630 12:11:46.734835  2256 raft_consensus.cc:2468] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 1.
I20260630 12:11:46.736066  2144 leader_election.cc:304] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2db823edf6a8491d86c95e09f68fc8a5, 33247d6ce4c746a8b0b70c18d014b5cf; no voters: 
I20260630 12:11:46.736790  2383 raft_consensus.cc:2804] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:46.737898  2383 raft_consensus.cc:697] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Becoming Leader. State: Replica: 2db823edf6a8491d86c95e09f68fc8a5, State: Running, Role: LEADER
I20260630 12:11:46.738588  2383 consensus_queue.cc:237] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:46.747313  2079 catalog_manager.cc:5697] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "2db823edf6a8491d86c95e09f68fc8a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:46.782182  2383 raft_consensus.cc:493] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:11:46.782747  2383 raft_consensus.cc:515] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.784408  2383 leader_election.cc:290] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207), 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:46.785276  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ca2191233e54edf99e9beb82548ae22" is_pre_election: true
I20260630 12:11:46.785440  2330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" is_pre_election: true
I20260630 12:11:46.785840  2256 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 0.
I20260630 12:11:46.785986  2330 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 0.
I20260630 12:11:46.786803  2147 leader_election.cc:304] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2db823edf6a8491d86c95e09f68fc8a5, 5ca2191233e54edf99e9beb82548ae22; no voters: 
I20260630 12:11:46.787453  2383 raft_consensus.cc:2804] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:11:46.787708  2383 raft_consensus.cc:493] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:11:46.787974  2383 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.792469  2383 raft_consensus.cc:515] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.794104  2383 leader_election.cc:290] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 election: Requested vote from peers 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207), 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:46.794921  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ca2191233e54edf99e9beb82548ae22"
I20260630 12:11:46.795106  2330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
I20260630 12:11:46.795552  2256 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.795629  2330 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:11:46.802008  2330 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 1.
I20260630 12:11:46.802008  2256 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2db823edf6a8491d86c95e09f68fc8a5 in term 1.
I20260630 12:11:46.803403  2144 leader_election.cc:304] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2db823edf6a8491d86c95e09f68fc8a5, 33247d6ce4c746a8b0b70c18d014b5cf; no voters: 
I20260630 12:11:46.804049  2383 raft_consensus.cc:2804] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:11:46.804433  2383 raft_consensus.cc:697] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Becoming Leader. State: Replica: 2db823edf6a8491d86c95e09f68fc8a5, State: Running, Role: LEADER
I20260630 12:11:46.805147  2383 consensus_queue.cc:237] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:46.811203  2078 catalog_manager.cc:5697] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "2db823edf6a8491d86c95e09f68fc8a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } health_report { overall_health: UNKNOWN } } }
I20260630 12:11:47.031905  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:47.044246  2181 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890"
dest_uuid: "2db823edf6a8491d86c95e09f68fc8a5"
mode: GRACEFUL
new_leader_uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
 from {username='slave'} at 127.0.0.1:58734
I20260630 12:11:47.044806  2181 raft_consensus.cc:606] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Received request to transfer leadership to TS 33247d6ce4c746a8b0b70c18d014b5cf
I20260630 12:11:47.045960  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:11:47.046353  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:47.200706  2383 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.207392  2389 raft_consensus.cc:993] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: : Instructing follower 33247d6ce4c746a8b0b70c18d014b5cf to start an election
I20260630 12:11:47.208050  2383 raft_consensus.cc:1081] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Signalling peer 33247d6ce4c746a8b0b70c18d014b5cf to start an election
I20260630 12:11:47.209681  2329 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890"
dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf"
 from {username='slave'} at 127.0.0.1:40990
I20260630 12:11:47.211385  2329 raft_consensus.cc:493] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:11:47.211795  2329 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:47.216468  2396 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.218349  2329 raft_consensus.cc:515] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:47.224670  2329 leader_election.cc:290] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [CANDIDATE]: Term 2 election: Requested vote from peers 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193:34231), 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207)
I20260630 12:11:47.240710  2181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2db823edf6a8491d86c95e09f68fc8a5"
I20260630 12:11:47.241360  2181 raft_consensus.cc:3055] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:11:47.241632  2181 raft_consensus.cc:740] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2db823edf6a8491d86c95e09f68fc8a5, State: Running, Role: LEADER
I20260630 12:11:47.242496  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5ca2191233e54edf99e9beb82548ae22"
I20260630 12:11:47.242378  2181 consensus_queue.cc:260] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [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: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:47.242959  2256 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:47.243368  2181 raft_consensus.cc:3060] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:11:47.247994  2256 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33247d6ce4c746a8b0b70c18d014b5cf in term 2.
I20260630 12:11:47.248365  2181 raft_consensus.cc:2468] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 33247d6ce4c746a8b0b70c18d014b5cf in term 2.
I20260630 12:11:47.249054  2296 leader_election.cc:304] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [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: 33247d6ce4c746a8b0b70c18d014b5cf, 5ca2191233e54edf99e9beb82548ae22; no voters: 
I20260630 12:11:47.249936  2394 raft_consensus.cc:2804] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:11:47.251300  2396 consensus_queue.cc:1048] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.251170  2394 raft_consensus.cc:697] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 LEADER]: Becoming Leader. State: Replica: 33247d6ce4c746a8b0b70c18d014b5cf, State: Running, Role: LEADER
I20260630 12:11:47.252525  2394 consensus_queue.cc:237] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [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: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:47.254577  2383 consensus_queue.cc:1048] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:11:47.260571  2078 catalog_manager.cc:5697] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf reported cstate change: term changed from 1 to 2, leader changed from 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193) to 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195). New cstate: current_term: 2 leader_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } health_report { overall_health: HEALTHY } } }
I20260630 12:11:47.662617  2181 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:47.664106  2394 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:47.671590  2256 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:11:47.673473  2394 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:11:49.047277  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:49.049219  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:49.049556  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:51.050580  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:51.052947  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:51.053283  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:53.707691  2415 raft_consensus.cc:493] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 33247d6ce4c746a8b0b70c18d014b5cf)
I20260630 12:11:53.708622  2415 raft_consensus.cc:515] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:53.740898  2415 leader_election.cc:290] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193:34231), 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:53.821547  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:53.831049  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:53.831616  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:53.877239  2417 raft_consensus.cc:493] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 33247d6ce4c746a8b0b70c18d014b5cf)
I20260630 12:11:53.878096  2417 raft_consensus.cc:515] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } }
I20260630 12:11:53.881337  2417 leader_election.cc:290] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 5ca2191233e54edf99e9beb82548ae22 (127.0.107.194:35207), 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:53.887408  2415 raft_consensus.cc:493] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2db823edf6a8491d86c95e09f68fc8a5)
I20260630 12:11:53.889117  2256 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "5ca2191233e54edf99e9beb82548ae22" is_pre_election: true
I20260630 12:11:53.888036  2415 raft_consensus.cc:515] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } }
I20260630 12:11:53.894822  2415 leader_election.cc:290] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077), 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193:34231)
I20260630 12:11:53.901520  2329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "2db823edf6a8491d86c95e09f68fc8a5" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" is_pre_election: true
I20260630 12:11:53.902666  2181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "5ca2191233e54edf99e9beb82548ae22" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "2db823edf6a8491d86c95e09f68fc8a5" is_pre_election: true
I20260630 12:11:53.904249  2180 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "5ca2191233e54edf99e9beb82548ae22" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2db823edf6a8491d86c95e09f68fc8a5" is_pre_election: true
I20260630 12:11:53.904538  2144 leader_election.cc:304] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2db823edf6a8491d86c95e09f68fc8a5; no voters: 33247d6ce4c746a8b0b70c18d014b5cf, 5ca2191233e54edf99e9beb82548ae22
I20260630 12:11:53.905524  2417 raft_consensus.cc:2749] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:11:53.910048  2329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40117e7121a7463cbb4d43d0ab7e3890" candidate_uuid: "5ca2191233e54edf99e9beb82548ae22" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" is_pre_election: true
I20260630 12:11:53.910334  2330 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48677502c7d6446e83e29b596940ba6a" candidate_uuid: "5ca2191233e54edf99e9beb82548ae22" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" is_pre_election: true
I20260630 12:11:53.911317  2219 leader_election.cc:304] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 5ca2191233e54edf99e9beb82548ae22; no voters: 2db823edf6a8491d86c95e09f68fc8a5, 33247d6ce4c746a8b0b70c18d014b5cf
I20260630 12:11:53.911976  2415 raft_consensus.cc:2749] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:11:53.912333  2219 leader_election.cc:304] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [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: 5ca2191233e54edf99e9beb82548ae22; no voters: 2db823edf6a8491d86c95e09f68fc8a5, 33247d6ce4c746a8b0b70c18d014b5cf
I20260630 12:11:53.912958  2415 raft_consensus.cc:2749] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:11:54.810089  2277 debug-util.cc:398] Leaking SignalData structure 0x7b08000903a0 after lost signal to thread 434
W20260630 12:11:54.810886  2277 debug-util.cc:398] Leaking SignalData structure 0x7b0800098ec0 after lost signal to thread 2113
W20260630 12:11:54.812364  2277 debug-util.cc:398] Leaking SignalData structure 0x7b080000a2e0 after lost signal to thread 2280
I20260630 12:11:55.832691  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:55.834712  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:55.835063  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:57.835943  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:57.837843  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:57.838222  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:11:58.140758   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:11:58.147423  2427 instance_detector.cc: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.147727  2428 instance_detector.cc: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.154637  2430 instance_detector.cc: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.155143   431 server_base.cc:1061] running on GCE node
I20260630 12:11:58.156421   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:11:58.156627   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.156828   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821518156810 us; error 0 us; skew 500 ppm
I20260630 12:11:58.157331   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:11:58.159914   431 webserver.cc:533] Webserver started at http://127.0.107.196:40737/ using document root <none> and password file <none>
I20260630 12:11:58.160553   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:11:58.160779   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:11:58.161098   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:11:58.162403   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "a44c6a78f09a4463b36b796cb661fdc9"
format_stamp: "Formatted at 2026-06-30 12:11:58 on dist-test-slave-g2rq"
I20260630 12:11:58.167135   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260630 12:11:58.170951  2436 log_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.171742   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:11:58.172051   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "a44c6a78f09a4463b36b796cb661fdc9"
format_stamp: "Formatted at 2026-06-30 12:11:58 on dist-test-slave-g2rq"
I20260630 12:11:58.172335   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-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:58.196107   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:11:58.197369   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:11:58.198879   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:11:58.201366   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:11:58.201561   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:58.201810   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:11:58.201968   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:11:58.241080   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45141
I20260630 12:11:58.241176  2498 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45141 every 8 connection(s)
I20260630 12:11:58.259318  2499 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46049
I20260630 12:11:58.259727  2499 heartbeater.cc:461] Registering TS with master...
I20260630 12:11:58.260433  2499 heartbeater.cc:507] Master 127.0.107.254:46049 requested a full tablet report, sending...
I20260630 12:11:58.262346  2079 ts_manager.cc:194] Registered new tserver with Master: a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196:45141)
I20260630 12:11:58.263908  2079 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37792
I20260630 12:11:58.785778  2330 consensus_queue.cc:237] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [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: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } }
I20260630 12:11:58.793713  2256 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:11:58.794526  2180 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:11:58.795432  2507 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:11:58.796476  2506 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:11:58.806038  2295 consensus_peers.cc:597] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf -> Peer a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196:45141): Couldn't send request to peer a44c6a78f09a4463b36b796cb661fdc9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 40117e7121a7463cbb4d43d0ab7e3890. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:11:58.807704  2506 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } } }
I20260630 12:11:58.809824  2180 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } } }
I20260630 12:11:58.809855  2256 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } } }
I20260630 12:11:58.823501  2079 catalog_manager.cc:5697] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 reported cstate change: config changed from index -1 to 3, NON_VOTER a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } } }
I20260630 12:11:59.228204  2518 ts_tablet_manager.cc:933] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Initiating tablet copy from peer 33247d6ce4c746a8b0b70c18d014b5cf (127.0.107.195:44077)
I20260630 12:11:59.230008  2518 tablet_copy_client.cc:323] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:44077
I20260630 12:11:59.241168  2340 tablet_copy_service.cc:140] P 33247d6ce4c746a8b0b70c18d014b5cf: Received BeginTabletCopySession request for tablet 40117e7121a7463cbb4d43d0ab7e3890 from peer a44c6a78f09a4463b36b796cb661fdc9 ({username='slave'} at 127.0.0.1:45810)
I20260630 12:11:59.241650  2340 tablet_copy_service.cc:161] P 33247d6ce4c746a8b0b70c18d014b5cf: Beginning new tablet copy session on tablet 40117e7121a7463cbb4d43d0ab7e3890 from peer a44c6a78f09a4463b36b796cb661fdc9 at {username='slave'} at 127.0.0.1:45810: session id = a44c6a78f09a4463b36b796cb661fdc9-40117e7121a7463cbb4d43d0ab7e3890
I20260630 12:11:59.246829  2340 tablet_copy_source_session.cc:215] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:11:59.249672  2518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40117e7121a7463cbb4d43d0ab7e3890. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:11:59.261394  2518 tablet_copy_client.cc:806] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: tablet copy: Starting download of 0 data blocks...
I20260630 12:11:59.261955  2518 tablet_copy_client.cc:670] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:11:59.265290  2518 tablet_copy_client.cc:538] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:11:59.266379  2499 heartbeater.cc:499] Master 127.0.107.254:46049 was elected leader, sending a full tablet report...
I20260630 12:11:59.272367  2518 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Bootstrap starting.
I20260630 12:11:59.291673  2518 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:11:59.292749  2518 tablet_bootstrap.cc:492] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Bootstrap complete.
I20260630 12:11:59.293445  2518 ts_tablet_manager.cc:1403] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Time spent bootstrapping tablet: real 0.021s	user 0.019s	sys 0.000s
I20260630 12:11:59.296415  2518 raft_consensus.cc:359] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } }
I20260630 12:11:59.297247  2518 raft_consensus.cc:740] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: a44c6a78f09a4463b36b796cb661fdc9, State: Initialized, Role: LEARNER
I20260630 12:11:59.297923  2518 consensus_queue.cc:260] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [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: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: true } }
I20260630 12:11:59.300649  2518 ts_tablet_manager.cc:1434] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:11:59.302253  2340 tablet_copy_service.cc:342] P 33247d6ce4c746a8b0b70c18d014b5cf: Request end of tablet copy session a44c6a78f09a4463b36b796cb661fdc9-40117e7121a7463cbb4d43d0ab7e3890 received from {username='slave'} at 127.0.0.1:45810
I20260630 12:11:59.302603  2340 tablet_copy_service.cc:434] P 33247d6ce4c746a8b0b70c18d014b5cf: ending tablet copy session a44c6a78f09a4463b36b796cb661fdc9-40117e7121a7463cbb4d43d0ab7e3890 on tablet 40117e7121a7463cbb4d43d0ab7e3890 with peer a44c6a78f09a4463b36b796cb661fdc9
I20260630 12:11:59.738196  2474 raft_consensus.cc:1217] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:11:59.839223  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:11:59.841290  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:11:59.841634  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:00.252629  2506 raft_consensus.cc:1064] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: attempting to promote NON_VOTER a44c6a78f09a4463b36b796cb661fdc9 to VOTER
I20260630 12:12:00.255728  2506 consensus_queue.cc:237] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [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: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } }
I20260630 12:12:00.263886  2474 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 LEARNER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: 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:00.266881  2256 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: 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:00.271359  2526 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } 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:00.273761  2529 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:12:00.275002  2180 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: 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:00.277420  2526 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } 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:00.296698  2530 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.300812  2256 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.301164  2180 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.310504  2474 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.318598  2078 catalog_manager.cc:5697] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 reported cstate change: config changed from index 3 to 4, a44c6a78f09a4463b36b796cb661fdc9 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "2db823edf6a8491d86c95e09f68fc8a5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34231 } attrs { replace: true } } peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.342348  2330 consensus_queue.cc:237] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [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: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } }
I20260630 12:12:00.348376  2474 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: 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:00.348376  2256 raft_consensus.cc:1275] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Refusing update from remote peer 33247d6ce4c746a8b0b70c18d014b5cf: 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:00.350235  2530 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:00.351182  2528 consensus_queue.cc:1048] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } 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:12:00.357548  2530 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.359599  2474 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.359884  2256 raft_consensus.cc:2955] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.368382  2063 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 40117e7121a7463cbb4d43d0ab7e3890 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:00.372591  2076 catalog_manager.cc:5697] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 reported cstate change: config changed from index 4 to 5, VOTER 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5ca2191233e54edf99e9beb82548ae22" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35207 } } peers { permanent_uuid: "33247d6ce4c746a8b0b70c18d014b5cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44077 } } peers { permanent_uuid: "a44c6a78f09a4463b36b796cb661fdc9" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45141 } attrs { promote: false } } }
I20260630 12:12:00.384552  2170 tablet_service.cc:1558] Processing DeleteTablet for tablet 40117e7121a7463cbb4d43d0ab7e3890 with delete_type TABLET_DATA_TOMBSTONED (TS 2db823edf6a8491d86c95e09f68fc8a5 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58726
I20260630 12:12:00.387243  2541 tablet_replica.cc:333] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: stopping tablet replica
I20260630 12:12:00.387980  2541 raft_consensus.cc:2243] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:00.388705  2541 raft_consensus.cc:2272] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:00.391317  2541 ts_tablet_manager.cc:1916] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:00.401788  2541 ts_tablet_manager.cc:1929] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:12:00.402199  2541 log.cc:1199] T 40117e7121a7463cbb4d43d0ab7e3890 P 2db823edf6a8491d86c95e09f68fc8a5: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782821479742301-431-0/minicluster-data/ts-0-root/wals/40117e7121a7463cbb4d43d0ab7e3890
I20260630 12:12:00.403824  2065 catalog_manager.cc:5028] TS 2db823edf6a8491d86c95e09f68fc8a5 (127.0.107.193:34231): tablet 40117e7121a7463cbb4d43d0ab7e3890 (table test-workload [id=209035329faf4dbe9a8dbaad46b11ad1]) successfully deleted
I20260630 12:12:01.842736  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:01.844748  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:01.845082  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:03.846050  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:03.847999  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:03.848294  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:05.849243  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:05.851161  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:05.851524  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:07.852417  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:07.854303  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:07.854627  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:09.855615  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:09.857519  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:09.857838  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:11.859020  2132 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:11.861199  2132 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:11.861589  2132 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:12.339143   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:12.362901   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:12.363665   431 tablet_replica.cc:333] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5: stopping tablet replica
I20260630 12:12:12.364187   431 raft_consensus.cc:2243] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:12.365171   431 raft_consensus.cc:2272] T 48677502c7d6446e83e29b596940ba6a P 2db823edf6a8491d86c95e09f68fc8a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.387743   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:12.399448   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:12.419956   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:12.420646   431 tablet_replica.cc:333] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22: stopping tablet replica
I20260630 12:12:12.421269   431 raft_consensus.cc:2243] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:12.422024   431 raft_consensus.cc:2272] T 40117e7121a7463cbb4d43d0ab7e3890 P 5ca2191233e54edf99e9beb82548ae22 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.424118   431 tablet_replica.cc:333] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22: stopping tablet replica
I20260630 12:12:12.424567   431 raft_consensus.cc:2243] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:12.424976   431 raft_consensus.cc:2272] T 48677502c7d6446e83e29b596940ba6a P 5ca2191233e54edf99e9beb82548ae22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.464545   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:12.475914   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:12.498553   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:12.499393   431 tablet_replica.cc:333] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf: stopping tablet replica
I20260630 12:12:12.499966   431 raft_consensus.cc:2243] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:12.500443   431 raft_consensus.cc:2272] T 48677502c7d6446e83e29b596940ba6a P 33247d6ce4c746a8b0b70c18d014b5cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.502532   431 tablet_replica.cc:333] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf: stopping tablet replica
I20260630 12:12:12.502974   431 raft_consensus.cc:2243] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:12.503859   431 raft_consensus.cc:2272] T 40117e7121a7463cbb4d43d0ab7e3890 P 33247d6ce4c746a8b0b70c18d014b5cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.525027   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:12.537007   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:12:12.556069   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:12.556795   431 tablet_replica.cc:333] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9: stopping tablet replica
I20260630 12:12:12.557286   431 raft_consensus.cc:2243] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:12.557865   431 raft_consensus.cc:2272] T 40117e7121a7463cbb4d43d0ab7e3890 P a44c6a78f09a4463b36b796cb661fdc9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.576539   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:12:12.586325   431 master.cc:562] Master@127.0.107.254:46049 shutting down...
I20260630 12:12:12.602835   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:12.603502   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:12.603830   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9c62b4d8687b40a6be2c5d2586bd645f: stopping tablet replica
I20260630 12:12:12.622156   431 master.cc:584] Master@127.0.107.254:46049 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27751 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:12:12.658250   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46319
I20260630 12:12:12.659399   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:12.665138  2553 instance_detector.cc: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:12.665756  2552 instance_detector.cc: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:12.666114  2555 instance_detector.cc: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:12.667040   431 server_base.cc:1061] running on GCE node
I20260630 12:12:12.668025   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:12.668210   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:12.668386   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821532668366 us; error 0 us; skew 500 ppm
I20260630 12:12:12.668872   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:12.672000   431 webserver.cc:533] Webserver started at http://127.0.107.254:45969/ using document root <none> and password file <none>
I20260630 12:12:12.672693   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:12.672883   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:12.673210   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:12.674510   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "f6be94c72a114a85a1bd75990e2f90e0"
format_stamp: "Formatted at 2026-06-30 12:12:12 on dist-test-slave-g2rq"
I20260630 12:12:12.679702   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:12:12.683553  2560 log_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:12.684306   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:12.684585   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "f6be94c72a114a85a1bd75990e2f90e0"
format_stamp: "Formatted at 2026-06-30 12:12:12 on dist-test-slave-g2rq"
I20260630 12:12:12.684839   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782821479742301-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:12.705776   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:12.707573   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:12.750008   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46319
I20260630 12:12:12.750342  2611 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46319 every 8 connection(s)
I20260630 12:12:12.754135  2612 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:12.765327  2612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0: Bootstrap starting.
I20260630 12:12:12.770165  2612 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:12.774531  2612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0: No bootstrap required, opened a new log
I20260630 12:12:12.776716  2612 raft_consensus.cc:359] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER }
I20260630 12:12:12.777148  2612 raft_consensus.cc:385] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:12.777328  2612 raft_consensus.cc:740] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6be94c72a114a85a1bd75990e2f90e0, State: Initialized, Role: FOLLOWER
I20260630 12:12:12.777824  2612 consensus_queue.cc:260] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER }
I20260630 12:12:12.778277  2612 raft_consensus.cc:399] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:12.778473  2612 raft_consensus.cc:493] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:12.778694  2612 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:12.783721  2612 raft_consensus.cc:515] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER }
I20260630 12:12:12.784253  2612 leader_election.cc:304] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [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: f6be94c72a114a85a1bd75990e2f90e0; no voters: 
I20260630 12:12:12.785400  2612 leader_election.cc:290] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:12.785799  2615 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:12.787278  2615 raft_consensus.cc:697] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 1 LEADER]: Becoming Leader. State: Replica: f6be94c72a114a85a1bd75990e2f90e0, State: Running, Role: LEADER
I20260630 12:12:12.787979  2615 consensus_queue.cc:237] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [LEADER]: Queue going to LEADER mode. State: All 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: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER }
I20260630 12:12:12.788424  2612 sys_catalog.cc:565] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:12.792969  2617 sys_catalog.cc:455] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f6be94c72a114a85a1bd75990e2f90e0. Latest consensus state: current_term: 1 leader_uuid: "f6be94c72a114a85a1bd75990e2f90e0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER } }
I20260630 12:12:12.793681  2617 sys_catalog.cc:458] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:12.794549  2616 sys_catalog.cc:455] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f6be94c72a114a85a1bd75990e2f90e0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f6be94c72a114a85a1bd75990e2f90e0" member_type: VOTER } }
I20260630 12:12:12.795101  2616 sys_catalog.cc:458] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:12.795670  2623 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:12.801168  2623 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:12.803470   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:12.810762  2623 catalog_manager.cc:1383] Generated new cluster ID: 454eaaf5612747ae8404d1524bcf3973
I20260630 12:12:12.811077  2623 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:12.835472  2623 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:12.837180  2623 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:12.849640  2623 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0: Generated new TSK 0
I20260630 12:12:12.850242  2623 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:12.869110   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000233304s
I20260630 12:12:24.964315   431 master.cc:562] Master@127.0.107.254:46319 shutting down...
I20260630 12:12:24.985370   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:24.986294   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:24.986670   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f6be94c72a114a85a1bd75990e2f90e0: stopping tablet replica
I20260630 12:12:25.005806   431 master.cc:584] Master@127.0.107.254:46319 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12378 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:12:25.036584   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36117
I20260630 12:12:25.037714   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:25.043126  2635 instance_detector.cc: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:25.043203  2636 instance_detector.cc: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:25.044677  2638 instance_detector.cc: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:25.045977   431 server_base.cc:1061] running on GCE node
I20260630 12:12:25.046675   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:25.046859   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:25.047014   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821545046996 us; error 0 us; skew 500 ppm
I20260630 12:12:25.047557   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:25.049827   431 webserver.cc:533] Webserver started at http://127.0.107.254:41337/ using document root <none> and password file <none>
I20260630 12:12:25.050285   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:25.050469   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:25.050735   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:25.051941   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "88cfd50eb3f04b8c910d03ac89092db7"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.056422   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:12:25.059906  2643 log_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:25.060654   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:25.060922   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "88cfd50eb3f04b8c910d03ac89092db7"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.061178   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-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:25.077857   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:25.079041   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:25.115212   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36117
I20260630 12:12:25.115301  2694 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36117 every 8 connection(s)
I20260630 12:12:25.119107  2695 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:25.129962  2695 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7: Bootstrap starting.
I20260630 12:12:25.134526  2695 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:25.138688  2695 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7: No bootstrap required, opened a new log
I20260630 12:12:25.140877  2695 raft_consensus.cc:359] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER }
I20260630 12:12:25.141299  2695 raft_consensus.cc:385] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:25.141523  2695 raft_consensus.cc:740] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88cfd50eb3f04b8c910d03ac89092db7, State: Initialized, Role: FOLLOWER
I20260630 12:12:25.142120  2695 consensus_queue.cc:260] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER }
I20260630 12:12:25.142588  2695 raft_consensus.cc:399] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:25.142803  2695 raft_consensus.cc:493] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:25.143061  2695 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:25.147737  2695 raft_consensus.cc:515] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER }
I20260630 12:12:25.148236  2695 leader_election.cc:304] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [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: 88cfd50eb3f04b8c910d03ac89092db7; no voters: 
I20260630 12:12:25.149284  2695 leader_election.cc:290] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:25.149673  2698 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:25.150951  2698 raft_consensus.cc:697] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 1 LEADER]: Becoming Leader. State: Replica: 88cfd50eb3f04b8c910d03ac89092db7, State: Running, Role: LEADER
I20260630 12:12:25.151580  2698 consensus_queue.cc:237] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [LEADER]: Queue going to LEADER mode. State: All 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: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER }
I20260630 12:12:25.152057  2695 sys_catalog.cc:565] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:25.154808  2699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "88cfd50eb3f04b8c910d03ac89092db7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER } }
I20260630 12:12:25.155712  2699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:25.154881  2700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 88cfd50eb3f04b8c910d03ac89092db7. Latest consensus state: current_term: 1 leader_uuid: "88cfd50eb3f04b8c910d03ac89092db7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "88cfd50eb3f04b8c910d03ac89092db7" member_type: VOTER } }
I20260630 12:12:25.156415  2700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:25.160728  2705 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:25.165841  2705 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:25.167874   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:25.174736  2705 catalog_manager.cc:1383] Generated new cluster ID: 716efbb296854099a5244e375ab7ba50
I20260630 12:12:25.174997  2705 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:25.186844  2705 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:25.188161  2705 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:25.199049  2705 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7: Generated new TSK 0
I20260630 12:12:25.199653  2705 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:25.234200   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:25.240022  2716 instance_detector.cc: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:25.240995  2717 instance_detector.cc: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:25.242796  2719 instance_detector.cc: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:25.243125   431 server_base.cc:1061] running on GCE node
I20260630 12:12:25.243999   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:25.244190   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:25.244351   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821545244333 us; error 0 us; skew 500 ppm
I20260630 12:12:25.244840   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:25.247133   431 webserver.cc:533] Webserver started at http://127.0.107.193:45585/ using document root <none> and password file <none>
I20260630 12:12:25.247586   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:25.247751   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:25.247996   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:25.249096   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "bf4bb85667da4ac782394d8ccb4fc5af"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.253378   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:25.256624  2724 log_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:25.257364   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:25.257627   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "bf4bb85667da4ac782394d8ccb4fc5af"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.257858   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-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:25.273597   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:25.274844   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:25.276392   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:25.278695   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:25.278873   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.279119   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:25.279273   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.318145   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42169
I20260630 12:12:25.318249  2786 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42169 every 8 connection(s)
I20260630 12:12:25.322947   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:25.330240  2791 instance_detector.cc: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:25.331794  2792 instance_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:25.335009   431 server_base.cc:1061] running on GCE node
W20260630 12:12:25.335141  2794 instance_detector.cc: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:25.336006   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:25.336261   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:25.336428   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821545336411 us; error 0 us; skew 500 ppm
I20260630 12:12:25.337051   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:25.339399  2787 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36117
I20260630 12:12:25.339723   431 webserver.cc:533] Webserver started at http://127.0.107.194:43671/ using document root <none> and password file <none>
I20260630 12:12:25.339793  2787 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:25.340387   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:25.340649   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:25.340785  2787 heartbeater.cc:507] Master 127.0.107.254:36117 requested a full tablet report, sending...
I20260630 12:12:25.340965   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:25.342271   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "cea90b3dcebf4ba59f228b8117c7577d"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.343106  2660 ts_manager.cc:194] Registered new tserver with Master: bf4bb85667da4ac782394d8ccb4fc5af (127.0.107.193:42169)
I20260630 12:12:25.344885  2660 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45936
I20260630 12:12:25.346765   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:12:25.350086  2799 log_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:25.350841   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:25.351132   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "cea90b3dcebf4ba59f228b8117c7577d"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.351419   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-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:25.378521   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:25.379781   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:25.381199   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:25.383460   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:25.383646   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.383874   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:25.384024   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.422053   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39973
I20260630 12:12:25.422142  2861 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39973 every 8 connection(s)
I20260630 12:12:25.426646   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:25.434031  2865 instance_detector.cc: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:25.435061  2866 instance_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:25.438817  2862 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36117
I20260630 12:12:25.438845   431 server_base.cc:1061] running on GCE node
I20260630 12:12:25.439291  2862 heartbeater.cc:461] Registering TS with master...
W20260630 12:12:25.438537  2868 instance_detector.cc: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:25.440168  2862 heartbeater.cc:507] Master 127.0.107.254:36117 requested a full tablet report, sending...
I20260630 12:12:25.440263   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:25.440553   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:25.440709   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821545440693 us; error 0 us; skew 500 ppm
I20260630 12:12:25.441359   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:25.442245  2660 ts_manager.cc:194] Registered new tserver with Master: cea90b3dcebf4ba59f228b8117c7577d (127.0.107.194:39973)
I20260630 12:12:25.444056   431 webserver.cc:533] Webserver started at http://127.0.107.195:37617/ using document root <none> and password file <none>
I20260630 12:12:25.444162  2660 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45952
I20260630 12:12:25.444672   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:25.444939   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:25.445243   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:25.446712   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "1fa23a9b487743d6a3dab31b44fec8c6"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.450955   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:25.454051  2873 log_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:25.454746   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:25.455013   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "1fa23a9b487743d6a3dab31b44fec8c6"
format_stamp: "Formatted at 2026-06-30 12:12:25 on dist-test-slave-g2rq"
I20260630 12:12:25.455260   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782821479742301-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:25.466760   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:25.468057   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:25.469503   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:25.471741   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:25.471998   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.472249   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:25.472438   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:25.509994   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40575
I20260630 12:12:25.510082  2935 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40575 every 8 connection(s)
I20260630 12:12:25.523200  2936 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36117
I20260630 12:12:25.523584  2936 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:25.524278  2936 heartbeater.cc:507] Master 127.0.107.254:36117 requested a full tablet report, sending...
I20260630 12:12:25.526202  2660 ts_manager.cc:194] Registered new tserver with Master: 1fa23a9b487743d6a3dab31b44fec8c6 (127.0.107.195:40575)
I20260630 12:12:25.526571   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013448502s
I20260630 12:12:25.527558  2660 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45954
I20260630 12:12:26.347502  2787 heartbeater.cc:499] Master 127.0.107.254:36117 was elected leader, sending a full tablet report...
I20260630 12:12:26.446943  2862 heartbeater.cc:499] Master 127.0.107.254:36117 was elected leader, sending a full tablet report...
I20260630 12:12:26.530216  2936 heartbeater.cc:499] Master 127.0.107.254:36117 was elected leader, sending a full tablet report...
I20260630 12:12:27.167770  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:29.168617  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:31.169832  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:33.170970  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:35.172008  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:37.173023  2713 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:37.621374   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:37.643218   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:37.659601   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:37.669507   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:37.687480   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:37.703770   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:37.713544   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:37.731935   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:37.747416   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:37.756356   431 master.cc:562] Master@127.0.107.254:36117 shutting down...
I20260630 12:12:37.773761   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:37.774520   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:37.774870   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 88cfd50eb3f04b8c910d03ac89092db7: stopping tablet replica
I20260630 12:12:37.792680   431 master.cc:584] Master@127.0.107.254:36117 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12786 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:12:37.825803   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45293
I20260630 12:12:37.826985   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:37.832710  2941 instance_detector.cc: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:37.832721  2942 instance_detector.cc: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:37.833863  2944 instance_detector.cc: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:37.834813   431 server_base.cc:1061] running on GCE node
I20260630 12:12:37.835598   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:37.835790   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:37.835932   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821557835911 us; error 0 us; skew 500 ppm
I20260630 12:12:37.836408   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:37.839144   431 webserver.cc:533] Webserver started at http://127.0.107.254:46453/ using document root <none> and password file <none>
I20260630 12:12:37.839780   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:37.840009   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:37.840304   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:37.841516   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "71606603c62c44a895f2fcfd4ca68a92"
format_stamp: "Formatted at 2026-06-30 12:12:37 on dist-test-slave-g2rq"
I20260630 12:12:37.846204   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:12:37.849870  2949 log_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:37.850687   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:12:37.850952   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "71606603c62c44a895f2fcfd4ca68a92"
format_stamp: "Formatted at 2026-06-30 12:12:37 on dist-test-slave-g2rq"
I20260630 12:12:37.851287   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-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:37.864811   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:37.865937   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:37.903155   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45293
I20260630 12:12:37.903251  3000 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45293 every 8 connection(s)
I20260630 12:12:37.906992  3001 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:37.918205  3001 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92: Bootstrap starting.
I20260630 12:12:37.922924  3001 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:37.927237  3001 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92: No bootstrap required, opened a new log
I20260630 12:12:37.929378  3001 raft_consensus.cc:359] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER }
I20260630 12:12:37.929797  3001 raft_consensus.cc:385] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:37.930015  3001 raft_consensus.cc:740] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71606603c62c44a895f2fcfd4ca68a92, State: Initialized, Role: FOLLOWER
I20260630 12:12:37.930557  3001 consensus_queue.cc:260] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER }
I20260630 12:12:37.931005  3001 raft_consensus.cc:399] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:37.931243  3001 raft_consensus.cc:493] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:37.931511  3001 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:37.936137  3001 raft_consensus.cc:515] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER }
I20260630 12:12:37.936664  3001 leader_election.cc:304] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [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: 71606603c62c44a895f2fcfd4ca68a92; no voters: 
I20260630 12:12:37.937777  3001 leader_election.cc:290] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:37.938161  3004 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:37.939533  3004 raft_consensus.cc:697] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 1 LEADER]: Becoming Leader. State: Replica: 71606603c62c44a895f2fcfd4ca68a92, State: Running, Role: LEADER
I20260630 12:12:37.940209  3004 consensus_queue.cc:237] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [LEADER]: Queue going to LEADER mode. State: All 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: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER }
I20260630 12:12:37.940586  3001 sys_catalog.cc:565] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:37.943125  3006 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 71606603c62c44a895f2fcfd4ca68a92. Latest consensus state: current_term: 1 leader_uuid: "71606603c62c44a895f2fcfd4ca68a92" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER } }
I20260630 12:12:37.943099  3005 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "71606603c62c44a895f2fcfd4ca68a92" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "71606603c62c44a895f2fcfd4ca68a92" member_type: VOTER } }
I20260630 12:12:37.943877  3006 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:37.944042  3005 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:37.947302  3010 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:37.952229  3010 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:37.955135   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:37.961304  3010 catalog_manager.cc:1383] Generated new cluster ID: 63d2895242d347f09643fa5a9976e1fc
I20260630 12:12:37.961550  3010 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:37.990592  3010 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:37.991905  3010 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:38.003144  3010 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92: Generated new TSK 0
I20260630 12:12:38.003752  3010 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:38.022445   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.028894  3022 instance_detector.cc: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.029812  3023 instance_detector.cc: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.031205  3025 instance_detector.cc: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.032110   431 server_base.cc:1061] running on GCE node
I20260630 12:12:38.032989   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.033227   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.033409   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558033388 us; error 0 us; skew 500 ppm
I20260630 12:12:38.033919   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.036347   431 webserver.cc:533] Webserver started at http://127.0.107.193:42173/ using document root <none> and password file <none>
I20260630 12:12:38.036834   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.036999   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.037281   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.038401   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "b9998b4b67884b3eba0a23ccaa032b34"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.042923   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:38.046097  3030 log_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.046818   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:38.047084   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "b9998b4b67884b3eba0a23ccaa032b34"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.047375   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-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.061128   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.062245   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.063663   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:38.065872   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:38.066068   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.066285   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:38.066442   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.103927   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:32965
I20260630 12:12:38.104007  3092 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:32965 every 8 connection(s)
I20260630 12:12:38.108530   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.115994  3097 instance_detector.cc: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.116809  3098 instance_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.119621   431 server_base.cc:1061] running on GCE node
W20260630 12:12:38.120030  3100 instance_detector.cc: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.120819   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:38.120999   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.121124   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558121113 us; error 0 us; skew 500 ppm
I20260630 12:12:38.121649   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.124701   431 webserver.cc:533] Webserver started at http://127.0.107.194:46375/ using document root <none> and password file <none>
I20260630 12:12:38.124873  3093 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45293
I20260630 12:12:38.125228   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.125245  3093 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:38.125542   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.125831   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.126132  3093 heartbeater.cc:507] Master 127.0.107.254:45293 requested a full tablet report, sending...
I20260630 12:12:38.126967   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "d06af89f6b494648a58b403b603a3554"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.128386  2966 ts_manager.cc:194] Registered new tserver with Master: b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965)
I20260630 12:12:38.130827  2966 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38970
I20260630 12:12:38.132520   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:38.135793  3105 log_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.136507   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:38.136770   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "d06af89f6b494648a58b403b603a3554"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.137017   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-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.157989   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.159122   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.160502   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:38.162549   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:38.162743   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.162945   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:38.163085   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.200625   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40981
I20260630 12:12:38.200731  3167 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40981 every 8 connection(s)
I20260630 12:12:38.205293   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:38.212821  3171 instance_detector.cc: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.213850  3172 instance_detector.cc: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.215617  3174 instance_detector.cc: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.216511   431 server_base.cc:1061] running on GCE node
I20260630 12:12:38.217362  3168 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45293
I20260630 12:12:38.217542   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:12:38.217782  3168 heartbeater.cc:461] Registering TS with master...
W20260630 12:12:38.217804   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.218199   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821558218179 us; error 0 us; skew 500 ppm
I20260630 12:12:38.218823  3168 heartbeater.cc:507] Master 127.0.107.254:45293 requested a full tablet report, sending...
I20260630 12:12:38.218907   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:38.221031  2966 ts_manager.cc:194] Registered new tserver with Master: d06af89f6b494648a58b403b603a3554 (127.0.107.194:40981)
I20260630 12:12:38.221728   431 webserver.cc:533] Webserver started at http://127.0.107.195:46631/ using document root <none> and password file <none>
I20260630 12:12:38.222209   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:38.222376   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:38.222609   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:38.222569  2966 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38980
I20260630 12:12:38.223940   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "5e97f11e22af436c9e33521fb026befa"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.228708   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:12:38.231778  3179 log_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.232493   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:38.232759   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "5e97f11e22af436c9e33521fb026befa"
format_stamp: "Formatted at 2026-06-30 12:12:38 on dist-test-slave-g2rq"
I20260630 12:12:38.233003   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782821479742301-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:38.243007   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:38.244113   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:38.245568   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:38.247750   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:38.247934   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.248205   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:38.248354   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:38.286438   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41301
I20260630 12:12:38.286531  3241 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41301 every 8 connection(s)
I20260630 12:12:38.299384  3242 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45293
I20260630 12:12:38.299732  3242 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:38.300453  3242 heartbeater.cc:507] Master 127.0.107.254:45293 requested a full tablet report, sending...
I20260630 12:12:38.302296  2966 ts_manager.cc:194] Registered new tserver with Master: 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:38.302657   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013126015s
I20260630 12:12:38.303633  2966 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38992
I20260630 12:12:39.133455  3093 heartbeater.cc:499] Master 127.0.107.254:45293 was elected leader, sending a full tablet report...
I20260630 12:12:39.225507  3168 heartbeater.cc:499] Master 127.0.107.254:45293 was elected leader, sending a full tablet report...
I20260630 12:12:39.305936  3242 heartbeater.cc:499] Master 127.0.107.254:45293 was elected leader, sending a full tablet report...
I20260630 12:12:39.356087  2966 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38998:
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:39.358359  2966 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:39.413640  3133 tablet_service.cc:1511] Processing CreateTablet for tablet 576be5774deb44f5bd0cda8347eb75c1 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.415551  3133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 576be5774deb44f5bd0cda8347eb75c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.417260  3132 tablet_service.cc:1511] Processing CreateTablet for tablet 44c92ef73514411dbb62c5142feb4940 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.418725  3132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44c92ef73514411dbb62c5142feb4940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.425338  3131 tablet_service.cc:1511] Processing CreateTablet for tablet 4df68ff5adf94c88b56dc742e2ca8817 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.426831  3131 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4df68ff5adf94c88b56dc742e2ca8817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.428656  3130 tablet_service.cc:1511] Processing CreateTablet for tablet 50309ebb8e1a43fa948e76dd258fabcd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.430078  3130 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50309ebb8e1a43fa948e76dd258fabcd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.437768  3058 tablet_service.cc:1511] Processing CreateTablet for tablet 576be5774deb44f5bd0cda8347eb75c1 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.438387  3057 tablet_service.cc:1511] Processing CreateTablet for tablet 44c92ef73514411dbb62c5142feb4940 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.439276  3058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 576be5774deb44f5bd0cda8347eb75c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.440133  3057 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44c92ef73514411dbb62c5142feb4940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.442884  3056 tablet_service.cc:1511] Processing CreateTablet for tablet 4df68ff5adf94c88b56dc742e2ca8817 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.444816  3056 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4df68ff5adf94c88b56dc742e2ca8817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.445999  3055 tablet_service.cc:1511] Processing CreateTablet for tablet 50309ebb8e1a43fa948e76dd258fabcd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.447463  3055 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50309ebb8e1a43fa948e76dd258fabcd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.459362  3207 tablet_service.cc:1511] Processing CreateTablet for tablet 576be5774deb44f5bd0cda8347eb75c1 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.461388  3207 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 576be5774deb44f5bd0cda8347eb75c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.464354  3206 tablet_service.cc:1511] Processing CreateTablet for tablet 44c92ef73514411dbb62c5142feb4940 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.465732  3206 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44c92ef73514411dbb62c5142feb4940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.468323  3205 tablet_service.cc:1511] Processing CreateTablet for tablet 4df68ff5adf94c88b56dc742e2ca8817 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:39.470330  3205 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4df68ff5adf94c88b56dc742e2ca8817. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.470718  3204 tablet_service.cc:1511] Processing CreateTablet for tablet 50309ebb8e1a43fa948e76dd258fabcd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c86c00ba1bac431b874791c2383ea222]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:39.472082  3204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50309ebb8e1a43fa948e76dd258fabcd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:39.486038  3262 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: Bootstrap starting.
I20260630 12:12:39.486253  3263 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: Bootstrap starting.
I20260630 12:12:39.496950  3263 tablet_bootstrap.cc:654] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.501715  3262 tablet_bootstrap.cc:654] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.507298  3262 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: No bootstrap required, opened a new log
I20260630 12:12:39.507966  3262 ts_tablet_manager.cc:1403] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: Time spent bootstrapping tablet: real 0.022s	user 0.003s	sys 0.010s
I20260630 12:12:39.511053  3262 raft_consensus.cc:359] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.512074  3262 raft_consensus.cc:385] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.512439  3262 raft_consensus.cc:740] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d06af89f6b494648a58b403b603a3554, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.513437  3262 consensus_queue.cc:260] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.521296  3262 ts_tablet_manager.cc:1434] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.002s
I20260630 12:12:39.522624  3262 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: Bootstrap starting.
I20260630 12:12:39.524545  3264 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Bootstrap starting.
I20260630 12:12:39.529277  3262 tablet_bootstrap.cc:654] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.530064  3263 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: No bootstrap required, opened a new log
I20260630 12:12:39.532545  3264 tablet_bootstrap.cc:654] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.533102  3263 ts_tablet_manager.cc:1403] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: Time spent bootstrapping tablet: real 0.047s	user 0.011s	sys 0.015s
I20260630 12:12:39.536404  3263 raft_consensus.cc:359] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.537060  3262 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: No bootstrap required, opened a new log
I20260630 12:12:39.537135  3263 raft_consensus.cc:385] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.537531  3263 raft_consensus.cc:740] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9998b4b67884b3eba0a23ccaa032b34, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.537647  3262 ts_tablet_manager.cc:1403] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: Time spent bootstrapping tablet: real 0.015s	user 0.005s	sys 0.005s
I20260630 12:12:39.537875  3264 tablet_bootstrap.cc:492] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: No bootstrap required, opened a new log
I20260630 12:12:39.538395  3264 ts_tablet_manager.cc:1403] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:12:39.538318  3263 consensus_queue.cc:260] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.540774  3262 raft_consensus.cc:359] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.541486  3263 ts_tablet_manager.cc:1434] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:12:39.541103  3264 raft_consensus.cc:359] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.541762  3262 raft_consensus.cc:385] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.541944  3264 raft_consensus.cc:385] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.542131  3262 raft_consensus.cc:740] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d06af89f6b494648a58b403b603a3554, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.542603  3263 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: Bootstrap starting.
I20260630 12:12:39.542325  3264 raft_consensus.cc:740] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e97f11e22af436c9e33521fb026befa, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.543071  3262 consensus_queue.cc:260] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.543905  3264 consensus_queue.cc:260] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.545296  3262 ts_tablet_manager.cc:1434] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:39.546276  3262 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Bootstrap starting.
I20260630 12:12:39.551791  3263 tablet_bootstrap.cc:654] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.552217  3262 tablet_bootstrap.cc:654] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.557304  3264 ts_tablet_manager.cc:1434] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.005s
I20260630 12:12:39.561136  3264 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: Bootstrap starting.
I20260630 12:12:39.569056  3264 tablet_bootstrap.cc:654] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.574155  3262 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: No bootstrap required, opened a new log
I20260630 12:12:39.574662  3262 ts_tablet_manager.cc:1403] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Time spent bootstrapping tablet: real 0.029s	user 0.020s	sys 0.006s
I20260630 12:12:39.575292  3263 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: No bootstrap required, opened a new log
I20260630 12:12:39.575873  3263 ts_tablet_manager.cc:1403] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.010s
I20260630 12:12:39.577240  3264 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: No bootstrap required, opened a new log
I20260630 12:12:39.577641  3264 ts_tablet_manager.cc:1403] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:12:39.577443  3262 raft_consensus.cc:359] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.578208  3262 raft_consensus.cc:385] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.578521  3262 raft_consensus.cc:740] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d06af89f6b494648a58b403b603a3554, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.578650  3263 raft_consensus.cc:359] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.579361  3263 raft_consensus.cc:385] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.579289  3262 consensus_queue.cc:260] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.579771  3263 raft_consensus.cc:740] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9998b4b67884b3eba0a23ccaa032b34, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.579952  3264 raft_consensus.cc:359] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.580792  3264 raft_consensus.cc:385] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.580642  3263 consensus_queue.cc:260] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.581163  3264 raft_consensus.cc:740] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e97f11e22af436c9e33521fb026befa, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.581607  3262 ts_tablet_manager.cc:1434] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:39.582646  3262 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: Bootstrap starting.
I20260630 12:12:39.582300  3264 consensus_queue.cc:260] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.585558  3263 ts_tablet_manager.cc:1434] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.001s
I20260630 12:12:39.586766  3263 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: Bootstrap starting.
I20260630 12:12:39.589293  3262 tablet_bootstrap.cc:654] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.593333  3264 ts_tablet_manager.cc:1434] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:12:39.596304  3264 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: Bootstrap starting.
I20260630 12:12:39.600039  3263 tablet_bootstrap.cc:654] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.603055  3264 tablet_bootstrap.cc:654] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.607016  3262 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: No bootstrap required, opened a new log
I20260630 12:12:39.607731  3262 ts_tablet_manager.cc:1403] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.007s
I20260630 12:12:39.608511  3264 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: No bootstrap required, opened a new log
I20260630 12:12:39.609072  3264 ts_tablet_manager.cc:1403] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.002s
W20260630 12:12:39.609320  3094 tablet.cc:2406] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:12:39.610216  3263 tablet_bootstrap.cc:492] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: No bootstrap required, opened a new log
I20260630 12:12:39.610738  3263 ts_tablet_manager.cc:1403] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.005s
I20260630 12:12:39.610692  3262 raft_consensus.cc:359] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.611626  3262 raft_consensus.cc:385] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.611933  3262 raft_consensus.cc:740] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d06af89f6b494648a58b403b603a3554, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.612001  3264 raft_consensus.cc:359] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.612627  3264 raft_consensus.cc:385] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.612859  3264 raft_consensus.cc:740] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e97f11e22af436c9e33521fb026befa, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.612874  3262 consensus_queue.cc:260] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.613603  3264 consensus_queue.cc:260] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.613768  3263 raft_consensus.cc:359] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.614568  3263 raft_consensus.cc:385] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.614923  3263 raft_consensus.cc:740] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9998b4b67884b3eba0a23ccaa032b34, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.615252  3262 ts_tablet_manager.cc:1434] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:39.615868  3263 consensus_queue.cc:260] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.617697  3264 ts_tablet_manager.cc:1434] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:12:39.618836  3264 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: Bootstrap starting.
I20260630 12:12:39.620699  3263 ts_tablet_manager.cc:1434] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:12:39.621637  3263 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Bootstrap starting.
I20260630 12:12:39.626744  3264 tablet_bootstrap.cc:654] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.632090  3263 tablet_bootstrap.cc:654] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:39.632265  3264 tablet_bootstrap.cc:492] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: No bootstrap required, opened a new log
I20260630 12:12:39.632797  3264 ts_tablet_manager.cc:1403] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: Time spent bootstrapping tablet: real 0.014s	user 0.002s	sys 0.009s
I20260630 12:12:39.635064  3267 raft_consensus.cc:493] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:39.635244  3264 raft_consensus.cc:359] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.635515  3267 raft_consensus.cc:515] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.636039  3264 raft_consensus.cc:385] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.636375  3264 raft_consensus.cc:740] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e97f11e22af436c9e33521fb026befa, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.636864  3263 tablet_bootstrap.cc:492] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: No bootstrap required, opened a new log
I20260630 12:12:39.637337  3263 ts_tablet_manager.cc:1403] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.002s
I20260630 12:12:39.637147  3264 consensus_queue.cc:260] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.637853  3267 leader_election.cc:290] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:39.640283  3263 raft_consensus.cc:359] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.641039  3263 raft_consensus.cc:385] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:39.641332  3263 raft_consensus.cc:740] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9998b4b67884b3eba0a23ccaa032b34, State: Initialized, Role: FOLLOWER
I20260630 12:12:39.642279  3263 consensus_queue.cc:260] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.644977  3263 ts_tablet_manager.cc:1434] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:39.647883  3264 ts_tablet_manager.cc:1434] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:12:39.662686  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4df68ff5adf94c88b56dc742e2ca8817" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34" is_pre_election: true
I20260630 12:12:39.663487  3068 raft_consensus.cc:2468] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:39.664201  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4df68ff5adf94c88b56dc742e2ca8817" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa" is_pre_election: true
I20260630 12:12:39.664669  3109 leader_election.cc:304] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9998b4b67884b3eba0a23ccaa032b34, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:39.664887  3217 raft_consensus.cc:2468] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:39.665555  3267 raft_consensus.cc:2804] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:39.665940  3267 raft_consensus.cc:493] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:39.666210  3267 raft_consensus.cc:3060] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.670840  3267 raft_consensus.cc:515] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.672421  3267 leader_election.cc:290] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Requested vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:39.673337  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4df68ff5adf94c88b56dc742e2ca8817" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34"
I20260630 12:12:39.673386  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4df68ff5adf94c88b56dc742e2ca8817" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa"
I20260630 12:12:39.673952  3068 raft_consensus.cc:3060] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.674007  3217 raft_consensus.cc:3060] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.678819  3068 raft_consensus.cc:2468] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:39.678819  3217 raft_consensus.cc:2468] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:39.680040  3109 leader_election.cc:304] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9998b4b67884b3eba0a23ccaa032b34, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:39.680723  3267 raft_consensus.cc:2804] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:39.681735  3267 raft_consensus.cc:697] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Becoming Leader. State: Replica: d06af89f6b494648a58b403b603a3554, State: Running, Role: LEADER
I20260630 12:12:39.682435  3267 consensus_queue.cc:237] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.689544  2964 catalog_manager.cc:5697] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 reported cstate change: term changed from 0 to 1, leader changed from <none> to d06af89f6b494648a58b403b603a3554 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d06af89f6b494648a58b403b603a3554" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:39.692238  3267 raft_consensus.cc:493] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:39.692809  3267 raft_consensus.cc:515] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.694731  3267 leader_election.cc:290] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:39.695632  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44c92ef73514411dbb62c5142feb4940" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34" is_pre_election: true
I20260630 12:12:39.695875  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44c92ef73514411dbb62c5142feb4940" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa" is_pre_election: true
I20260630 12:12:39.696319  3068 raft_consensus.cc:2468] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:39.696411  3217 raft_consensus.cc:2468] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:39.697585  3108 leader_election.cc:304] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5e97f11e22af436c9e33521fb026befa, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:39.698235  3267 raft_consensus.cc:2804] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:39.698596  3267 raft_consensus.cc:493] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:39.698896  3267 raft_consensus.cc:3060] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.703300  3267 raft_consensus.cc:515] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.704838  3267 leader_election.cc:290] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Requested vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:39.705610  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44c92ef73514411dbb62c5142feb4940" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34"
I20260630 12:12:39.705821  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44c92ef73514411dbb62c5142feb4940" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa"
I20260630 12:12:39.706091  3068 raft_consensus.cc:3060] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.706455  3217 raft_consensus.cc:3060] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.711376  3217 raft_consensus.cc:2468] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:39.711388  3068 raft_consensus.cc:2468] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:39.712395  3108 leader_election.cc:304] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5e97f11e22af436c9e33521fb026befa, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:39.713171  3267 raft_consensus.cc:2804] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:39.713683  3267 raft_consensus.cc:697] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Becoming Leader. State: Replica: d06af89f6b494648a58b403b603a3554, State: Running, Role: LEADER
I20260630 12:12:39.714377  3267 consensus_queue.cc:237] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:39.721462  2964 catalog_manager.cc:5697] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 reported cstate change: term changed from 0 to 1, leader changed from <none> to d06af89f6b494648a58b403b603a3554 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d06af89f6b494648a58b403b603a3554" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:39.737725  3271 raft_consensus.cc:493] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:39.738198  3271 raft_consensus.cc:515] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.740377  3271 leader_election.cc:290] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d06af89f6b494648a58b403b603a3554 (127.0.107.194:40981), b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965)
I20260630 12:12:39.751154  3143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "576be5774deb44f5bd0cda8347eb75c1" candidate_uuid: "5e97f11e22af436c9e33521fb026befa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d06af89f6b494648a58b403b603a3554" is_pre_election: true
I20260630 12:12:39.751317  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "576be5774deb44f5bd0cda8347eb75c1" candidate_uuid: "5e97f11e22af436c9e33521fb026befa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34" is_pre_election: true
I20260630 12:12:39.751814  3143 raft_consensus.cc:2468] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5e97f11e22af436c9e33521fb026befa in term 0.
I20260630 12:12:39.751891  3068 raft_consensus.cc:2468] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5e97f11e22af436c9e33521fb026befa in term 0.
I20260630 12:12:39.752904  3183 leader_election.cc:304] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5e97f11e22af436c9e33521fb026befa, b9998b4b67884b3eba0a23ccaa032b34; no voters: 
I20260630 12:12:39.753569  3271 raft_consensus.cc:2804] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:39.753911  3271 raft_consensus.cc:493] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:39.754159  3271 raft_consensus.cc:3060] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.758663  3271 raft_consensus.cc:515] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.760210  3271 leader_election.cc:290] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [CANDIDATE]: Term 1 election: Requested vote from peers d06af89f6b494648a58b403b603a3554 (127.0.107.194:40981), b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965)
I20260630 12:12:39.761044  3143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "576be5774deb44f5bd0cda8347eb75c1" candidate_uuid: "5e97f11e22af436c9e33521fb026befa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d06af89f6b494648a58b403b603a3554"
I20260630 12:12:39.761157  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "576be5774deb44f5bd0cda8347eb75c1" candidate_uuid: "5e97f11e22af436c9e33521fb026befa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34"
I20260630 12:12:39.761543  3143 raft_consensus.cc:3060] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.761626  3068 raft_consensus.cc:3060] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:39.765990  3068 raft_consensus.cc:2468] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5e97f11e22af436c9e33521fb026befa in term 1.
I20260630 12:12:39.766160  3143 raft_consensus.cc:2468] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5e97f11e22af436c9e33521fb026befa in term 1.
I20260630 12:12:39.766956  3183 leader_election.cc:304] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5e97f11e22af436c9e33521fb026befa, b9998b4b67884b3eba0a23ccaa032b34; no voters: 
I20260630 12:12:39.767712  3271 raft_consensus.cc:2804] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:39.768643  3271 raft_consensus.cc:697] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 LEADER]: Becoming Leader. State: Replica: 5e97f11e22af436c9e33521fb026befa, State: Running, Role: LEADER
I20260630 12:12:39.769243  3271 consensus_queue.cc:237] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } }
I20260630 12:12:39.776247  2964 catalog_manager.cc:5697] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa reported cstate change: term changed from 0 to 1, leader changed from <none> to 5e97f11e22af436c9e33521fb026befa (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5e97f11e22af436c9e33521fb026befa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:39.954262  3014 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:39.954954  3019 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
W20260630 12:12:39.957419  3019 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:40.014029  3267 raft_consensus.cc:493] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:40.014521  3267 raft_consensus.cc:515] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:40.016172  3267 leader_election.cc:290] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:40.017088  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50309ebb8e1a43fa948e76dd258fabcd" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34" is_pre_election: true
I20260630 12:12:40.017196  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50309ebb8e1a43fa948e76dd258fabcd" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa" is_pre_election: true
I20260630 12:12:40.017680  3068 raft_consensus.cc:2468] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:40.017722  3217 raft_consensus.cc:2468] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 0.
I20260630 12:12:40.018824  3109 leader_election.cc:304] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9998b4b67884b3eba0a23ccaa032b34, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:40.019519  3267 raft_consensus.cc:2804] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:40.019861  3267 raft_consensus.cc:493] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:40.020149  3267 raft_consensus.cc:3060] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.024652  3267 raft_consensus.cc:515] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:40.026292  3267 leader_election.cc:290] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Requested vote from peers b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965), 5e97f11e22af436c9e33521fb026befa (127.0.107.195:41301)
I20260630 12:12:40.027091  3068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50309ebb8e1a43fa948e76dd258fabcd" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9998b4b67884b3eba0a23ccaa032b34"
I20260630 12:12:40.027311  3217 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50309ebb8e1a43fa948e76dd258fabcd" candidate_uuid: "d06af89f6b494648a58b403b603a3554" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5e97f11e22af436c9e33521fb026befa"
I20260630 12:12:40.027627  3068 raft_consensus.cc:3060] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.027858  3217 raft_consensus.cc:3060] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.032084  3068 raft_consensus.cc:2468] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:40.032346  3217 raft_consensus.cc:2468] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d06af89f6b494648a58b403b603a3554 in term 1.
I20260630 12:12:40.033121  3109 leader_election.cc:304] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b9998b4b67884b3eba0a23ccaa032b34, d06af89f6b494648a58b403b603a3554; no voters: 
I20260630 12:12:40.033861  3267 raft_consensus.cc:2804] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:40.034319  3267 raft_consensus.cc:697] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Becoming Leader. State: Replica: d06af89f6b494648a58b403b603a3554, State: Running, Role: LEADER
I20260630 12:12:40.035070  3267 consensus_queue.cc:237] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } }
I20260630 12:12:40.041361  2964 catalog_manager.cc:5697] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 reported cstate change: term changed from 0 to 1, leader changed from <none> to d06af89f6b494648a58b403b603a3554 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "d06af89f6b494648a58b403b603a3554" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d06af89f6b494648a58b403b603a3554" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:40.076642  3267 consensus_queue.cc:1048] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 }, 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.091465  3282 consensus_queue.cc:1048] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:40.132206  3282 consensus_queue.cc:1048] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9998b4b67884b3eba0a23ccaa032b34" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32965 }, 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.136031   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:12:40.144531  3109 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]
I20260630 12:12:40.145365  3267 consensus_queue.cc:1048] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5e97f11e22af436c9e33521fb026befa" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41301 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:12:40.149362  3109 consensus_peers.cc:597] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 -> Peer b9998b4b67884b3eba0a23ccaa032b34 (127.0.107.193:32965): Couldn't send request to peer b9998b4b67884b3eba0a23ccaa032b34. 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:40.171106   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:40.171751   431 tablet_replica.cc:333] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: stopping tablet replica
I20260630 12:12:40.172233   431 raft_consensus.cc:2243] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.172559   431 pending_rounds.cc:70] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Trying to abort 1 pending ops.
I20260630 12:12:40.172758   431 pending_rounds.cc:77] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437108596678656 op_type: NO_OP noop_request { }
I20260630 12:12:40.173044   431 raft_consensus.cc:2889] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:40.173270   431 raft_consensus.cc:2272] T 44c92ef73514411dbb62c5142feb4940 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.175302   431 tablet_replica.cc:333] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34: stopping tablet replica
I20260630 12:12:40.175806   431 raft_consensus.cc:2243] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.176156   431 raft_consensus.cc:2272] T 4df68ff5adf94c88b56dc742e2ca8817 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.178270   431 tablet_replica.cc:333] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34: stopping tablet replica
I20260630 12:12:40.178712   431 raft_consensus.cc:2243] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.179024   431 raft_consensus.cc:2272] T 50309ebb8e1a43fa948e76dd258fabcd P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.180548   431 tablet_replica.cc:333] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34: stopping tablet replica
I20260630 12:12:40.180940   431 raft_consensus.cc:2243] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.181254   431 raft_consensus.cc:2272] T 576be5774deb44f5bd0cda8347eb75c1 P b9998b4b67884b3eba0a23ccaa032b34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.214654   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:12:40.232862   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:40.252285   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:40.253079   431 tablet_replica.cc:333] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554: stopping tablet replica
I20260630 12:12:40.253860   431 raft_consensus.cc:2243] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:40.255158   431 raft_consensus.cc:2272] T 4df68ff5adf94c88b56dc742e2ca8817 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.257759   431 tablet_replica.cc:333] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: stopping tablet replica
I20260630 12:12:40.258281   431 raft_consensus.cc:2243] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:40.258981   431 pending_rounds.cc:70] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Trying to abort 1 pending ops.
I20260630 12:12:40.259173   431 pending_rounds.cc:77] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437109911040000 op_type: NO_OP noop_request { }
I20260630 12:12:40.259649   431 raft_consensus.cc:2889] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:40.259948   431 raft_consensus.cc:2272] T 50309ebb8e1a43fa948e76dd258fabcd P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.262223   431 tablet_replica.cc:333] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554: stopping tablet replica
I20260630 12:12:40.262677   431 raft_consensus.cc:2243] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:40.263792   431 raft_consensus.cc:2272] T 44c92ef73514411dbb62c5142feb4940 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.266074   431 tablet_replica.cc:333] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554: stopping tablet replica
I20260630 12:12:40.266544   431 raft_consensus.cc:2243] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.267107   431 raft_consensus.cc:2272] T 576be5774deb44f5bd0cda8347eb75c1 P d06af89f6b494648a58b403b603a3554 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.290602   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:40.305900   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:40.324802   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:40.325601   431 tablet_replica.cc:333] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa: stopping tablet replica
I20260630 12:12:40.326242   431 raft_consensus.cc:2243] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.326738   431 raft_consensus.cc:2272] T 50309ebb8e1a43fa948e76dd258fabcd P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.328786   431 tablet_replica.cc:333] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa: stopping tablet replica
I20260630 12:12:40.329264   431 raft_consensus.cc:2243] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.329779   431 raft_consensus.cc:2272] T 44c92ef73514411dbb62c5142feb4940 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.332244   431 tablet_replica.cc:333] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa: stopping tablet replica
I20260630 12:12:40.332758   431 raft_consensus.cc:2243] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:40.333276   431 raft_consensus.cc:2272] T 4df68ff5adf94c88b56dc742e2ca8817 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.336016   431 tablet_replica.cc:333] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: stopping tablet replica
I20260630 12:12:40.336520   431 raft_consensus.cc:2243] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:40.337263   431 pending_rounds.cc:70] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Trying to abort 1 pending ops.
I20260630 12:12:40.337430   431 pending_rounds.cc:77] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437108821282816 op_type: NO_OP noop_request { }
I20260630 12:12:40.337705   431 raft_consensus.cc:2889] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:12:40.338021   431 raft_consensus.cc:2272] T 576be5774deb44f5bd0cda8347eb75c1 P 5e97f11e22af436c9e33521fb026befa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.360649   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:12:40.374166   431 master.cc:562] Master@127.0.107.254:45293 shutting down...
I20260630 12:12:40.392218   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:40.392966   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:40.393329   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 71606603c62c44a895f2fcfd4ca68a92: stopping tablet replica
I20260630 12:12:40.412415   431 master.cc:584] Master@127.0.107.254:45293 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2628 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:12:40.453689   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43787
I20260630 12:12:40.454840   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:40.460701  3300 instance_detector.cc: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:40.460748  3301 instance_detector.cc: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:40.462054  3303 instance_detector.cc: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:40.462492   431 server_base.cc:1061] running on GCE node
I20260630 12:12:40.463469   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:40.463649   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:40.463795   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821560463768 us; error 0 us; skew 500 ppm
I20260630 12:12:40.464263   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:40.466588   431 webserver.cc:533] Webserver started at http://127.0.107.254:42609/ using document root <none> and password file <none>
I20260630 12:12:40.467047   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:40.467208   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:40.467540   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:40.468782   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "f74cc12fb5694d55b1af10f5380732e9"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.473173   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:12:40.476527  3308 log_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:40.477283   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:40.477566   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "f74cc12fb5694d55b1af10f5380732e9"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.477825   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-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:40.509418   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:40.510702   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:40.549072   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43787
I20260630 12:12:40.549177  3359 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43787 every 8 connection(s)
I20260630 12:12:40.552989  3360 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:40.564173  3360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: Bootstrap starting.
I20260630 12:12:40.568764  3360 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:40.573118  3360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: No bootstrap required, opened a new log
I20260630 12:12:40.575241  3360 raft_consensus.cc:359] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER }
I20260630 12:12:40.575697  3360 raft_consensus.cc:385] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:40.575914  3360 raft_consensus.cc:740] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f74cc12fb5694d55b1af10f5380732e9, State: Initialized, Role: FOLLOWER
I20260630 12:12:40.576496  3360 consensus_queue.cc:260] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER }
I20260630 12:12:40.576946  3360 raft_consensus.cc:399] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:40.577153  3360 raft_consensus.cc:493] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:40.577427  3360 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:40.582080  3360 raft_consensus.cc:515] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER }
I20260630 12:12:40.582633  3360 leader_election.cc:304] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [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: f74cc12fb5694d55b1af10f5380732e9; no voters: 
I20260630 12:12:40.583788  3360 leader_election.cc:290] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:40.584178  3363 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:40.585404  3363 raft_consensus.cc:697] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 1 LEADER]: Becoming Leader. State: Replica: f74cc12fb5694d55b1af10f5380732e9, State: Running, Role: LEADER
I20260630 12:12:40.586084  3363 consensus_queue.cc:237] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [LEADER]: Queue going to LEADER mode. State: All 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: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER }
I20260630 12:12:40.586573  3360 sys_catalog.cc:565] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:40.588924  3365 sys_catalog.cc:455] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f74cc12fb5694d55b1af10f5380732e9. Latest consensus state: current_term: 1 leader_uuid: "f74cc12fb5694d55b1af10f5380732e9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER } }
I20260630 12:12:40.588850  3364 sys_catalog.cc:455] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f74cc12fb5694d55b1af10f5380732e9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f74cc12fb5694d55b1af10f5380732e9" member_type: VOTER } }
I20260630 12:12:40.589618  3365 sys_catalog.cc:458] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:40.589715  3364 sys_catalog.cc:458] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:40.593124  3368 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:40.600746  3368 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:40.601740   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:40.609474  3368 catalog_manager.cc:1383] Generated new cluster ID: 18046a5944774bc98aa092aec7da1238
I20260630 12:12:40.609743  3368 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:40.621978  3368 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:40.623158  3368 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:40.634121  3368 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: Generated new TSK 0
I20260630 12:12:40.634662  3368 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:40.668478   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:40.674387  3381 instance_detector.cc: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:40.675283  3382 instance_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:40.676931   431 server_base.cc:1061] running on GCE node
W20260630 12:12:40.677057  3384 instance_detector.cc: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:40.677922   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:40.678102   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:40.678218   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821560678207 us; error 0 us; skew 500 ppm
I20260630 12:12:40.678655   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:40.680980   431 webserver.cc:533] Webserver started at http://127.0.107.193:37889/ using document root <none> and password file <none>
I20260630 12:12:40.681419   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:40.681583   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:40.681792   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:40.682793   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "5fe4eafd713a4275af0b2e50d946e952"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.687314   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:40.690783  3389 log_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:40.691610   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:12:40.691951   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "5fe4eafd713a4275af0b2e50d946e952"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.692224   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-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:40.708371   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:40.709591   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:40.711067   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:40.713711   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:40.713945   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.714198   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:40.714367   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.754944   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38971
I20260630 12:12:40.755028  3451 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38971 every 8 connection(s)
I20260630 12:12:40.759671   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:40.766961  3456 instance_detector.cc: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:40.768270  3457 instance_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:40.770905   431 server_base.cc:1061] running on GCE node
W20260630 12:12:40.771497  3459 instance_detector.cc: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:40.772686   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:40.772960   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:40.773165   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821560773147 us; error 0 us; skew 500 ppm
I20260630 12:12:40.773778   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:40.775317  3452 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43787
I20260630 12:12:40.775715  3452 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:40.776597  3452 heartbeater.cc:507] Master 127.0.107.254:43787 requested a full tablet report, sending...
I20260630 12:12:40.776840   431 webserver.cc:533] Webserver started at http://127.0.107.194:41303/ using document root <none> and password file <none>
I20260630 12:12:40.777458   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:40.777647   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:40.777945   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:40.778963  3325 ts_manager.cc:194] Registered new tserver with Master: 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:40.779385   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "cf7dcb8bd3ae422c92800316cd835517"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.780784  3325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50162
I20260630 12:12:40.784363   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:12:40.787638  3464 log_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:40.788424   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:40.788700   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "cf7dcb8bd3ae422c92800316cd835517"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.788938   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-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:40.806551   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:40.807718   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:40.809067   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:40.811160   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:40.811368   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.811585   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:40.811729   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.849893   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41815
I20260630 12:12:40.849998  3526 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41815 every 8 connection(s)
I20260630 12:12:40.854441   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:40.861050  3530 instance_detector.cc: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:40.861614  3531 instance_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:40.865015   431 server_base.cc:1061] running on GCE node
W20260630 12:12:40.865075  3534 instance_detector.cc: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:40.865447  3527 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43787
I20260630 12:12:40.865911  3527 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:40.866369   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:40.866636   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:40.866850   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821560866818 us; error 0 us; skew 500 ppm
I20260630 12:12:40.866873  3527 heartbeater.cc:507] Master 127.0.107.254:43787 requested a full tablet report, sending...
I20260630 12:12:40.867789   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:40.869428  3325 ts_manager.cc:194] Registered new tserver with Master: cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:40.870613   431 webserver.cc:533] Webserver started at http://127.0.107.195:40239/ using document root <none> and password file <none>
I20260630 12:12:40.871290   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:40.871236  3325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50174
I20260630 12:12:40.871685   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:40.872033   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:40.873358   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "1069738adcbe4097abab2a3d5c57bec8"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.877976   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:12:40.881356  3538 log_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:40.882169   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:40.882453   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "1069738adcbe4097abab2a3d5c57bec8"
format_stamp: "Formatted at 2026-06-30 12:12:40 on dist-test-slave-g2rq"
I20260630 12:12:40.882716   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-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:40.907660   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:40.908802   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:40.910212   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:40.912495   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:40.912679   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.912935   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:40.913081   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:40.952368   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43439
I20260630 12:12:40.952462  3600 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43439 every 8 connection(s)
I20260630 12:12:40.966162  3601 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43787
I20260630 12:12:40.966519  3601 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:40.967249  3601 heartbeater.cc:507] Master 127.0.107.254:43787 requested a full tablet report, sending...
I20260630 12:12:40.969410  3325 ts_manager.cc:194] Registered new tserver with Master: 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:40.970198   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014586958s
I20260630 12:12:40.971024  3325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50178
I20260630 12:12:41.783631  3452 heartbeater.cc:499] Master 127.0.107.254:43787 was elected leader, sending a full tablet report...
I20260630 12:12:41.874233  3527 heartbeater.cc:499] Master 127.0.107.254:43787 was elected leader, sending a full tablet report...
I20260630 12:12:41.973897  3601 heartbeater.cc:499] Master 127.0.107.254:43787 was elected leader, sending a full tablet report...
I20260630 12:12:42.023655  3325 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50190:
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:42.025835  3325 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:42.095796  3417 tablet_service.cc:1511] Processing CreateTablet for tablet ccb7fb790a5e4737a22dc5221af773ee (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.097558  3417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb7fb790a5e4737a22dc5221af773ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.099051  3416 tablet_service.cc:1511] Processing CreateTablet for tablet 2d0f81620ba94f24b3236c447941b873 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.100970  3416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d0f81620ba94f24b3236c447941b873. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.109036  3415 tablet_service.cc:1511] Processing CreateTablet for tablet 8db8c23b3d6e460089e34a16d36c4ba3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.110858  3415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8db8c23b3d6e460089e34a16d36c4ba3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.121165  3414 tablet_service.cc:1511] Processing CreateTablet for tablet 620ecc9545ea4ccc8ed5523350c1a389 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.122884  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 620ecc9545ea4ccc8ed5523350c1a389. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.132848  3413 tablet_service.cc:1511] Processing CreateTablet for tablet b4228ce8959c4229b6d9ada43352accf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.134258  3413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4228ce8959c4229b6d9ada43352accf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.137121  3621 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.143429  3621 tablet_bootstrap.cc:654] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.145115  3416 tablet_service.cc:1511] Processing CreateTablet for tablet 7810678bc1d34f988dac3c5e3f41fb7d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.146731  3417 tablet_service.cc:1511] Processing CreateTablet for tablet b189c980b51a46a199ac96dcde2b5425 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.150257  3490 tablet_service.cc:1511] Processing CreateTablet for tablet 8db8c23b3d6e460089e34a16d36c4ba3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.146997  3492 tablet_service.cc:1511] Processing CreateTablet for tablet ccb7fb790a5e4737a22dc5221af773ee (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.151635  3490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8db8c23b3d6e460089e34a16d36c4ba3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.151878  3486 tablet_service.cc:1511] Processing CreateTablet for tablet b189c980b51a46a199ac96dcde2b5425 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.152477  3492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb7fb790a5e4737a22dc5221af773ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.153110  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b189c980b51a46a199ac96dcde2b5425. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.151547  3417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b189c980b51a46a199ac96dcde2b5425. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.153570  3489 tablet_service.cc:1511] Processing CreateTablet for tablet 620ecc9545ea4ccc8ed5523350c1a389 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.154834  3489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 620ecc9545ea4ccc8ed5523350c1a389. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.157809  3488 tablet_service.cc:1511] Processing CreateTablet for tablet b4228ce8959c4229b6d9ada43352accf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.159090  3488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4228ce8959c4229b6d9ada43352accf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.162418  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 4a9ee1dae32347d6b694e1649f97adb6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.148636  3491 tablet_service.cc:1511] Processing CreateTablet for tablet 2d0f81620ba94f24b3236c447941b873 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.163815  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a9ee1dae32347d6b694e1649f97adb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.148797  3412 tablet_service.cc:1511] Processing CreateTablet for tablet 4a9ee1dae32347d6b694e1649f97adb6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.164825  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a9ee1dae32347d6b694e1649f97adb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.149716  3487 tablet_service.cc:1511] Processing CreateTablet for tablet 7810678bc1d34f988dac3c5e3f41fb7d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.168104  3487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7810678bc1d34f988dac3c5e3f41fb7d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.171276  3491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d0f81620ba94f24b3236c447941b873. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.175475  3416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7810678bc1d34f988dac3c5e3f41fb7d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.177398  3566 tablet_service.cc:1511] Processing CreateTablet for tablet ccb7fb790a5e4737a22dc5221af773ee (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.178763  3566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb7fb790a5e4737a22dc5221af773ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.180351  3565 tablet_service.cc:1511] Processing CreateTablet for tablet 2d0f81620ba94f24b3236c447941b873 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.181712  3565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d0f81620ba94f24b3236c447941b873. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.184918  3559 tablet_service.cc:1511] Processing CreateTablet for tablet 4a9ee1dae32347d6b694e1649f97adb6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.186328  3559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a9ee1dae32347d6b694e1649f97adb6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.188339  3561 tablet_service.cc:1511] Processing CreateTablet for tablet 7810678bc1d34f988dac3c5e3f41fb7d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.189679  3561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7810678bc1d34f988dac3c5e3f41fb7d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.192354  3560 tablet_service.cc:1511] Processing CreateTablet for tablet b189c980b51a46a199ac96dcde2b5425 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.193710  3560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b189c980b51a46a199ac96dcde2b5425. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.195415  3562 tablet_service.cc:1511] Processing CreateTablet for tablet b4228ce8959c4229b6d9ada43352accf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.196821  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4228ce8959c4229b6d9ada43352accf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.185937  3563 tablet_service.cc:1511] Processing CreateTablet for tablet 620ecc9545ea4ccc8ed5523350c1a389 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.200210  3563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 620ecc9545ea4ccc8ed5523350c1a389. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.184355  3564 tablet_service.cc:1511] Processing CreateTablet for tablet 8db8c23b3d6e460089e34a16d36c4ba3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:12:42.203831  3564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8db8c23b3d6e460089e34a16d36c4ba3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:42.226480  3621 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.226752  3622 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.227120  3621 ts_tablet_manager.cc:1403] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.090s	user 0.006s	sys 0.006s
I20260630 12:12:42.230047  3621 raft_consensus.cc:359] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.233371  3621 raft_consensus.cc:385] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.234167  3621 raft_consensus.cc:740] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.235837  3621 consensus_queue.cc:260] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.238955  3622 tablet_bootstrap.cc:654] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.257937  3623 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.271255  3623 tablet_bootstrap.cc:654] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.276784  3622 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.277328  3622 ts_tablet_manager.cc:1403] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.051s	user 0.013s	sys 0.004s
I20260630 12:12:42.278560  3625 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.279220  3625 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.280499  3623 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.280999  3623 ts_tablet_manager.cc:1403] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.000s
I20260630 12:12:42.281303  3622 raft_consensus.cc:359] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.282047  3622 raft_consensus.cc:385] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.282344  3622 raft_consensus.cc:740] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.282940  3625 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.283792  3623 raft_consensus.cc:359] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.284552  3623 raft_consensus.cc:385] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.284862  3623 raft_consensus.cc:740] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.284193  3622 consensus_queue.cc:260] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.286659  3623 consensus_queue.cc:260] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.287604  3621 ts_tablet_manager.cc:1434] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.060s	user 0.001s	sys 0.008s
I20260630 12:12:42.288748  3621 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.296559  3622 ts_tablet_manager.cc:1434] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260630 12:12:42.297629  3623 ts_tablet_manager.cc:1434] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.006s
I20260630 12:12:42.297789  3622 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.298698  3623 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.304878  3622 tablet_bootstrap.cc:654] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.305455  3623 tablet_bootstrap.cc:654] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.307615  3621 tablet_bootstrap.cc:654] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.314754  3622 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.315366  3622 ts_tablet_manager.cc:1403] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.004s
I20260630 12:12:42.318127  3622 raft_consensus.cc:359] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.318907  3622 raft_consensus.cc:385] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.319278  3622 raft_consensus.cc:740] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.320068  3622 consensus_queue.cc:260] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.324198  3622 ts_tablet_manager.cc:1434] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:12:42.326558  3622 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.332118  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.332679  3622 tablet_bootstrap.cc:654] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.332871  3502 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
I20260630 12:12:42.334408  3391 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.335386  3628 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.335800  3628 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.336129  3628 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.344436  3628 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.346740  3628 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.348690  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:42.349362  3502 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.357295  3502 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:42.370419  3391 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.373365  3628 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.379467  3621 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.380304  3621 ts_tablet_manager.cc:1403] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.092s	user 0.015s	sys 0.047s
I20260630 12:12:42.382334  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.383912  3621 raft_consensus.cc:359] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.384909  3621 raft_consensus.cc:385] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.385215  3621 raft_consensus.cc:740] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.385571  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.386080  3621 consensus_queue.cc:260] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
W20260630 12:12:42.387400  3391 leader_election.cc:343] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.388965  3621 ts_tablet_manager.cc:1434] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
W20260630 12:12:42.388866  3391 leader_election.cc:343] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.378176  3628 raft_consensus.cc:697] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:42.390600  3621 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.391999  3623 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.391484  3628 consensus_queue.cc:237] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.392551  3623 ts_tablet_manager.cc:1403] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.094s	user 0.037s	sys 0.055s
I20260630 12:12:42.396241  3623 raft_consensus.cc:359] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.397015  3623 raft_consensus.cc:385] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.397310  3623 raft_consensus.cc:740] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.397715  3621 tablet_bootstrap.cc:654] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.398334  3622 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.398164  3623 consensus_queue.cc:260] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.398900  3622 ts_tablet_manager.cc:1403] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.073s	user 0.041s	sys 0.028s
I20260630 12:12:42.400480  3623 ts_tablet_manager.cc:1434] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:12:42.401443  3623 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.404168  3622 raft_consensus.cc:359] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.405033  3622 raft_consensus.cc:385] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.405395  3622 raft_consensus.cc:740] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.406160  3622 consensus_queue.cc:260] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.405938  3323 catalog_manager.cc:5697] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:42.407414  3623 tablet_bootstrap.cc:654] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.410401  3622 ts_tablet_manager.cc:1434] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260630 12:12:42.411695  3622 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.418121  3622 tablet_bootstrap.cc:654] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.421768  3623 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.422315  3623 ts_tablet_manager.cc:1403] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.002s
I20260630 12:12:42.425285  3623 raft_consensus.cc:359] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.426048  3623 raft_consensus.cc:385] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.426344  3623 raft_consensus.cc:740] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.427098  3623 consensus_queue.cc:260] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.429252  3623 ts_tablet_manager.cc:1434] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:42.429714  3622 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.430184  3622 ts_tablet_manager.cc:1403] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:12:42.430200  3623 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.430325  3621 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.431044  3621 ts_tablet_manager.cc:1403] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.041s	user 0.012s	sys 0.015s
I20260630 12:12:42.433130  3622 raft_consensus.cc:359] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.433869  3622 raft_consensus.cc:385] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.434458  3622 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.433753  3621 raft_consensus.cc:359] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.434944  3621 raft_consensus.cc:385] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.435312  3621 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.435184  3622 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.436443  3623 tablet_bootstrap.cc:654] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.437554  3622 ts_tablet_manager.cc:1434] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:12:42.438535  3622 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.438211  3621 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.440989  3621 ts_tablet_manager.cc:1434] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:12:42.442157  3621 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.444943  3622 tablet_bootstrap.cc:654] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.448834  3621 tablet_bootstrap.cc:654] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.451551  3623 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.452070  3623 ts_tablet_manager.cc:1403] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.009s
I20260630 12:12:42.454957  3623 raft_consensus.cc:359] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.455657  3623 raft_consensus.cc:385] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.455927  3623 raft_consensus.cc:740] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.456588  3623 consensus_queue.cc:260] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.459779  3622 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.459986  3621 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.460264  3622 ts_tablet_manager.cc:1403] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.007s
I20260630 12:12:42.460394  3621 ts_tablet_manager.cc:1403] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.002s
I20260630 12:12:42.460745  3623 ts_tablet_manager.cc:1434] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:12:42.461738  3623 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.463121  3622 raft_consensus.cc:359] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.463862  3622 raft_consensus.cc:385] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.463687  3621 raft_consensus.cc:359] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.464175  3622 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.464395  3621 raft_consensus.cc:385] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.464707  3621 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.464926  3622 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.465389  3621 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.467126  3622 ts_tablet_manager.cc:1434] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
I20260630 12:12:42.467511  3621 ts_tablet_manager.cc:1434] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:42.468146  3622 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.468312  3623 tablet_bootstrap.cc:654] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.471354  3630 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.472105  3621 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.471870  3630 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.474582  3622 tablet_bootstrap.cc:654] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.478742  3621 tablet_bootstrap.cc:654] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.484004  3630 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.484506  3630 raft_consensus.cc:493] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.487810  3630 raft_consensus.cc:515] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.492967  3630 leader_election.cc:290] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.503383  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.503839  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
W20260630 12:12:42.505774  3466 leader_election.cc:343] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:12:42.506592  3466 leader_election.cc:343] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.507196  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:42.507910  3427 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:42.508788  3621 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.508862  3622 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.509035  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:42.509426  3621 ts_tablet_manager.cc:1403] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.038s	user 0.013s	sys 0.023s
I20260630 12:12:42.509294  3465 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:42.509549  3622 ts_tablet_manager.cc:1403] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.042s	user 0.007s	sys 0.016s
I20260630 12:12:42.509876  3426 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:42.510428  3630 raft_consensus.cc:2804] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.510812  3630 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.511154  3630 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.512738  3623 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.512545  3622 raft_consensus.cc:359] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.513231  3623 ts_tablet_manager.cc:1403] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.052s	user 0.012s	sys 0.009s
I20260630 12:12:42.513310  3622 raft_consensus.cc:385] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.513684  3622 raft_consensus.cc:740] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.514441  3622 consensus_queue.cc:260] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.516593  3622 ts_tablet_manager.cc:1434] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:42.516197  3623 raft_consensus.cc:359] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.517186  3623 raft_consensus.cc:385] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.517614  3622 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.516723  3630 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.518568  3465 leader_election.cc:304] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:42.517535  3623 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.521847  3631 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.521484  3621 raft_consensus.cc:359] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.522409  3621 raft_consensus.cc:385] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.522764  3621 raft_consensus.cc:740] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.522358  3631 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.523857  3621 consensus_queue.cc:260] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.524073  3623 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.524619  3622 tablet_bootstrap.cc:654] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.531033  3631 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.522728  3645 raft_consensus.cc:2804] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.539454  3645 raft_consensus.cc:493] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.541292  3645 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.542052  3621 ts_tablet_manager.cc:1434] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.000s
I20260630 12:12:42.542627  3622 tablet_bootstrap.cc:492] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.543092  3621 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.543154  3622 ts_tablet_manager.cc:1403] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.005s
I20260630 12:12:42.544838  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.545447  3426 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.548177  3645 raft_consensus.cc:515] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.552922  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.553609  3575 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.553869  3630 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.552872  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.555496  3427 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.558185  3426 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.559305  3465 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.560091  3630 raft_consensus.cc:2804] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.563025  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.563570  3621 tablet_bootstrap.cc:654] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
W20260630 12:12:42.566725  3466 leader_election.cc:343] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.568113  3575 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.569429  3466 leader_election.cc:304] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.554539  3645 leader_election.cc:290] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.575924  3623 ts_tablet_manager.cc:1434] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.062s	user 0.009s	sys 0.016s
I20260630 12:12:42.566727  3622 raft_consensus.cc:359] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.577998  3622 raft_consensus.cc:385] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.578315  3622 raft_consensus.cc:740] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.577478  3645 raft_consensus.cc:2804] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.579252  3645 raft_consensus.cc:697] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:42.579877  3623 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.580137  3427 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.580145  3645 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.580404  3622 consensus_queue.cc:260] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.580444  3628 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.585266  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.585873  3502 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:42.586408  3622 ts_tablet_manager.cc:1434] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.043s	user 0.005s	sys 0.001s
I20260630 12:12:42.585040  3628 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.587571  3622 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:42.588379  3628 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.581004  3630 raft_consensus.cc:697] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:42.590008  3630 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.590384  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.591064  3502 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
I20260630 12:12:42.592329  3391 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.593195  3628 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.593555  3628 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.593998  3628 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.594542  3622 tablet_bootstrap.cc:654] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
W20260630 12:12:42.599399  3373 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:42.601279  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:12:42.603247  3378 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:42.604312  3650 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.605150  3650 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.607843  3650 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.612264  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.612929  3575 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
I20260630 12:12:42.608665  3623 tablet_bootstrap.cc:654] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.613345  3325 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:42.617597  3540 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.619292  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.619552  3650 raft_consensus.cc:2804] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.619884  3650 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.619926  3502 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:42.620321  3650 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.613655  3628 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.626075  3628 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.626709  3621 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.627204  3621 ts_tablet_manager.cc:1403] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.084s	user 0.023s	sys 0.018s
I20260630 12:12:42.628621  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:42.629194  3502 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.630007  3621 raft_consensus.cc:359] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.630707  3621 raft_consensus.cc:385] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.630983  3621 raft_consensus.cc:740] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.631788  3621 consensus_queue.cc:260] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.634161  3621 ts_tablet_manager.cc:1434] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:12:42.635080  3621 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.635200  3622 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:42.635809  3645 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.636288  3645 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.635795  3622 ts_tablet_manager.cc:1403] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.049s	user 0.013s	sys 0.001s
I20260630 12:12:42.636323  3325 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:42.639868  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
W20260630 12:12:42.641294  3465 leader_election.cc:343] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.642410  3645 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.642709  3621 tablet_bootstrap.cc:654] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.645886  3622 raft_consensus.cc:359] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.646548  3622 raft_consensus.cc:385] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.646839  3622 raft_consensus.cc:740] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.638599  3540 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.646729  3502 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:42.650053  3622 consensus_queue.cc:260] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.650527  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.651162  3575 raft_consensus.cc:2468] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:42.652374  3622 ts_tablet_manager.cc:1434] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.002s
I20260630 12:12:42.649861  3628 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.654047  3631 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.655718  3631 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.656054  3391 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.656201  3466 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:42.655665  3628 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.659114  3631 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.660458  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.662680  3645 raft_consensus.cc:2804] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.658631  3650 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.664404  3645 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.664666  3623 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.664808  3645 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.665197  3623 ts_tablet_manager.cc:1403] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.086s	user 0.012s	sys 0.007s
I20260630 12:12:42.665400  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:42.665763  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:42.667464  3650 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.668094  3623 raft_consensus.cc:359] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.668380  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.661171  3625 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.668813  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:42.669445  3623 raft_consensus.cc:385] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.669804  3502 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.671236  3427 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:42.671854  3628 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.669817  3623 raft_consensus.cc:740] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.674945  3623 consensus_queue.cc:260] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.677208  3623 ts_tablet_manager.cc:1434] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:12:42.678350  3623 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.679484  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.685029  3625 raft_consensus.cc:697] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:42.687022  3625 consensus_queue.cc:237] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.688999  3621 tablet_bootstrap.cc:492] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.688830  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.689456  3621 ts_tablet_manager.cc:1403] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.055s	user 0.015s	sys 0.001s
I20260630 12:12:42.689639  3576 raft_consensus.cc:2393] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5fe4eafd713a4275af0b2e50d946e952 in current term 1: Already voted for candidate 1069738adcbe4097abab2a3d5c57bec8 in this term.
I20260630 12:12:42.689951  3623 tablet_bootstrap.cc:654] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.690845  3391 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:42.692219  3628 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.692468  3621 raft_consensus.cc:359] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.699147  3621 raft_consensus.cc:385] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.699504  3628 raft_consensus.cc:2749] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:42.699503  3621 raft_consensus.cc:740] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.701329  3621 consensus_queue.cc:260] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.702981  3621 ts_tablet_manager.cc:1434] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:12:42.703064  3645 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.703897  3621 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:42.692224  3631 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.708434  3575 raft_consensus.cc:2393] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5fe4eafd713a4275af0b2e50d946e952 in current term 1: Already voted for candidate 1069738adcbe4097abab2a3d5c57bec8 in this term.
I20260630 12:12:42.709018  3650 raft_consensus.cc:493] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.709662  3650 raft_consensus.cc:515] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.712739  3650 leader_election.cc:290] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.714767  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:42.715381  3621 tablet_bootstrap.cc:654] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.715726  3501 raft_consensus.cc:2468] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:42.717515  3540 leader_election.cc:304] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.718494  3650 raft_consensus.cc:2804] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.718915  3650 raft_consensus.cc:493] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.719290  3650 raft_consensus.cc:3060] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.713075  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
W20260630 12:12:42.728487  3539 leader_election.cc:343] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:42.729773  3621 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:42.730376  3621 ts_tablet_manager.cc:1403] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.005s
I20260630 12:12:42.732931  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.733444  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:42.734282  3501 raft_consensus.cc:2393] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1069738adcbe4097abab2a3d5c57bec8 in current term 1: Already voted for candidate 5fe4eafd713a4275af0b2e50d946e952 in this term.
I20260630 12:12:42.735628  3540 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:42.736200  3621 raft_consensus.cc:359] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.736910  3621 raft_consensus.cc:385] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.737212  3621 raft_consensus.cc:740] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.737996  3621 consensus_queue.cc:260] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.739962  3621 ts_tablet_manager.cc:1434] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:12:42.740665  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.741222  3427 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.748304  3427 raft_consensus.cc:2468] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.749717  3465 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.750686  3630 raft_consensus.cc:2804] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.751214  3630 raft_consensus.cc:697] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:42.752087  3630 consensus_queue.cc:237] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.753611  3650 raft_consensus.cc:515] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.758402  3502 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:42.761348  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.761993  3575 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.770114  3575 raft_consensus.cc:2468] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.772287  3645 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.773522  3631 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.774168  3631 raft_consensus.cc:2749] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:12:42.776618  3324 catalog_manager.cc:5697] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:42.778045  3540 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:42.779536  3631 raft_consensus.cc:2804] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.780144  3631 raft_consensus.cc:697] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:42.780926  3631 consensus_queue.cc:237] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.784829  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.785439  3427 raft_consensus.cc:3060] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.785207  3650 leader_election.cc:290] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:42.791036  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:42.791723  3502 raft_consensus.cc:3060] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.792605  3623 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.791946  3324 catalog_manager.cc:5697] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:42.793045  3623 ts_tablet_manager.cc:1403] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.115s	user 0.033s	sys 0.053s
I20260630 12:12:42.795150  3427 raft_consensus.cc:2468] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:42.795790  3623 raft_consensus.cc:359] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.796499  3623 raft_consensus.cc:385] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.796382  3539 leader_election.cc:304] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:42.796856  3623 raft_consensus.cc:740] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.797606  3623 consensus_queue.cc:260] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.798475  3666 raft_consensus.cc:2804] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.798908  3666 raft_consensus.cc:697] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:42.799304  3623 ts_tablet_manager.cc:1434] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:12:42.799705  3666 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.800271  3623 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:42.808183  3502 raft_consensus.cc:2468] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:42.808738  3623 tablet_bootstrap.cc:654] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:42.812544  3324 catalog_manager.cc:5697] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:42.813503  3623 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:42.813979  3623 ts_tablet_manager.cc:1403] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.004s
I20260630 12:12:42.816344  3623 raft_consensus.cc:359] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.817001  3623 raft_consensus.cc:385] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:42.817260  3623 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:42.817858  3623 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.819432  3623 ts_tablet_manager.cc:1434] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:12:42.825841  3324 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:42.857628  3575 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.863474  3625 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:42.865801  3630 raft_consensus.cc:493] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:42.866274  3630 raft_consensus.cc:515] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.868264  3630 leader_election.cc:290] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.869110  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:42.869767  3427 raft_consensus.cc:2468] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:42.869849  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:42.870471  3576 raft_consensus.cc:2468] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:42.871114  3465 leader_election.cc:304] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.872076  3630 raft_consensus.cc:2804] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:42.872455  3630 raft_consensus.cc:493] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:42.872774  3630 raft_consensus.cc:3060] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.879762  3628 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:42.880790  3630 raft_consensus.cc:515] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.882889  3630 leader_election.cc:290] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:42.884496  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:42.884760  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:42.885123  3427 raft_consensus.cc:3060] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.885289  3576 raft_consensus.cc:3060] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:42.892683  3576 raft_consensus.cc:2468] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.892683  3427 raft_consensus.cc:2468] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:42.893998  3466 leader_election.cc:304] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:42.894845  3630 raft_consensus.cc:2804] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:42.895255  3630 raft_consensus.cc:697] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:42.896061  3630 consensus_queue.cc:237] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:42.903857  3325 catalog_manager.cc:5697] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:43.017508  3666 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:43.017964  3666 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:43.019622  3666 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:43.020335  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:43.020538  3427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:43.021131  3427 raft_consensus.cc:2393] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1069738adcbe4097abab2a3d5c57bec8 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:43.021977  3539 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:43.022542  3666 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:43.026921  3666 raft_consensus.cc:2749] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:43.042106   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:43.047708  3677 instance_detector.cc: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:43.049139  3678 instance_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:43.049505   431 server_base.cc:1061] running on GCE node
W20260630 12:12:43.049978  3680 instance_detector.cc: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:43.050784   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:43.051004   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:43.051182   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821563051163 us; error 0 us; skew 500 ppm
I20260630 12:12:43.051683   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:43.053970   431 webserver.cc:533] Webserver started at http://127.0.107.196:38567/ using document root <none> and password file <none>
I20260630 12:12:43.054433   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:43.054616   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:43.054857   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:43.055922   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "ae3516da574e4a25bd1d17dcf6422292"
format_stamp: "Formatted at 2026-06-30 12:12:43 on dist-test-slave-g2rq"
I20260630 12:12:43.060169   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:12:43.063846  3685 log_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:43.064420  3630 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.064710   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:12:43.065121   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "ae3516da574e4a25bd1d17dcf6422292"
format_stamp: "Formatted at 2026-06-30 12:12:43 on dist-test-slave-g2rq"
I20260630 12:12:43.065415   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-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:43.077138  3630 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.085794  3630 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.100006  3630 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.110880   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:43.112506   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:43.114567   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:43.117057   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:43.117332   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:43.117620   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:43.117823   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:43.151080  3628 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.164711  3625 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.170092   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40205
I20260630 12:12:43.170234  3752 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40205 every 8 connection(s)
I20260630 12:12:43.179037  3325 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:50190:
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:43.187496  3630 consensus_queue.cc:1048] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.194819  3754 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43787
I20260630 12:12:43.195250  3754 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:43.196260  3754 heartbeater.cc:507] Master 127.0.107.254:43787 requested a full tablet report, sending...
I20260630 12:12:43.198827  3322 ts_manager.cc:194] Registered new tserver with Master: ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205)
I20260630 12:12:43.200724  3322 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50196
I20260630 12:12:43.205036  3630 consensus_queue.cc:1048] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:43.207278  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 149c27ff5f544690acbf4679f3179cf5 has no consensus state
W20260630 12:12:43.209229  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 834ce1b6fc6b4dbc8686949dcb8da9bc has no consensus state
W20260630 12:12:43.211670  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6ba72aad0cb94c60ac582e88b9ab4a60 has no consensus state
W20260630 12:12:43.213433  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 07063b322acf449c84812381c7505292 has no consensus state
W20260630 12:12:43.215462  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f403d59183034bbaad6c88c90881d8cd has no consensus state
W20260630 12:12:43.219305  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 7bab78a3b94e406fbf4a04343536c023 has no consensus state
W20260630 12:12:43.220731  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e006d4388b4046f9ae6ef1137291280f has no consensus state
W20260630 12:12:43.222195  3325 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet cd26d87b74ca47188cc16809033f67c7 has no consensus state
W20260630 12:12:43.228471  3311 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 834ce1b6fc6b4dbc8686949dcb8da9bc has no consensus state
I20260630 12:12:43.243731  3490 tablet_service.cc:1511] Processing CreateTablet for tablet 149c27ff5f544690acbf4679f3179cf5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.245298  3490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 149c27ff5f544690acbf4679f3179cf5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.246593  3412 tablet_service.cc:1511] Processing CreateTablet for tablet 149c27ff5f544690acbf4679f3179cf5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.248111  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 149c27ff5f544690acbf4679f3179cf5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.249328  3562 tablet_service.cc:1511] Processing CreateTablet for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.250811  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.262269  3417 tablet_service.cc:1511] Processing CreateTablet for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.263875  3417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.266206  3762 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:43.271617  3666 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.273896  3763 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:43.280045  3762 tablet_bootstrap.cc:654] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.281391  3763 tablet_bootstrap.cc:654] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.291625  3717 tablet_service.cc:1511] Processing CreateTablet for tablet 149c27ff5f544690acbf4679f3179cf5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.294719  3717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 149c27ff5f544690acbf4679f3179cf5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.298195  3715 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba72aad0cb94c60ac582e88b9ab4a60 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.298595  3490 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba72aad0cb94c60ac582e88b9ab4a60 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.300689  3715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba72aad0cb94c60ac582e88b9ab4a60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.304936  3566 tablet_service.cc:1511] Processing CreateTablet for tablet 6ba72aad0cb94c60ac582e88b9ab4a60 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.306069  3566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba72aad0cb94c60ac582e88b9ab4a60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.308157  3623 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:43.316459  3490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ba72aad0cb94c60ac582e88b9ab4a60. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.316263  3666 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.294694  3716 tablet_service.cc:1511] Processing CreateTablet for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.320189  3716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 834ce1b6fc6b4dbc8686949dcb8da9bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.327725  3623 tablet_bootstrap.cc:654] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.339133  3666 consensus_queue.cc:1048] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.342221  3630 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:43.359679  3417 tablet_service.cc:1511] Processing CreateTablet for tablet 07063b322acf449c84812381c7505292 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.361194  3417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07063b322acf449c84812381c7505292. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.370293  3714 tablet_service.cc:1511] Processing CreateTablet for tablet 07063b322acf449c84812381c7505292 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.377774  3714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07063b322acf449c84812381c7505292. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.407797  3763 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:43.408252  3763 ts_tablet_manager.cc:1403] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.135s	user 0.010s	sys 0.020s
I20260630 12:12:43.415259  3666 consensus_queue.cc:1048] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:12:43.417274  3762 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:43.417816  3762 ts_tablet_manager.cc:1403] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.152s	user 0.016s	sys 0.014s
I20260630 12:12:43.421643  3492 tablet_service.cc:1511] Processing CreateTablet for tablet 07063b322acf449c84812381c7505292 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.421944  3717 tablet_service.cc:1511] Processing CreateTablet for tablet f403d59183034bbaad6c88c90881d8cd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.423070  3492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07063b322acf449c84812381c7505292. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.423079  3717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f403d59183034bbaad6c88c90881d8cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.414824  3763 raft_consensus.cc:359] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.435823  3713 tablet_service.cc:1511] Processing CreateTablet for tablet 7bab78a3b94e406fbf4a04343536c023 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.437433  3713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bab78a3b94e406fbf4a04343536c023. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.437983  3623 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:43.438423  3623 ts_tablet_manager.cc:1403] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.130s	user 0.012s	sys 0.004s
I20260630 12:12:43.428717  3763 raft_consensus.cc:385] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.446074  3562 tablet_service.cc:1511] Processing CreateTablet for tablet f403d59183034bbaad6c88c90881d8cd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.448191  3715 tablet_service.cc:1511] Processing CreateTablet for tablet e006d4388b4046f9ae6ef1137291280f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.455845  3712 tablet_service.cc:1511] Processing CreateTablet for tablet cd26d87b74ca47188cc16809033f67c7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.460794  3412 tablet_service.cc:1511] Processing CreateTablet for tablet f403d59183034bbaad6c88c90881d8cd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.462194  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f403d59183034bbaad6c88c90881d8cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.463802  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f403d59183034bbaad6c88c90881d8cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.451761  3763 raft_consensus.cc:740] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.487733  3415 tablet_service.cc:1511] Processing CreateTablet for tablet e006d4388b4046f9ae6ef1137291280f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.488169  3490 tablet_service.cc:1511] Processing CreateTablet for tablet 7bab78a3b94e406fbf4a04343536c023 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.489114  3415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e006d4388b4046f9ae6ef1137291280f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.489420  3490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bab78a3b94e406fbf4a04343536c023. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.456251  3715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e006d4388b4046f9ae6ef1137291280f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.483633  3767 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:43.494513  3763 consensus_queue.cc:260] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.496145  3762 raft_consensus.cc:359] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.496855  3762 raft_consensus.cc:385] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.497143  3762 raft_consensus.cc:740] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.497442  3763 ts_tablet_manager.cc:1434] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.089s	user 0.000s	sys 0.007s
I20260630 12:12:43.497759  3762 consensus_queue.cc:260] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.498371  3763 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:43.499946  3762 ts_tablet_manager.cc:1434] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.082s	user 0.003s	sys 0.006s
I20260630 12:12:43.500871  3762 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:43.502633  3712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd26d87b74ca47188cc16809033f67c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.506724  3566 tablet_service.cc:1511] Processing CreateTablet for tablet 7bab78a3b94e406fbf4a04343536c023 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.508239  3566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7bab78a3b94e406fbf4a04343536c023. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.521669  3416 tablet_service.cc:1511] Processing CreateTablet for tablet cd26d87b74ca47188cc16809033f67c7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.523083  3416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd26d87b74ca47188cc16809033f67c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.524569  3623 raft_consensus.cc:359] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.525314  3623 raft_consensus.cc:385] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.525575  3623 raft_consensus.cc:740] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.526477  3654 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:12:43.543179  3487 tablet_service.cc:1511] Processing CreateTablet for tablet e006d4388b4046f9ae6ef1137291280f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:43.548457  3487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e006d4388b4046f9ae6ef1137291280f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:43.573529  3623 consensus_queue.cc:260] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.581667  3763 tablet_bootstrap.cc:654] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.590320  3623 ts_tablet_manager.cc:1434] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.152s	user 0.009s	sys 0.012s
I20260630 12:12:43.591720  3623 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
W20260630 12:12:43.664034  3373 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
W20260630 12:12:43.670348  3772 log.cc:927] Time spent T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: Append to log took a long time: real 0.094s	user 0.000s	sys 0.001s
I20260630 12:12:43.688082  3767 tablet_bootstrap.cc:654] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.697505  3623 tablet_bootstrap.cc:654] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.691707  3762 tablet_bootstrap.cc:654] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.722553  3763 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:43.730252  3763 ts_tablet_manager.cc:1403] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.232s	user 0.011s	sys 0.008s
I20260630 12:12:43.737300  3767 tablet_bootstrap.cc:492] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:43.739121  3767 ts_tablet_manager.cc:1403] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.328s	user 0.009s	sys 0.010s
I20260630 12:12:43.909921  3631 raft_consensus.cc:493] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:43.915707  3631 raft_consensus.cc:515] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.930063  3623 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:43.930629  3623 ts_tablet_manager.cc:1403] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.340s	user 0.067s	sys 0.134s
I20260630 12:12:43.933887  3623 raft_consensus.cc:359] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:43.934943  3623 raft_consensus.cc:385] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.935356  3623 raft_consensus.cc:740] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.936336  3623 consensus_queue.cc:260] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:43.938287  3623 ts_tablet_manager.cc:1434] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:43.939174  3623 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:43.952260  3762 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:43.952844  3762 ts_tablet_manager.cc:1403] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.452s	user 0.056s	sys 0.130s
I20260630 12:12:43.959540  3631 leader_election.cc:290] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:43.963212  3767 raft_consensus.cc:359] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.970458  3767 raft_consensus.cc:385] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.970780  3767 raft_consensus.cc:740] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.971410  3623 tablet_bootstrap.cc:654] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:43.971668  3767 consensus_queue.cc:260] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.977058  3763 raft_consensus.cc:359] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.978047  3762 raft_consensus.cc:359] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:43.980494  3762 raft_consensus.cc:385] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.980899  3762 raft_consensus.cc:740] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.978802  3763 raft_consensus.cc:385] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:43.985622  3763 raft_consensus.cc:740] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:43.986600  3763 consensus_queue.cc:260] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:43.988705  3763 ts_tablet_manager.cc:1434] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.255s	user 0.005s	sys 0.001s
I20260630 12:12:43.989490  3763 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:43.981756  3762 consensus_queue.cc:260] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:44.251528  3782 raft_consensus.cc:493] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:44.252034  3782 raft_consensus.cc:515] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:44.254612  3782 leader_election.cc:290] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
W20260630 12:12:44.258045  3492 consensus_meta.cc:287] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: Time spent flushing consensus metadata: real 0.571s	user 0.008s	sys 0.000s
W20260630 12:12:44.266970  3310 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet cd26d87b74ca47188cc16809033f67c7 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet cd26d87b74ca47188cc16809033f67c7 consensus state has no leader
I20260630 12:12:44.360718  3782 raft_consensus.cc:493] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:44.361318  3782 raft_consensus.cc:515] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:44.363860  3782 leader_election.cc:290] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:44.464052  3781 raft_consensus.cc:493] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:44.464625  3781 raft_consensus.cc:515] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:44.477687  3781 leader_election.cc:290] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
W20260630 12:12:44.682559  3373 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:44.816088  3782 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:44.816725  3782 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:44.818867  3782 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:44.831063  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:12:44.833316  3378 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:12:44.964823  3655 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:44.972364  3655 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:44.975512  3655 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
W20260630 12:12:44.994480  3412 consensus_meta.cc:287] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Time spent flushing consensus metadata: real 1.456s	user 0.021s	sys 0.003s
I20260630 12:12:44.995738  3412 rpcz_store.cc:275] Call kudu.tserver.TabletServerAdminService.CreateTablet from 127.0.0.1:55276 (request call id 13) took 1541 ms. Trace:
I20260630 12:12:44.996227  3412 rpcz_store.cc:276] 0630 12:12:43.454837 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.456226 (+  1389us) service_pool.cc:224] Handling call
0630 12:12:43.461721 (+  5495us) ts_tablet_manager.cc:669] Acquired tablet manager lock
0630 12:12:43.461815 (+    94us) ts_tablet_manager.cc:682] Creating new metadata...
0630 12:12:43.538213 (+ 76398us) tablet_metadata.cc:665] Metadata flushed
0630 12:12:44.995179 (+1456966us) tablet_replica.cc:206] Creating consensus instance
0630 12:12:44.995674 (+   495us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260630 12:12:45.016510  3662 raft_consensus.cc:493] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader cf7dcb8bd3ae422c92800316cd835517)
I20260630 12:12:45.017176  3662 raft_consensus.cc:515] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.023978  3662 leader_election.cc:290] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.025295  3785 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:45.028909  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.033898  3427 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:55288 (request call id 10) took 1615 ms. Trace:
I20260630 12:12:45.039601  3566 tablet_service.cc:1511] Processing CreateTablet for tablet cd26d87b74ca47188cc16809033f67c7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:12:45.041929  3654 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1069738adcbe4097abab2a3d5c57bec8)
I20260630 12:12:45.068416  3789 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:45.068783  3654 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.068935  3789 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.069479  3797 raft_consensus.cc:493] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.070889  3654 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.071028  3789 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.072414  3566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd26d87b74ca47188cc16809033f67c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:45.044656  3754 heartbeater.cc:499] Master 127.0.107.254:43787 was elected leader, sending a full tablet report...
I20260630 12:12:45.076206  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.076833  3501 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:45.077385  3324 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:50174 (request call id 30) took 1557 ms. Trace:
I20260630 12:12:45.078370  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.077760  3324 rpcz_store.cc:276] 0630 12:12:43.519819 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.527470 (+  7651us) service_pool.cc:224] Handling call
0630 12:12:45.077327 (+1549857us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":1792,"reported_tablets":2}
I20260630 12:12:45.079034  3574 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.079775  3540 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:45.046669  3786 raft_consensus.cc:493] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.081101  3786 raft_consensus.cc:515] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.050658  3793 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader cf7dcb8bd3ae422c92800316cd835517)
I20260630 12:12:45.068430  3427 rpcz_store.cc:276] 0630 12:12:43.418135 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.418790 (+   655us) service_pool.cc:224] Handling call
0630 12:12:43.419156 (+   366us) raft_consensus.cc:1471] Updating replica for 1 ops
0630 12:12:43.419519 (+   363us) raft_consensus.cc:1534] Early marking committed up to index 0
0630 12:12:43.419547 (+    28us) raft_consensus.cc:1539] Triggering prepare for 1 ops
0630 12:12:43.420005 (+   458us) log.cc:844] Serialized 26 byte log entry
0630 12:12:43.486899 (+ 66894us) raft_consensus.cc:1645] Marking committed up to 0
0630 12:12:43.486937 (+    38us) raft_consensus.cc:1697] Filling consensus response to leader.
0630 12:12:43.493172 (+  6235us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0630 12:12:45.033626 (+1540454us) raft_consensus.cc:1685] finished
0630 12:12:45.033645 (+    19us) raft_consensus.cc:1691] UpdateReplicas() finished
0630 12:12:45.033831 (+   186us) inbound_call.cc:177] Queueing success response
Metrics: {"raft.queue_time_us":207,"raft.run_cpu_time_us":103,"raft.run_wall_time_us":104,"thread_start_us":31889,"threads_started":1,"wal-append.queue_time_us":74537,"wal-append.run_cpu_time_us":10037,"wal-append.run_wall_time_us":1212396}
I20260630 12:12:45.082155  3793 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.045904  3790 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader cf7dcb8bd3ae422c92800316cd835517)
I20260630 12:12:45.084445  3793 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.051914  3762 ts_tablet_manager.cc:1434] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 1.099s	user 0.014s	sys 0.013s
I20260630 12:12:45.054652  3426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.057754  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.060127  3623 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:45.086704  3623 ts_tablet_manager.cc:1403] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 1.148s	user 0.020s	sys 0.008s
I20260630 12:12:45.083055  3790 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.063212  3767 ts_tablet_manager.cc:1434] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 1.163s	user 0.024s	sys 0.017s
W20260630 12:12:45.088574  3767 ts_tablet_manager.cc:1467] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Tablet startup took 1323ms
I20260630 12:12:45.053573  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.067057  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
W20260630 12:12:45.090627  3762 ts_tablet_manager.cc:1467] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Tablet startup took 1137ms
I20260630 12:12:45.094455  3666 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:45.094914  3666 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:45.095258  3666 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.095393  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.069921  3797 raft_consensus.cc:515] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.046849  3763 tablet_bootstrap.cc:654] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.064327  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
W20260630 12:12:45.088876  3767 ts_tablet_manager.cc:1469] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: Trace:
0630 12:12:43.286177 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.289985 (+  3808us) service_pool.cc:224] Handling call
0630 12:12:43.293623 (+  3638us) ts_tablet_manager.cc:669] Acquired tablet manager lock
0630 12:12:43.293735 (+   112us) ts_tablet_manager.cc:682] Creating new metadata...
0630 12:12:43.331699 (+ 37964us) tablet_metadata.cc:665] Metadata flushed
0630 12:12:43.338975 (+  7276us) tablet_replica.cc:206] Creating consensus instance
0630 12:12:43.376991 (+ 38016us) inbound_call.cc:177] Queueing success response
0630 12:12:43.410166 (+ 33175us) ts_tablet_manager.cc:1379] Bootstrapping tablet
0630 12:12:43.900027 (+489861us) ts_tablet_manager.cc:1435] Starting tablet replica
0630 12:12:43.923846 (+ 23819us) tablet_replica.cc:261] Starting instrumentation
0630 12:12:43.947706 (+ 23860us) tablet_replica.cc:280] Starting consensus
Metrics: {"raft.queue_time_us":211887,"raft.run_cpu_time_us":131,"raft.run_wall_time_us":132,"tablet-open.queue_time_us":69934,"thread_start_us":238047,"threads_started":2}
W20260630 12:12:45.098187  3541 leader_election.cc:343] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.078925  3323 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:50162 (request call id 26) took 1543 ms. Trace:
I20260630 12:12:45.100315  3623 raft_consensus.cc:359] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.126224  3323 rpcz_store.cc:276] 0630 12:12:43.535760 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.536677 (+   917us) service_pool.cc:224] Handling call
0630 12:12:45.078871 (+1542194us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":6049,"reported_tablets":2}
I20260630 12:12:45.127414  3767 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.126219  3623 raft_consensus.cc:385] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.129988  3623 raft_consensus.cc:740] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.128618  3466 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:45.131487  3654 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:45.131877  3654 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:45.130954  3623 consensus_queue.cc:260] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.124658  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.133196  3790 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.133690  3654 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.134738  3425 raft_consensus.cc:2468] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:45.137598  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.138911  3465 leader_election.cc:304] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:45.126317  3576 raft_consensus.cc:2468] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:45.139791  3645 raft_consensus.cc:2804] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.140162  3645 raft_consensus.cc:493] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.140491  3645 raft_consensus.cc:3060] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.129827  3666 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.143707  3501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.143829  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
W20260630 12:12:45.146184  3541 leader_election.cc:343] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.149546  3795 raft_consensus.cc:493] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1069738adcbe4097abab2a3d5c57bec8)
I20260630 12:12:45.151923  3623 ts_tablet_manager.cc:1434] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.065s	user 0.015s	sys 0.000s
I20260630 12:12:45.152949  3623 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:45.150132  3795 raft_consensus.cc:515] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.148667  3645 raft_consensus.cc:515] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.155232  3501 raft_consensus.cc:2393] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae3516da574e4a25bd1d17dcf6422292 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
W20260630 12:12:45.093842  3762 ts_tablet_manager.cc:1469] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: Trace:
0630 12:12:43.297416 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:12:43.297552 (+   136us) service_pool.cc:224] Handling call
0630 12:12:43.301275 (+  3723us) ts_tablet_manager.cc:669] Acquired tablet manager lock
0630 12:12:43.302674 (+  1399us) ts_tablet_manager.cc:682] Creating new metadata...
0630 12:12:43.339618 (+ 36944us) tablet_metadata.cc:665] Metadata flushed
0630 12:12:43.430268 (+ 90650us) tablet_replica.cc:206] Creating consensus instance
0630 12:12:43.430758 (+   490us) inbound_call.cc:177] Queueing success response
0630 12:12:43.500567 (+ 69809us) ts_tablet_manager.cc:1379] Bootstrapping tablet
0630 12:12:43.953180 (+452613us) ts_tablet_manager.cc:1435] Starting tablet replica
0630 12:12:43.975847 (+ 22667us) tablet_replica.cc:261] Starting instrumentation
0630 12:12:43.976445 (+   598us) tablet_replica.cc:280] Starting consensus
Metrics: {"raft.queue_time_us":247225,"raft.run_cpu_time_us":150,"raft.run_wall_time_us":152,"tablet-open.queue_time_us":69890}
I20260630 12:12:45.155774  3466 leader_election.cc:304] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:45.098865  3785 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.157189  3655 raft_consensus.cc:2804] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.157505  3795 leader_election.cc:290] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.158034  3655 raft_consensus.cc:493] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.156617  3762 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:45.160490  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.163479  3655 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.154843  3654 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.152029  3786 leader_election.cc:290] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.174791  3573 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.175743  3787 raft_consensus.cc:493] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader cf7dcb8bd3ae422c92800316cd835517)
I20260630 12:12:45.176268  3787 raft_consensus.cc:515] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.178835  3792 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1069738adcbe4097abab2a3d5c57bec8)
I20260630 12:12:45.169950  3797 leader_election.cc:290] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205)
I20260630 12:12:45.176841  3645 leader_election.cc:290] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
W20260630 12:12:45.186923  3523 debug-util.cc:398] Leaking SignalData structure 0x7b08000b6740 after lost signal to thread 434
W20260630 12:12:45.189219  3523 debug-util.cc:398] Leaking SignalData structure 0x7b0800061d20 after lost signal to thread 3359
I20260630 12:12:45.190312  3666 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.192540  3787 leader_election.cc:290] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.179481  3792 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.194283  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.194880  3424 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
W20260630 12:12:45.190586  3523 debug-util.cc:398] Leaking SignalData structure 0x7b0800245420 after lost signal to thread 3452
I20260630 12:12:45.197594  3466 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 5fe4eafd713a4275af0b2e50d946e952
W20260630 12:12:45.198519  3523 debug-util.cc:398] Leaking SignalData structure 0x7b08001cdfc0 after lost signal to thread 3600
I20260630 12:12:45.198678  3645 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:45.199563  3645 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:45.199958  3645 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.202602  3767 tablet_bootstrap.cc:654] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.212304  3785 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.212198  3465 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:45.214334  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.210968  3654 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.215466  3630 raft_consensus.cc:2804] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:12:45.218336  3630 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 1069738adcbe4097abab2a3d5c57bec8)
I20260630 12:12:45.227478  3623 tablet_bootstrap.cc:654] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.226701  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.225167  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.227092  3501 raft_consensus.cc:1240] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Rejecting Update request from peer 5fe4eafd713a4275af0b2e50d946e952 for earlier term 1. Current term is 2. Ops: []
I20260630 12:12:45.230458  3727 raft_consensus.cc:2468] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
I20260630 12:12:45.232307  3763 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:45.230821  3630 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.234651  3763 ts_tablet_manager.cc:1403] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 1.245s	user 0.020s	sys 0.024s
I20260630 12:12:45.234519  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.221786  3645 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.232632  3573 raft_consensus.cc:2393] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate cf7dcb8bd3ae422c92800316cd835517 in current term 2: Already voted for candidate 1069738adcbe4097abab2a3d5c57bec8 in this term.
W20260630 12:12:45.238286  3467 leader_election.cc:343] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.222533  3655 raft_consensus.cc:515] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.244297  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.245330  3763 raft_consensus.cc:359] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.246199  3763 raft_consensus.cc:385] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.246616  3763 raft_consensus.cc:740] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.247905  3466 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [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: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:45.248723  3782 raft_consensus.cc:2749] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.246408  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.249430  3500 raft_consensus.cc:2393] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1069738adcbe4097abab2a3d5c57bec8 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:45.249715  3727 raft_consensus.cc:3060] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.250294  3655 leader_election.cc:290] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.249684  3763 consensus_queue.cc:260] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.252946  3502 raft_consensus.cc:1240] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Rejecting Update request from peer 5fe4eafd713a4275af0b2e50d946e952 for earlier term 1. Current term is 2. Ops: []
I20260630 12:12:45.254331  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.237581  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.256472  3422 raft_consensus.cc:3060] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.257377  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.258371  3573 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.251961  3792 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.264810  3763 ts_tablet_manager.cc:1434] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.028s	user 0.004s	sys 0.003s
I20260630 12:12:45.269719  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.270154  3727 raft_consensus.cc:2468] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.271576  3425 raft_consensus.cc:2468] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:45.271575  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:45.273123  3502 raft_consensus.cc:2393] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 1069738adcbe4097abab2a3d5c57bec8 in current term 2: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
W20260630 12:12:45.268082  3467 leader_election.cc:343] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.274544  3763 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:45.274442  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.276247  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.274801  3467 leader_election.cc:304] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ae3516da574e4a25bd1d17dcf6422292, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:45.275188  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.275665  3573 raft_consensus.cc:2468] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.279426  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.279700  3502 raft_consensus.cc:2393] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1069738adcbe4097abab2a3d5c57bec8 in current term 2: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:45.280193  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.280241  3466 leader_election.cc:304] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.282616  3655 raft_consensus.cc:2804] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.283051  3655 raft_consensus.cc:697] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:45.283259  3805 raft_consensus.cc:2804] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.285215  3805 raft_consensus.cc:697] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:45.286254  3574 raft_consensus.cc:1240] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Rejecting Update request from peer 5fe4eafd713a4275af0b2e50d946e952 for earlier term 1. Current term is 2. Ops: []
I20260630 12:12:45.286617  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.280627  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.287005  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.283870  3655 consensus_queue.cc:237] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.294687  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.294955  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.296345  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.297144  3727 raft_consensus.cc:2393] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5fe4eafd713a4275af0b2e50d946e952 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:45.295275  3630 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.288214  3540 leader_election.cc:304] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: ae3516da574e4a25bd1d17dcf6422292, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.300344  3645 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.302037  3666 raft_consensus.cc:2749] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:45.302212  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.303596  3466 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [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: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:45.303792  3630 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.303678  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.306988  3630 raft_consensus.cc:2749] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.308413  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b189c980b51a46a199ac96dcde2b5425" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.308790  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.309594  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.310962  3466 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [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: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:45.313382  3645 raft_consensus.cc:2749] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.318115  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8db8c23b3d6e460089e34a16d36c4ba3" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.319505  3666 raft_consensus.cc:493] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.320060  3666 raft_consensus.cc:515] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.322588  3666 leader_election.cc:290] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.317500  3762 tablet_bootstrap.cc:654] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.324807  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
W20260630 12:12:45.326686  3541 leader_election.cc:343] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.299239  3805 consensus_queue.cc:237] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.331120  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.333823  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.336584  3767 tablet_bootstrap.cc:492] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.336776  3539 leader_election.cc:304] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.337185  3767 ts_tablet_manager.cc:1403] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.210s	user 0.015s	sys 0.011s
I20260630 12:12:45.338341  3666 raft_consensus.cc:2804] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.338745  3666 raft_consensus.cc:493] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.339160  3666 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.340327  3763 tablet_bootstrap.cc:654] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.348687  3422 raft_consensus.cc:2468] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.353340  3539 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.354174  3785 raft_consensus.cc:2749] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.354591  3539 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.354470  3666 raft_consensus.cc:515] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.355489  3785 raft_consensus.cc:2749] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.355928  3539 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.356693  3785 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.357702  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
W20260630 12:12:45.359454  3541 leader_election.cc:343] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.365360  3792 consensus_queue.cc:1059] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260630 12:12:45.365818  3666 leader_election.cc:290] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.368057  3787 raft_consensus.cc:3055] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:45.368384  3787 raft_consensus.cc:740] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:45.369052  3785 raft_consensus.cc:2749] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.369160  3787 consensus_queue.cc:260] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.370580  3787 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.373513  3623 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:45.373963  3623 ts_tablet_manager.cc:1403] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.221s	user 0.020s	sys 0.004s
I20260630 12:12:45.372633  3792 consensus_queue.cc:1059] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.003s
I20260630 12:12:45.376187  3792 raft_consensus.cc:3055] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:45.376489  3792 raft_consensus.cc:740] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:45.378338  3792 consensus_queue.cc:260] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.384274  3792 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.385248  3763 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:45.387936  3763 ts_tablet_manager.cc:1403] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.114s	user 0.014s	sys 0.008s
I20260630 12:12:45.391587  3767 raft_consensus.cc:359] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.392397  3767 raft_consensus.cc:385] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.391311  3763 raft_consensus.cc:359] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.393616  3763 raft_consensus.cc:385] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.393919  3763 raft_consensus.cc:740] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.394731  3763 consensus_queue.cc:260] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.397125  3763 ts_tablet_manager.cc:1434] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:12:45.398239  3763 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:45.392690  3767 raft_consensus.cc:740] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.400317  3767 consensus_queue.cc:260] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.378927  3391 leader_election.cc:304] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.402693  3623 raft_consensus.cc:359] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.403404  3623 raft_consensus.cc:385] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.403745  3623 raft_consensus.cc:740] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.404335  3623 consensus_queue.cc:260] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.408496  3623 ts_tablet_manager.cc:1434] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.034s	user 0.024s	sys 0.003s
I20260630 12:12:45.409189  3762 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:45.409510  3623 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:45.406344  3787 raft_consensus.cc:2749] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:45.411123  3762 ts_tablet_manager.cc:1403] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.255s	user 0.014s	sys 0.012s
I20260630 12:12:45.413735  3767 ts_tablet_manager.cc:1434] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.076s	user 0.013s	sys 0.004s
I20260630 12:12:45.414980  3767 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.415256  3762 raft_consensus.cc:359] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.416059  3762 raft_consensus.cc:385] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.416339  3762 raft_consensus.cc:740] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.417090  3762 consensus_queue.cc:260] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.419103  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.419531  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.420120  3423 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.420938  3762 ts_tablet_manager.cc:1434] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:12:45.429198  3391 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.430372  3792 raft_consensus.cc:2749] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.431905  3423 raft_consensus.cc:2468] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:45.435456  3762 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:45.435627  3391 leader_election.cc:304] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.436417  3792 raft_consensus.cc:2749] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.439761  3502 raft_consensus.cc:1240] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Rejecting Update request from peer 1069738adcbe4097abab2a3d5c57bec8 for earlier term 1. Current term is 2. Ops: []
I20260630 12:12:45.439704  3391 leader_election.cc:304] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.440317  3763 tablet_bootstrap.cc:654] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.441190  3792 raft_consensus.cc:2749] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:45.442389  3666 consensus_queue.cc:1059] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:45.443397  3666 raft_consensus.cc:3055] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:45.443719  3666 raft_consensus.cc:740] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:45.444726  3767 tablet_bootstrap.cc:654] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.444506  3666 consensus_queue.cc:260] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.445827  3666 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:45.448987  3762 tablet_bootstrap.cc:654] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.452482  3391 leader_election.cc:304] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.456177  3623 tablet_bootstrap.cc:654] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.457000  3324 catalog_manager.cc:6242] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c] alter complete (version 0)
I20260630 12:12:45.510103  3322 catalog_manager.cc:5697] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:45.512146  3322 catalog_manager.cc:5697] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:45.522337  3792 raft_consensus.cc:2749] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:12:45.523572  3391 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:43439, user_credentials={real_user=slave}} blocked reactor thread for 71187.8us
I20260630 12:12:45.524700  3391 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.528100  3792 raft_consensus.cc:2749] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:12:45.529785  3539 leader_election.cc:343] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.530295  3539 leader_election.cc:304] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.531520  3666 raft_consensus.cc:2749] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:45.532991  3539 leader_election.cc:304] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.534305  3666 raft_consensus.cc:2804] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.534801  3666 raft_consensus.cc:697] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:45.535686  3666 consensus_queue.cc:237] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.545253  3623 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: No bootstrap required, opened a new log
I20260630 12:12:45.545936  3623 ts_tablet_manager.cc:1403] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.137s	user 0.009s	sys 0.015s
I20260630 12:12:45.548812  3623 raft_consensus.cc:359] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.552241  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "149c27ff5f544690acbf4679f3179cf5" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.557062  3423 raft_consensus.cc:2393] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae3516da574e4a25bd1d17dcf6422292 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:45.558054  3623 raft_consensus.cc:385] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.559458  3623 raft_consensus.cc:740] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.573442  3687 leader_election.cc:304] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [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: ae3516da574e4a25bd1d17dcf6422292; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.574462  3815 raft_consensus.cc:2749] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:45.571429  3623 consensus_queue.cc:260] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.576913  3762 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:45.577488  3763 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:45.577473  3762 ts_tablet_manager.cc:1403] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.144s	user 0.052s	sys 0.061s
I20260630 12:12:45.578766  3763 ts_tablet_manager.cc:1403] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.181s	user 0.040s	sys 0.029s
I20260630 12:12:45.580677  3767 tablet_bootstrap.cc:492] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.581202  3767 ts_tablet_manager.cc:1403] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.167s	user 0.042s	sys 0.072s
I20260630 12:12:45.580937  3762 raft_consensus.cc:359] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.582178  3762 raft_consensus.cc:385] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.582556  3762 raft_consensus.cc:740] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.582528  3763 raft_consensus.cc:359] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.583397  3763 raft_consensus.cc:385] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.583700  3763 raft_consensus.cc:740] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.583774  3762 consensus_queue.cc:260] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.584435  3763 consensus_queue.cc:260] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.586540  3762 ts_tablet_manager.cc:1434] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:12:45.588217  3762 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:45.586724  3324 catalog_manager.cc:5697] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } }
W20260630 12:12:45.588917  3310 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 07063b322acf449c84812381c7505292 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 07063b322acf449c84812381c7505292 consensus state has no leader
I20260630 12:12:45.593116  3805 raft_consensus.cc:493] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.593605  3805 raft_consensus.cc:515] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.577476  3623 ts_tablet_manager.cc:1434] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.031s	user 0.006s	sys 0.000s
I20260630 12:12:45.586603  3763 ts_tablet_manager.cc:1434] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:12:45.596969  3666 raft_consensus.cc:493] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.596669  3763 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:45.603961  3762 tablet_bootstrap.cc:654] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.598613  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.600035  3805 leader_election.cc:290] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.601366  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.606187  3423 raft_consensus.cc:2468] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 0.
W20260630 12:12:45.606850  3467 leader_election.cc:343] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.607543  3465 leader_election.cc:304] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.608733  3805 raft_consensus.cc:2804] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.609089  3805 raft_consensus.cc:493] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.609460  3805 raft_consensus.cc:3060] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.611133  3763 tablet_bootstrap.cc:654] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.611653  3666 raft_consensus.cc:515] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.614409  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bab78a3b94e406fbf4a04343536c023" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
W20260630 12:12:45.615914  3541 leader_election.cc:343] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.618233  3666 leader_election.cc:290] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.619496  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bab78a3b94e406fbf4a04343536c023" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.620200  3502 raft_consensus.cc:2468] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 0.
I20260630 12:12:45.617331  3767 raft_consensus.cc:359] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.621472  3767 raft_consensus.cc:385] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.621762  3767 raft_consensus.cc:740] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.622262  3540 leader_election.cc:304] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.622742  3767 consensus_queue.cc:260] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:45.623023  3805 raft_consensus.cc:515] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.625396  3767 ts_tablet_manager.cc:1434] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.044s	user 0.006s	sys 0.000s
I20260630 12:12:45.625833  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.626767  3767 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
W20260630 12:12:45.627552  3467 leader_election.cc:343] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.633622  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:45.634264  3423 raft_consensus.cc:3060] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.635179  3789 raft_consensus.cc:2804] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.635663  3789 raft_consensus.cc:493] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.636036  3789 raft_consensus.cc:3060] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.640522  3767 tablet_bootstrap.cc:654] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.644655  3789 raft_consensus.cc:515] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.647930  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bab78a3b94e406fbf4a04343536c023" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
W20260630 12:12:45.649485  3541 leader_election.cc:343] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.650032  3805 leader_election.cc:290] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:45.648006  3423 raft_consensus.cc:2468] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 1.
I20260630 12:12:45.651640  3465 leader_election.cc:304] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.652760  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7bab78a3b94e406fbf4a04343536c023" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:45.653472  3502 raft_consensus.cc:3060] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.652878  3805 raft_consensus.cc:2804] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.656029  3789 leader_election.cc:290] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.657116  3805 raft_consensus.cc:697] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:45.658026  3805 consensus_queue.cc:237] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.662425  3502 raft_consensus.cc:2468] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:45.663194  3763 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: No bootstrap required, opened a new log
I20260630 12:12:45.663740  3763 ts_tablet_manager.cc:1403] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.067s	user 0.011s	sys 0.013s
I20260630 12:12:45.663734  3540 leader_election.cc:304] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.665048  3789 raft_consensus.cc:2804] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.666157  3762 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: No bootstrap required, opened a new log
I20260630 12:12:45.666648  3762 ts_tablet_manager.cc:1403] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.079s	user 0.041s	sys 0.018s
I20260630 12:12:45.666332  3789 raft_consensus.cc:697] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:45.667935  3789 consensus_queue.cc:237] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.668118  3763 raft_consensus.cc:359] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.668932  3763 raft_consensus.cc:385] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.669275  3763 raft_consensus.cc:740] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.669911  3762 raft_consensus.cc:359] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.670022  3763 consensus_queue.cc:260] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.670699  3762 raft_consensus.cc:385] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.671000  3762 raft_consensus.cc:740] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.671847  3762 consensus_queue.cc:260] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.672549  3767 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.673103  3767 ts_tablet_manager.cc:1403] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.047s	user 0.015s	sys 0.002s
I20260630 12:12:45.674360  3762 ts_tablet_manager.cc:1434] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:12:45.676167  3767 raft_consensus.cc:359] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.676882  3767 raft_consensus.cc:385] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.677172  3767 raft_consensus.cc:740] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.677428  3763 ts_tablet_manager.cc:1434] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.003s
I20260630 12:12:45.677376  3792 raft_consensus.cc:493] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.678071  3792 raft_consensus.cc:515] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.680186  3792 leader_election.cc:290] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205)
I20260630 12:12:45.682080  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.683351  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.684055  3574 raft_consensus.cc:2468] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
W20260630 12:12:45.685384  3392 leader_election.cc:343] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.685168  3323 catalog_manager.cc:5697] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:45.686795  3391 leader_election.cc:304] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.688453  3792 raft_consensus.cc:2804] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.688879  3792 raft_consensus.cc:493] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.689203  3792 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:12:45.698642  3373 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:12:45.680087  3767 consensus_queue.cc:260] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.702728  3787 raft_consensus.cc:493] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.703392  3787 raft_consensus.cc:515] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.704382  3767 ts_tablet_manager.cc:1434] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.031s	user 0.005s	sys 0.002s
I20260630 12:12:45.706161  3767 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.706390  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
W20260630 12:12:45.707859  3392 leader_election.cc:343] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.709271  3787 leader_election.cc:290] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.710800  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.711445  3502 raft_consensus.cc:2468] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
I20260630 12:12:45.712785  3391 leader_election.cc:304] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.713891  3787 raft_consensus.cc:2804] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.714257  3787 raft_consensus.cc:493] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:45.714552  3767 tablet_bootstrap.cc:654] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.725560  3727 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.725116  3322 catalog_manager.cc:5697] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 0 to 1, leader changed from <none> to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:45.714592  3787 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.740041  3792 raft_consensus.cc:515] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.735496  3805 consensus_queue.cc:1048] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260630 12:12:45.744154  3792 leader_election.cc:290] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Requested vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205)
I20260630 12:12:45.745961  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.746683  3574 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.746718  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.747776  3655 consensus_queue.cc:1048] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:12:45.751669  3392 leader_election.cc:343] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.764812  3792 raft_consensus.cc:493] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.765512  3792 raft_consensus.cc:515] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.767953  3787 raft_consensus.cc:515] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.768703  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:45.769389  3576 raft_consensus.cc:2468] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 0.
I20260630 12:12:45.770448  3792 leader_election.cc:290] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.770561  3391 leader_election.cc:304] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:45.772095  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:45.772565  3502 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.774022  3725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.774037  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:45.775635  3782 consensus_queue.cc:1048] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:45.776209  3787 leader_election.cc:290] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
W20260630 12:12:45.776494  3392 leader_election.cc:343] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.776758  3787 raft_consensus.cc:2804] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:45.777170  3787 raft_consensus.cc:493] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:12:45.777320  3392 leader_election.cc:343] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:12:45.777499  3787 raft_consensus.cc:3060] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.782451  3502 raft_consensus.cc:2468] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:45.800814  3391 leader_election.cc:304] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.802141  3797 raft_consensus.cc:2804] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.802639  3797 raft_consensus.cc:697] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:45.803462  3797 consensus_queue.cc:237] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.810746  3574 raft_consensus.cc:2468] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:45.812222  3391 leader_election.cc:304] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:45.815433  3792 raft_consensus.cc:2804] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.824299  3655 consensus_queue.cc:1048] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:45.825522  3767 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.826289  3767 ts_tablet_manager.cc:1403] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.120s	user 0.024s	sys 0.052s
I20260630 12:12:45.815944  3792 raft_consensus.cc:697] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:45.836396  3767 raft_consensus.cc:359] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.837132  3767 raft_consensus.cc:385] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.837431  3767 raft_consensus.cc:740] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.838001  3792 consensus_queue.cc:237] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.838222  3767 consensus_queue.cc:260] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.846626  3767 ts_tablet_manager.cc:1434] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:12:45.852648  3787 raft_consensus.cc:515] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.854997  3767 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.859653  3727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
I20260630 12:12:45.860311  3727 raft_consensus.cc:3060] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.860754  3787 leader_election.cc:290] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Requested vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:45.861311  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:45.865033  3572 raft_consensus.cc:3060] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.867144  3767 tablet_bootstrap.cc:654] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.879874  3727 raft_consensus.cc:2468] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:45.881203  3392 leader_election.cc:304] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952, ae3516da574e4a25bd1d17dcf6422292; no voters: 
I20260630 12:12:45.881548  3572 raft_consensus.cc:2468] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 1.
I20260630 12:12:45.882051  3787 raft_consensus.cc:2804] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:45.882531  3787 raft_consensus.cc:697] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:45.884003  3787 consensus_queue.cc:237] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.886744  3815 raft_consensus.cc:493] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:45.887275  3815 raft_consensus.cc:515] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.889436  3815 leader_election.cc:290] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:45.891147  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:45.892829  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e006d4388b4046f9ae6ef1137291280f" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:45.893608  3423 raft_consensus.cc:2393] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae3516da574e4a25bd1d17dcf6422292 in current term 1: Already voted for candidate cf7dcb8bd3ae422c92800316cd835517 in this term.
I20260630 12:12:45.894754  3687 leader_election.cc:304] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [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: ae3516da574e4a25bd1d17dcf6422292; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:45.896938  3815 raft_consensus.cc:3060] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.905000  3815 raft_consensus.cc:2749] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:45.912494  3767 tablet_bootstrap.cc:492] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.913117  3767 ts_tablet_manager.cc:1403] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.058s	user 0.014s	sys 0.027s
I20260630 12:12:45.912806  3322 catalog_manager.cc:5697] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:45.915429  3322 catalog_manager.cc:5697] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:45.916067  3767 raft_consensus.cc:359] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.916931  3767 raft_consensus.cc:385] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.917678  3767 raft_consensus.cc:740] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.917613  3322 catalog_manager.cc:5697] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:45.918602  3767 consensus_queue.cc:260] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:45.921061  3767 ts_tablet_manager.cc:1434] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:12:45.922554  3767 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.928252  3767 tablet_bootstrap.cc:654] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.937866  3767 tablet_bootstrap.cc:492] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.938453  3767 ts_tablet_manager.cc:1403] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.001s
I20260630 12:12:45.941285  3767 raft_consensus.cc:359] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.941833  3767 raft_consensus.cc:385] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.942070  3767 raft_consensus.cc:740] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.942670  3767 consensus_queue.cc:260] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:45.946333  3767 ts_tablet_manager.cc:1434] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260630 12:12:45.947301  3767 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:45.952430  3767 tablet_bootstrap.cc:654] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:45.957037  3767 tablet_bootstrap.cc:492] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: No bootstrap required, opened a new log
I20260630 12:12:45.957398  3767 ts_tablet_manager.cc:1403] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:12:45.959177  3767 raft_consensus.cc:359] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.959684  3767 raft_consensus.cc:385] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:45.959873  3767 raft_consensus.cc:740] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: FOLLOWER
I20260630 12:12:45.960414  3767 consensus_queue.cc:260] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:45.961794  3767 ts_tablet_manager.cc:1434] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:12:45.974179  3789 consensus_queue.cc:1048] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:45.985421  3727 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:45.995952  3789 consensus_queue.cc:1048] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.027034  3815 raft_consensus.cc:493] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:46.027596  3815 raft_consensus.cc:515] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:46.029925  3815 leader_election.cc:290] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:46.031766  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:46.044157  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:46.044787  3572 raft_consensus.cc:2393] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae3516da574e4a25bd1d17dcf6422292 in current term 1: Already voted for candidate 5fe4eafd713a4275af0b2e50d946e952 in this term.
I20260630 12:12:46.045599  3688 leader_election.cc:304] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [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: ae3516da574e4a25bd1d17dcf6422292; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:46.046234  3815 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:46.053565  3815 raft_consensus.cc:2749] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:46.063444  3815 raft_consensus.cc:493] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:46.063963  3815 raft_consensus.cc:515] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:46.065991  3815 leader_election.cc:290] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:46.066759  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:46.066991  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:46.067703  3502 raft_consensus.cc:2393] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ae3516da574e4a25bd1d17dcf6422292 in current term 1: Already voted for candidate 5fe4eafd713a4275af0b2e50d946e952 in this term.
I20260630 12:12:46.068576  3688 leader_election.cc:304] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [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: ae3516da574e4a25bd1d17dcf6422292; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:46.069185  3815 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:46.076179  3815 raft_consensus.cc:2749] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:12:46.095537  3789 consensus_queue.cc:1048] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.105692  3727 raft_consensus.cc:3060] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:46.114642  3666 consensus_queue.cc:1048] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.201932  3630 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.217732  3782 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.231889  3787 consensus_queue.cc:1048] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.243891  3797 consensus_queue.cc:1048] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.301385  3787 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.318781  3792 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.437973  3792 consensus_queue.cc:1048] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.450812  3792 consensus_queue.cc:1048] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:46.743202  3502 consensus_queue.cc:237] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:46.750376  3423 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.750439  3572 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.751834  3467 consensus_peers.cc:597] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8db8c23b3d6e460089e34a16d36c4ba3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:46.752384  3630 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:46.756400  3645 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:46.762821  3782 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.764639  3423 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.786706  3797 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:46.787220  3797 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:46.793485  3797 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:46.793864  3574 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.795943  3576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:46.796639  3576 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:46.798381  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:46.799005  3502 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:46.800349  3391 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
W20260630 12:12:46.805172  3373 auto_rebalancer.cc:639] Failed to schedule move for tablet 7810678bc1d34f988dac3c5e3f41fb7d: Illegal state: Replica 1069738adcbe4097abab2a3d5c57bec8 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } }
I20260630 12:12:46.804991  3322 catalog_manager.cc:5697] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:46.810411  3787 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:12:46.810838  3787 raft_consensus.cc:493] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:46.811151  3787 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:46.809980  3502 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:46.818713  3787 raft_consensus.cc:515] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:46.820807  3787 leader_election.cc:290] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:46.822002  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:46.822606  3500 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:46.822836  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ccb7fb790a5e4737a22dc5221af773ee" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:46.823988  3574 raft_consensus.cc:3060] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:46.829579  3500 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 3.
I20260630 12:12:46.832976  3391 leader_election.cc:304] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:46.834064  3792 raft_consensus.cc:2804] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:46.834514  3792 raft_consensus.cc:697] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:46.834538  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:46.835429  3792 consensus_queue.cc:237] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:46.852310  3574 raft_consensus.cc:2468] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 3.
I20260630 12:12:46.857880  3423 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.858741  3467 consensus_peers.cc:597] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 620ecc9545ea4ccc8ed5523350c1a389. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:46.859493  3782 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:46.861305  3574 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.871892  3323 catalog_manager.cc:5697] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:46.873050  3782 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:46.893194  3863 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.894683  3574 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.909034  3502 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
mode: GRACEFUL
new_leader_uuid: "5fe4eafd713a4275af0b2e50d946e952"
 from {username='slave'} at 127.0.0.1:42754
I20260630 12:12:46.909765  3502 raft_consensus.cc:606] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Received request to transfer leadership to TS 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:46.909634  3325 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.913614  3423 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.915946  3502 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
mode: GRACEFUL
new_leader_uuid: "1069738adcbe4097abab2a3d5c57bec8"
 from {username='slave'} at 127.0.0.1:42754
I20260630 12:12:46.916529  3502 raft_consensus.cc:606] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Received request to transfer leadership to TS 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:46.919466  3500 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
mode: GRACEFUL
new_leader_uuid: "5fe4eafd713a4275af0b2e50d946e952"
 from {username='slave'} at 127.0.0.1:42754
I20260630 12:12:46.920982  3502 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:46.934513  3500 raft_consensus.cc:606] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Received request to transfer leadership to TS 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:46.938671  3422 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.940894  3467 consensus_peers.cc:597] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4228ce8959c4229b6d9ada43352accf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:46.941802  3645 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:46.942255  3574 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:46.943871  3645 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:46.960947  3645 raft_consensus.cc:993] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: : Instructing follower 5fe4eafd713a4275af0b2e50d946e952 to start an election
I20260630 12:12:46.961396  3645 raft_consensus.cc:1081] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Signalling peer 5fe4eafd713a4275af0b2e50d946e952 to start an election
I20260630 12:12:46.962749  3645 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.967237  3423 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.972266  3572 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.978750  3425 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
mode: GRACEFUL
new_leader_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:52726
I20260630 12:12:46.979374  3425 raft_consensus.cc:606] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Received request to transfer leadership to TS ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:46.980691  3378 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260630 12:12:46.981299  3378 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:46.981276  3422 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
 from {username='slave'} at 127.0.0.1:55286
I20260630 12:12:46.985358  3422 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:46.985764  3422 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:46.987699  3322 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:46.992426  3422 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.000953  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:47.001588  3502 raft_consensus.cc:3055] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:47.001926  3502 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:47.002714  3502 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.004168  3502 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.011648  3422 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.012302  3502 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.012226  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.013034  3572 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.013741  3391 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:47.014597  3787 raft_consensus.cc:2804] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:47.015053  3787 raft_consensus.cc:697] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:47.015885  3787 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.021982  3572 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.025568  3325 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 1 to 2, leader changed from cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.036341  3422 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:47.036832  3422 raft_consensus.cc:606] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:12:47.040753  3422 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:47.041394  3422 raft_consensus.cc:606] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Received request to transfer leadership
W20260630 12:12:47.042618  3309 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for b4228ce8959c4229b6d9ada43352accf already in progress
I20260630 12:12:47.049988  3422 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:47.050479  3422 raft_consensus.cc:606] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:12:47.113065  3666 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:47.113546  3666 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.115693  3666 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:47.116588  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:47.116851  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:47.117180  3422 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 1.
I20260630 12:12:47.117540  3502 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 2.
I20260630 12:12:47.118337  3539 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:47.119171  3666 raft_consensus.cc:2804] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:12:47.119576  3666 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:47.119901  3666 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.126916  3666 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.129489  3666 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 3 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:47.129717  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:47.130348  3422 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.130647  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:47.131209  3502 raft_consensus.cc:3060] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.134678  3422 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 3.
I20260630 12:12:47.135733  3539 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:47.136358  3666 raft_consensus.cc:2804] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:47.136732  3666 raft_consensus.cc:697] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 3 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:47.137480  3666 consensus_queue.cc:237] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.138118  3502 raft_consensus.cc:2468] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 3.
I20260630 12:12:47.144843  3325 catalog_manager.cc:5697] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:47.187680  3863 raft_consensus.cc:993] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: : Instructing follower 5fe4eafd713a4275af0b2e50d946e952 to start an election
I20260630 12:12:47.188079  3630 raft_consensus.cc:1081] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Signalling peer 5fe4eafd713a4275af0b2e50d946e952 to start an election
I20260630 12:12:47.189445  3422 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
 from {username='slave'} at 127.0.0.1:55286
I20260630 12:12:47.189910  3422 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:47.190187  3422 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.195501  3422 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.197127  3422 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 2 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.197996  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:47.198643  3502 raft_consensus.cc:3055] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:47.199010  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.199062  3502 raft_consensus.cc:740] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:47.199666  3572 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.200264  3502 consensus_queue.cc:260] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.201519  3502 raft_consensus.cc:3060] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.205945  3572 raft_consensus.cc:2468] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.206944  3391 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:47.207610  3797 raft_consensus.cc:2804] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:47.207989  3797 raft_consensus.cc:697] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:47.208614  3797 consensus_queue.cc:237] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.209062  3502 raft_consensus.cc:2468] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.215444  3325 catalog_manager.cc:5697] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 1 to 2, leader changed from cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) to 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.235566  3797 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:47.236042  3797 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.237759  3797 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.238517  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:47.238842  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:47.239113  3502 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.239516  3572 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 2.
I20260630 12:12:47.240350  3391 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [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: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:47.241369  3797 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:12:47.241705  3797 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:47.242017  3797 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.248571  3797 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.250582  3797 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.251369  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:47.251519  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.251935  3502 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.252043  3572 raft_consensus.cc:3060] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.256601  3572 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 3.
I20260630 12:12:47.257699  3502 raft_consensus.cc:2468] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5fe4eafd713a4275af0b2e50d946e952 in term 3.
I20260630 12:12:47.257920  3391 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:47.258637  3797 raft_consensus.cc:2804] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:47.259104  3797 raft_consensus.cc:697] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Becoming Leader. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:47.260670  3797 consensus_queue.cc:237] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:47.263319  3792 raft_consensus.cc:993] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: : Instructing follower ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:47.263748  3792 raft_consensus.cc:1081] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Signalling peer ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:47.265358  3726 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7"
dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:50912
I20260630 12:12:47.265883  3726 raft_consensus.cc:493] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:47.266203  3726 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.274649  3630 raft_consensus.cc:993] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: : Instructing follower 1069738adcbe4097abab2a3d5c57bec8 to start an election
I20260630 12:12:47.275586  3630 raft_consensus.cc:1081] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Signalling peer 1069738adcbe4097abab2a3d5c57bec8 to start an election
I20260630 12:12:47.276214  3325 catalog_manager.cc:5697] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.277091  3572 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
 from {username='slave'} at 127.0.0.1:32978
I20260630 12:12:47.277664  3572 raft_consensus.cc:493] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:47.277949  3572 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.284286  3572 raft_consensus.cc:515] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.285275  3726 raft_consensus.cc:515] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:47.287521  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:47.288096  3422 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.288718  3726 leader_election.cc:290] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 2 election: Requested vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:47.290237  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:47.290799  3423 raft_consensus.cc:3055] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:47.291096  3423 raft_consensus.cc:740] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:47.291867  3423 consensus_queue.cc:260] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [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: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:47.292339  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.292925  3574 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.293151  3423 raft_consensus.cc:3060] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.299912  3423 raft_consensus.cc:2468] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:47.301194  3687 leader_election.cc:304] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [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: 5fe4eafd713a4275af0b2e50d946e952, ae3516da574e4a25bd1d17dcf6422292; no voters: 
I20260630 12:12:47.304533  3881 raft_consensus.cc:2804] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:47.305174  3422 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 2.
I20260630 12:12:47.306401  3539 leader_election.cc:304] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:47.307211  3666 raft_consensus.cc:2804] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:47.307698  3666 raft_consensus.cc:697] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:47.308552  3666 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.314612  3502 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.316324  3797 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.321738  3325 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 1 to 2, leader changed from cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.327095  3574 raft_consensus.cc:2468] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:47.329759  3572 leader_election.cc:290] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:47.332069  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:47.332711  3500 raft_consensus.cc:3055] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:47.333014  3500 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:47.333827  3500 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.339057  3881 raft_consensus.cc:697] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Becoming Leader. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Running, Role: LEADER
I20260630 12:12:47.339063  3500 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:47.340029  3881 consensus_queue.cc:237] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [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: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:47.353189  3323 catalog_manager.cc:5697] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: term changed from 1 to 2, leader changed from 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) to ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "ae3516da574e4a25bd1d17dcf6422292" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:47.359854  3572 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.361415  3792 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:47.369442  3373 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:12:47.369856  3373 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for b4228ce8959c4229b6d9ada43352accf already in progress
W20260630 12:12:47.370088  3373 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for b4228ce8959c4229b6d9ada43352accf already in progress
I20260630 12:12:47.372895  3574 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32950
I20260630 12:12:47.373610  3574 raft_consensus.cc:606] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:12:47.375864  3500 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 2.
I20260630 12:12:47.377794  3574 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32950
I20260630 12:12:47.378445  3574 raft_consensus.cc:606] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:12:47.381784  3574 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32950
I20260630 12:12:47.382552  3574 raft_consensus.cc:606] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Received request to transfer leadership
I20260630 12:12:47.388487  3885 ts_tablet_manager.cc:933] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:47.391671  3885 tablet_copy_client.cc:323] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41815
I20260630 12:12:47.393469  3512 tablet_copy_service.cc:140] P cf7dcb8bd3ae422c92800316cd835517: Received BeginTabletCopySession request for tablet 8db8c23b3d6e460089e34a16d36c4ba3 from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:42734)
I20260630 12:12:47.393989  3512 tablet_copy_service.cc:161] P cf7dcb8bd3ae422c92800316cd835517: Beginning new tablet copy session on tablet 8db8c23b3d6e460089e34a16d36c4ba3 from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:42734: session id = ae3516da574e4a25bd1d17dcf6422292-8db8c23b3d6e460089e34a16d36c4ba3
I20260630 12:12:47.398913  3500 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:47.400413  3797 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:47.400889  3512 tablet_copy_source_session.cc:215] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:47.403955  3885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8db8c23b3d6e460089e34a16d36c4ba3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:47.410266  3797 raft_consensus.cc:993] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: : Instructing follower cf7dcb8bd3ae422c92800316cd835517 to start an election
I20260630 12:12:47.410712  3797 raft_consensus.cc:1081] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Signalling peer cf7dcb8bd3ae422c92800316cd835517 to start an election
I20260630 12:12:47.415648  3500 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
 from {username='slave'} at 127.0.0.1:41872
I20260630 12:12:47.416265  3500 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
W20260630 12:12:47.416534  3392 consensus_peers.cc:597] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4228ce8959c4229b6d9ada43352accf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:47.416652  3500 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.420137  3572 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:47.421744  3797 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:47.423429  3500 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.424623  3502 raft_consensus.cc:1240] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Rejecting Update request from peer 5fe4eafd713a4275af0b2e50d946e952 for earlier term 2. Current term is 3. Ops: []
I20260630 12:12:47.426177  3500 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 3 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.428450  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:47.429212  3422 raft_consensus.cc:3055] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:12:47.429327  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.429600  3422 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:47.429852  3574 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.430567  3422 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.432076  3422 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.435639  3574 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 3.
I20260630 12:12:47.436866  3466 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:47.437671  3863 raft_consensus.cc:2804] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:47.438107  3863 raft_consensus.cc:697] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:47.438871  3863 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.439834  3422 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 3.
I20260630 12:12:47.444228  3885 tablet_copy_client.cc:806] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:47.445984  3885 tablet_copy_client.cc:670] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:47.448614  3322 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 2 to 3, leader changed from 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.451108  3885 tablet_copy_client.cc:538] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:47.460274  3885 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:47.476490  3885 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: 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:47.477165  3885 tablet_bootstrap.cc:492] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:47.477679  3885 ts_tablet_manager.cc:1403] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260630 12:12:47.480178  3885 raft_consensus.cc:359] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.480756  3885 raft_consensus.cc:740] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:47.481227  3885 consensus_queue.cc:260] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.483139  3885 ts_tablet_manager.cc:1434] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:12:47.484737  3512 tablet_copy_service.cc:342] P cf7dcb8bd3ae422c92800316cd835517: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-8db8c23b3d6e460089e34a16d36c4ba3 received from {username='slave'} at 127.0.0.1:42734
I20260630 12:12:47.485116  3512 tablet_copy_service.cc:434] P cf7dcb8bd3ae422c92800316cd835517: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-8db8c23b3d6e460089e34a16d36c4ba3 on tablet 8db8c23b3d6e460089e34a16d36c4ba3 with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:47.578933  3502 raft_consensus.cc:1275] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.580482  3883 consensus_queue.cc:1048] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.590359  3422 raft_consensus.cc:1275] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.591960  3789 consensus_queue.cc:1048] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.613178  3502 raft_consensus.cc:1275] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:47.614293  3797 consensus_queue.cc:1048] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.625237  3574 raft_consensus.cc:1275] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:47.626439  3797 consensus_queue.cc:1048] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.645869  3502 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.647193  3797 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:47.666344  3574 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:12:47.667614  3787 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:47.692996  3373 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:12:47.693379  3373 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 620ecc9545ea4ccc8ed5523350c1a389 already in progress
W20260630 12:12:47.693602  3373 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 620ecc9545ea4ccc8ed5523350c1a389 already in progress
I20260630 12:12:47.695417  3502 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:12:47.696915  3789 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:47.701895  3666 raft_consensus.cc:993] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: : Instructing follower cf7dcb8bd3ae422c92800316cd835517 to start an election
I20260630 12:12:47.702364  3666 raft_consensus.cc:1081] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Signalling peer cf7dcb8bd3ae422c92800316cd835517 to start an election
I20260630 12:12:47.706933  3500 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
 from {username='slave'} at 127.0.0.1:41884
I20260630 12:12:47.707756  3422 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:12:47.708513  3541 consensus_peers.cc:597] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 620ecc9545ea4ccc8ed5523350c1a389. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:47.711217  3500 raft_consensus.cc:493] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:47.711073  3666 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:47.711699  3500 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.719008  3500 raft_consensus.cc:515] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.722038  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:47.722759  3422 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.728950  3422 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 3.
I20260630 12:12:47.730929  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "620ecc9545ea4ccc8ed5523350c1a389" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:47.732398  3574 raft_consensus.cc:3055] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:12:47.732705  3574 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:47.734040  3574 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.735671  3574 raft_consensus.cc:3060] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:12:47.740819  3574 raft_consensus.cc:2468] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cf7dcb8bd3ae422c92800316cd835517 in term 3.
I20260630 12:12:47.731860  3500 leader_election.cc:290] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 3 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:47.741945  3466 leader_election.cc:304] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [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: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:47.742905  3863 raft_consensus.cc:2804] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:12:47.743403  3863 raft_consensus.cc:697] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Becoming Leader. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:47.744578  3863 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [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: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:47.751017  3322 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: term changed from 2 to 3, leader changed from 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) to cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:47.850497  3726 raft_consensus.cc:1217] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:47.868490  3574 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:47.870131  3645 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:47.874303  3422 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:47.876053  3905 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:47.894131  3572 raft_consensus.cc:1275] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:47.895471  3882 consensus_queue.cc:1048] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:47.895678  3467 consensus_peers.cc:597] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4228ce8959c4229b6d9ada43352accf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:47.938239  3422 raft_consensus.cc:1275] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:47.941366  3882 consensus_queue.cc:1048] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:48.267184  3467 consensus_peers.cc:597] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 620ecc9545ea4ccc8ed5523350c1a389. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:48.283087  3905 raft_consensus.cc:1064] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:48.285364  3905 consensus_queue.cc:237] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:48.301616  3572 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:48.303591  3645 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:48.304055  3422 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:48.305670  3645 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:48.306816  3726 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:48.311604  3904 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:48.329869  3423 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:48.331668  3904 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:48.341526  3572 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:48.343133  3901 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:48.343808  3899 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.361476  3322 catalog_manager.cc:5697] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:48.353482  3423 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.376142  3727 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.377632  3574 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.442401  3500 consensus_queue.cc:237] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:48.451115  3574 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:48.452701  3645 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:48.456348  3726 raft_consensus.cc:1275] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:48.460942  3645 consensus_queue.cc:1048] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:48.464112  3918 ts_tablet_manager.cc:933] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:48.471448  3905 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.479739  3918 tablet_copy_client.cc:323] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41815
I20260630 12:12:48.487555  3512 tablet_copy_service.cc:140] P cf7dcb8bd3ae422c92800316cd835517: Received BeginTabletCopySession request for tablet b4228ce8959c4229b6d9ada43352accf from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:42734)
I20260630 12:12:48.488090  3512 tablet_copy_service.cc:161] P cf7dcb8bd3ae422c92800316cd835517: Beginning new tablet copy session on tablet b4228ce8959c4229b6d9ada43352accf from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:42734: session id = ae3516da574e4a25bd1d17dcf6422292-b4228ce8959c4229b6d9ada43352accf
I20260630 12:12:48.495177  3512 tablet_copy_source_session.cc:215] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:48.496687  3574 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.494798  3726 raft_consensus.cc:2955] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:48.501003  3918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4228ce8959c4229b6d9ada43352accf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:48.510794  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8db8c23b3d6e460089e34a16d36c4ba3 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:48.516508  3325 catalog_manager.cc:5697] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:48.528052  3918 tablet_copy_client.cc:806] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:48.529263  3918 tablet_copy_client.cc:670] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:48.531567  3412 tablet_service.cc:1558] Processing DeleteTablet for tablet 8db8c23b3d6e460089e34a16d36c4ba3 with delete_type TABLET_DATA_TOMBSTONED (TS 5fe4eafd713a4275af0b2e50d946e952 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:48.535020  3922 tablet_replica.cc:333] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:48.535084  3918 tablet_copy_client.cc:538] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:48.536015  3922 raft_consensus.cc:2243] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:48.536798  3922 raft_consensus.cc:2272] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:48.539729  3922 ts_tablet_manager.cc:1916] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:48.545277  3918 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:48.561208  3922 ts_tablet_manager.cc:1929] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:48.561769  3922 log.cc:1199] T 8db8c23b3d6e460089e34a16d36c4ba3 P 5fe4eafd713a4275af0b2e50d946e952: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root/wals/8db8c23b3d6e460089e34a16d36c4ba3
I20260630 12:12:48.563262  3309 catalog_manager.cc:5028] TS 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): tablet 8db8c23b3d6e460089e34a16d36c4ba3 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:48.568797  3918 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: 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:12:48.569451  3918 tablet_bootstrap.cc:492] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:48.569940  3918 ts_tablet_manager.cc:1403] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.027s	user 0.025s	sys 0.000s
I20260630 12:12:48.573128  3918 raft_consensus.cc:359] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:48.573948  3918 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:48.574584  3918 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:48.576421  3918 ts_tablet_manager.cc:1434] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:12:48.578104  3512 tablet_copy_service.cc:342] P cf7dcb8bd3ae422c92800316cd835517: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-b4228ce8959c4229b6d9ada43352accf received from {username='slave'} at 127.0.0.1:42734
I20260630 12:12:48.578488  3512 tablet_copy_service.cc:434] P cf7dcb8bd3ae422c92800316cd835517: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-b4228ce8959c4229b6d9ada43352accf on tablet b4228ce8959c4229b6d9ada43352accf with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:48.688360  3918 ts_tablet_manager.cc:933] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:48.692093  3918 tablet_copy_client.cc:323] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41815
I20260630 12:12:48.693773  3512 tablet_copy_service.cc:140] P cf7dcb8bd3ae422c92800316cd835517: Received BeginTabletCopySession request for tablet 620ecc9545ea4ccc8ed5523350c1a389 from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:42734)
I20260630 12:12:48.694195  3512 tablet_copy_service.cc:161] P cf7dcb8bd3ae422c92800316cd835517: Beginning new tablet copy session on tablet 620ecc9545ea4ccc8ed5523350c1a389 from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:42734: session id = ae3516da574e4a25bd1d17dcf6422292-620ecc9545ea4ccc8ed5523350c1a389
I20260630 12:12:48.698859  3512 tablet_copy_source_session.cc:215] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:48.701589  3918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 620ecc9545ea4ccc8ed5523350c1a389. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:48.712953  3918 tablet_copy_client.cc:806] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:48.713454  3918 tablet_copy_client.cc:670] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:48.716741  3918 tablet_copy_client.cc:538] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:48.722527  3918 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:48.741669  3918 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: 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:12:48.742357  3918 tablet_bootstrap.cc:492] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:48.742851  3918 ts_tablet_manager.cc:1403] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.005s
I20260630 12:12:48.744876  3918 raft_consensus.cc:359] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:48.745431  3918 raft_consensus.cc:740] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:48.745895  3918 consensus_queue.cc:260] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:48.747552  3918 ts_tablet_manager.cc:1434] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.004s
I20260630 12:12:48.749508  3512 tablet_copy_service.cc:342] P cf7dcb8bd3ae422c92800316cd835517: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-620ecc9545ea4ccc8ed5523350c1a389 received from {username='slave'} at 127.0.0.1:42734
I20260630 12:12:48.749944  3512 tablet_copy_service.cc:434] P cf7dcb8bd3ae422c92800316cd835517: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-620ecc9545ea4ccc8ed5523350c1a389 on tablet 620ecc9545ea4ccc8ed5523350c1a389 with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:48.893827  3726 raft_consensus.cc:1217] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Deduplicated request from leader. Original: 2.3->[3.4-3.4]   Dedup: 3.4->[]
I20260630 12:12:48.982561  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:48.997352  3425 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "07063b322acf449c84812381c7505292"
dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
mode: GRACEFUL
new_leader_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:52726
I20260630 12:12:48.997962  3425 raft_consensus.cc:606] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Received request to transfer leadership to TS ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:49.000474  3500 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
mode: GRACEFUL
new_leader_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:42754
I20260630 12:12:49.000936  3500 raft_consensus.cc:606] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Received request to transfer leadership to TS ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:49.003132  3500 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
mode: GRACEFUL
new_leader_uuid: "1069738adcbe4097abab2a3d5c57bec8"
 from {username='slave'} at 127.0.0.1:42754
I20260630 12:12:49.003604  3500 raft_consensus.cc:606] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Received request to transfer leadership to TS 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:49.004606  3378 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260630 12:12:49.005378  3378 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:49.097229  3905 raft_consensus.cc:993] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: : Instructing follower ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:49.097649  3904 raft_consensus.cc:1081] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Signalling peer ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:49.099108  3726 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60"
dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:50896
I20260630 12:12:49.099610  3726 raft_consensus.cc:493] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:49.099898  3726 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.104233  3726 raft_consensus.cc:515] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:49.105720  3726 leader_election.cc:290] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 2 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:49.106657  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:49.106969  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ba72aad0cb94c60ac582e88b9ab4a60" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:49.107291  3500 raft_consensus.cc:3055] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:49.107540  3574 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.107700  3500 raft_consensus.cc:740] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:49.108534  3500 consensus_queue.cc:260] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:49.109726  3500 raft_consensus.cc:3060] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.113556  3574 raft_consensus.cc:2468] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:49.114758  3688 leader_election.cc:304] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [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: 1069738adcbe4097abab2a3d5c57bec8, ae3516da574e4a25bd1d17dcf6422292; no voters: 
I20260630 12:12:49.115621  3908 raft_consensus.cc:2804] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:49.116139  3500 raft_consensus.cc:2468] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:49.116645  3908 raft_consensus.cc:697] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Becoming Leader. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Running, Role: LEADER
I20260630 12:12:49.117653  3908 consensus_queue.cc:237] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:49.125057  3325 catalog_manager.cc:5697] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: term changed from 1 to 2, leader changed from cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) to ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "ae3516da574e4a25bd1d17dcf6422292" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:49.142601  3726 raft_consensus.cc:1217] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Deduplicated request from leader. Original: 2.3->[3.4-3.4]   Dedup: 3.4->[]
I20260630 12:12:49.251965  3932 raft_consensus.cc:993] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: : Instructing follower ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:49.252441  3932 raft_consensus.cc:1081] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Signalling peer ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:49.254096  3726 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "07063b322acf449c84812381c7505292"
dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:50912
I20260630 12:12:49.254663  3726 raft_consensus.cc:493] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:49.254956  3726 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.259807  3726 raft_consensus.cc:515] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:49.261473  3726 leader_election.cc:290] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 2 election: Requested vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:49.262585  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:49.263204  3423 raft_consensus.cc:3055] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:49.263576  3423 raft_consensus.cc:740] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Running, Role: LEADER
I20260630 12:12:49.263224  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:49.264376  3500 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.264338  3423 consensus_queue.cc:260] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:49.268054  3423 raft_consensus.cc:3060] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:49.272049  3500 raft_consensus.cc:2468] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:49.273387  3688 leader_election.cc:304] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [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: ae3516da574e4a25bd1d17dcf6422292, cf7dcb8bd3ae422c92800316cd835517; no voters: 
I20260630 12:12:49.274250  3908 raft_consensus.cc:2804] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:49.274964  3908 raft_consensus.cc:697] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Becoming Leader. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Running, Role: LEADER
I20260630 12:12:49.275434  3423 raft_consensus.cc:2468] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:49.275745  3908 consensus_queue.cc:237] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:49.283537  3324 catalog_manager.cc:5697] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: term changed from 1 to 2, leader changed from 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) to ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "ae3516da574e4a25bd1d17dcf6422292" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:49.454268  3905 raft_consensus.cc:993] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: : Instructing follower 1069738adcbe4097abab2a3d5c57bec8 to start an election
I20260630 12:12:49.454762  3905 raft_consensus.cc:1081] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Signalling peer 1069738adcbe4097abab2a3d5c57bec8 to start an election
I20260630 12:12:49.456354  3574 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
 from {username='slave'} at 127.0.0.1:32978
I20260630 12:12:49.456902  3574 raft_consensus.cc:493] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:49.457226  3574 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:49.463150  3905 raft_consensus.cc:1064] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
W20260630 12:12:49.463542  3905 raft_consensus.cc:1068] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: Unable to promote non-voter ae3516da574e4a25bd1d17dcf6422292: Service unavailable: leader transfer in progress
I20260630 12:12:49.463593  3574 raft_consensus.cc:515] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:49.465593  3574 leader_election.cc:290] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 4 election: Requested vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:49.466228  3500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 4 candidate_status { last_received { term: 3 index: 4 } } ignore_live_leader: true dest_uuid: "cf7dcb8bd3ae422c92800316cd835517"
I20260630 12:12:49.466627  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4228ce8959c4229b6d9ada43352accf" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 4 candidate_status { last_received { term: 3 index: 4 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:49.466809  3500 raft_consensus.cc:3055] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:12:49.467247  3500 raft_consensus.cc:740] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Running, Role: LEADER
I20260630 12:12:49.467271  3423 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:49.468236  3500 consensus_queue.cc:260] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:49.469709  3500 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:12:49.473968  3423 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 4.
I20260630 12:12:49.475191  3539 leader_election.cc:304] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952; no voters: 
I20260630 12:12:49.475961  3666 raft_consensus.cc:2804] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:12:49.476382  3666 raft_consensus.cc:697] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 LEADER]: Becoming Leader. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:49.476608  3500 raft_consensus.cc:2468] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1069738adcbe4097abab2a3d5c57bec8 in term 4.
I20260630 12:12:49.477087  3666 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:49.484400  3324 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: term changed from 3 to 4, leader changed from cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) to 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195). New cstate: current_term: 4 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:49.514830  3500 raft_consensus.cc:1275] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:49.517262  3908 consensus_queue.cc:1048] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:49.528846  3574 raft_consensus.cc:1275] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:49.530709  3908 consensus_queue.cc:1048] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:49.534780  3905 raft_consensus.cc:1064] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:49.537318  3905 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 3, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:49.549044  3726 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:49.550463  3572 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:49.553876  3423 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:49.556221  3904 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:49.564699  3904 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:49.566128  3905 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:12:49.580272  3904 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 2 to 5, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.582942  3423 consensus_queue.cc:237] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:49.586620  3726 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.601065  3324 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: config changed from index 2 to 5, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.604965  3425 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
W20260630 12:12:49.608367  3392 consensus_peers.cc:597] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ccb7fb790a5e4737a22dc5221af773ee. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:49.611315  3500 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:12:49.611459  3572 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:12:49.613312  3792 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:49.613770  3572 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.615161  3792 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:49.633011  3502 consensus_queue.cc:237] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:49.640429  3425 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260630 12:12:49.642055  3905 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:12:49.643815  3726 raft_consensus.cc:1275] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260630 12:12:49.648762  3905 consensus_queue.cc:1048] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:12:49.656454  3904 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.660122  3425 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.663053  3726 raft_consensus.cc:2955] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.673879  3792 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.674907  3323 catalog_manager.cc:5697] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: config changed from index 5 to 6, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:49.680002  3574 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.687968  3566 tablet_service.cc:1558] Processing DeleteTablet for tablet 620ecc9545ea4ccc8ed5523350c1a389 with delete_type TABLET_DATA_TOMBSTONED (TS 1069738adcbe4097abab2a3d5c57bec8 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:32950
I20260630 12:12:49.690371  3500 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.696652  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 620ecc9545ea4ccc8ed5523350c1a389 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:49.700945  3323 catalog_manager.cc:5697] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
W20260630 12:12:49.706467  3373 auto_rebalancer.cc:639] Failed to schedule move for tablet b4228ce8959c4229b6d9ada43352accf: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:12:49.711299  3572 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:49.714423  3947 tablet_replica.cc:333] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:49.715380  3947 raft_consensus.cc:2243] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:49.716019  3947 raft_consensus.cc:2272] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:49.719674  3947 ts_tablet_manager.cc:1916] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:49.731670  3500 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:49.731688  3425 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:49.733371  3666 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:49.734545  3926 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:49.737253  3541 consensus_peers.cc:597] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b189c980b51a46a199ac96dcde2b5425. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:49.738857  3947 ts_tablet_manager.cc:1929] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260630 12:12:49.739373  3947 log.cc:1199] T 620ecc9545ea4ccc8ed5523350c1a389 P 1069738adcbe4097abab2a3d5c57bec8: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root/wals/620ecc9545ea4ccc8ed5523350c1a389
I20260630 12:12:49.741082  3310 catalog_manager.cc:5028] TS 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): tablet 620ecc9545ea4ccc8ed5523350c1a389 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:49.750120  3926 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.752707  3500 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.764761  3425 consensus_queue.cc:237] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } }
I20260630 12:12:49.766119  3324 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
W20260630 12:12:49.782477  3391 consensus_peers.cc:597] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 -> Peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815): Couldn't send request to peer cf7dcb8bd3ae422c92800316cd835517. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f403d59183034bbaad6c88c90881d8cd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:49.783399  3726 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:49.785226  3792 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:49.792150  3423 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:49.797132  3792 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } } }
I20260630 12:12:49.800570  3572 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:49.802084  3932 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:49.804378  3727 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } } }
I20260630 12:12:49.809780  3500 raft_consensus.cc:1275] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:49.812330  3908 consensus_queue.cc:1048] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:49.828975  3323 catalog_manager.cc:5697] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index -1 to 2, NON_VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:49.836019  3423 raft_consensus.cc:1275] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:49.837816  3927 consensus_queue.cc:1048] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:49.853933  3572 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } } }
I20260630 12:12:49.905632  3727 raft_consensus.cc:3060] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Advancing to term 4
I20260630 12:12:49.915181  3727 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 LEARNER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260630 12:12:49.916564  3955 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:49.925800  3955 raft_consensus.cc:1064] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
W20260630 12:12:49.926220  3955 raft_consensus.cc:1068] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: Unable to promote non-voter ae3516da574e4a25bd1d17dcf6422292: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:12:49.949774  3423 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260630 12:12:49.951035  3953 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:12:49.972127  3952 raft_consensus.cc:1064] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:49.973273  3502 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260630 12:12:49.974285  3952 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 4.5, Last appended by leader: 4, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:49.987179  3727 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 LEARNER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:12:49.988910  3926 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:12:49.997538  3502 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:12:49.999802  3425 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260630 12:12:49.999666  3926 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:50.002545  3926 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:12:50.010426  3954 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 LEADER]: Committing config change with OpId 4.6: config changed from index 2 to 6, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.021575  3425 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 2 to 6, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.026979  3727 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 2 to 6, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.038089  3323 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index 2 to 6, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:50.069118  3502 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 2 to 6, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.076488  3572 consensus_queue.cc:237] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 4.6, Last appended by leader: 4, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:50.083066  3727 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 4 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:12:50.086442  3954 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:12:50.093832  3666 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 LEADER]: Committing config change with OpId 4.7: config changed from index 6 to 7, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.095082  3500 raft_consensus.cc:1275] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 4 index: 6. Preceding OpId from leader: term: 4 index: 7. (index mismatch)
I20260630 12:12:50.102159  3955 consensus_queue.cc:1048] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:12:50.106644  3500 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Committing config change with OpId 4.7: config changed from index 6 to 7, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.114652  3727 raft_consensus.cc:2955] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 FOLLOWER]: Committing config change with OpId 4.7: config changed from index 6 to 7, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.120136  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b4228ce8959c4229b6d9ada43352accf with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:50.120237  3325 catalog_manager.cc:5697] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index 6 to 7, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New cstate: current_term: 4 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:50.132830  3412 tablet_service.cc:1558] Processing DeleteTablet for tablet b4228ce8959c4229b6d9ada43352accf with delete_type TABLET_DATA_TOMBSTONED (TS 5fe4eafd713a4275af0b2e50d946e952 not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:50.163128  3966 tablet_replica.cc:333] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:50.163760  3967 ts_tablet_manager.cc:933] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:50.164403  3966 raft_consensus.cc:2243] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:50.165800  3966 raft_consensus.cc:2272] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:50.168987  3966 ts_tablet_manager.cc:1916] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:50.180244  3969 ts_tablet_manager.cc:933] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:50.181252  3967 tablet_copy_client.cc:323] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38971
I20260630 12:12:50.183265  3437 tablet_copy_service.cc:140] P 5fe4eafd713a4275af0b2e50d946e952: Received BeginTabletCopySession request for tablet ccb7fb790a5e4737a22dc5221af773ee from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:52714)
I20260630 12:12:50.183852  3437 tablet_copy_service.cc:161] P 5fe4eafd713a4275af0b2e50d946e952: Beginning new tablet copy session on tablet ccb7fb790a5e4737a22dc5221af773ee from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:52714: session id = ae3516da574e4a25bd1d17dcf6422292-ccb7fb790a5e4737a22dc5221af773ee
I20260630 12:12:50.191475  3437 tablet_copy_source_session.cc:215] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:50.195140  3967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ccb7fb790a5e4737a22dc5221af773ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.200547  3966 ts_tablet_manager.cc:1929] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 4.6
I20260630 12:12:50.201066  3966 log.cc:1199] T b4228ce8959c4229b6d9ada43352accf P 5fe4eafd713a4275af0b2e50d946e952: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root/wals/b4228ce8959c4229b6d9ada43352accf
I20260630 12:12:50.195156  3969 tablet_copy_client.cc:323] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43439
I20260630 12:12:50.203001  3309 catalog_manager.cc:5028] TS 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): tablet b4228ce8959c4229b6d9ada43352accf (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:50.204630  3586 tablet_copy_service.cc:140] P 1069738adcbe4097abab2a3d5c57bec8: Received BeginTabletCopySession request for tablet b189c980b51a46a199ac96dcde2b5425 from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:51074)
I20260630 12:12:50.205168  3586 tablet_copy_service.cc:161] P 1069738adcbe4097abab2a3d5c57bec8: Beginning new tablet copy session on tablet b189c980b51a46a199ac96dcde2b5425 from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:51074: session id = ae3516da574e4a25bd1d17dcf6422292-b189c980b51a46a199ac96dcde2b5425
I20260630 12:12:50.213354  3586 tablet_copy_source_session.cc:215] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:50.216753  3969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b189c980b51a46a199ac96dcde2b5425. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.222951  3967 tablet_copy_client.cc:806] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:50.223778  3967 tablet_copy_client.cc:670] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:50.228276  3967 tablet_copy_client.cc:538] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:50.234606  3969 tablet_copy_client.cc:806] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:50.235242  3969 tablet_copy_client.cc:670] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:50.239105  3969 tablet_copy_client.cc:538] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:50.243782  3967 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:50.250195  3969 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:50.302417  3967 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: 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:50.306531  3973 ts_tablet_manager.cc:933] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: Initiating tablet copy from peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:50.308363  3967 tablet_bootstrap.cc:492] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:50.313364  3967 ts_tablet_manager.cc:1403] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.070s	user 0.021s	sys 0.007s
I20260630 12:12:50.318387  3967 raft_consensus.cc:359] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:50.321524  3973 tablet_copy_client.cc:323] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38971
I20260630 12:12:50.321754  3967 raft_consensus.cc:740] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:50.321339  3969 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: 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:50.324213  3969 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:50.324021  3437 tablet_copy_service.cc:140] P 5fe4eafd713a4275af0b2e50d946e952: Received BeginTabletCopySession request for tablet f403d59183034bbaad6c88c90881d8cd from peer cf7dcb8bd3ae422c92800316cd835517 ({username='slave'} at 127.0.0.1:55286)
I20260630 12:12:50.325120  3969 ts_tablet_manager.cc:1403] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.075s	user 0.021s	sys 0.007s
I20260630 12:12:50.325037  3437 tablet_copy_service.cc:161] P 5fe4eafd713a4275af0b2e50d946e952: Beginning new tablet copy session on tablet f403d59183034bbaad6c88c90881d8cd from peer cf7dcb8bd3ae422c92800316cd835517 at {username='slave'} at 127.0.0.1:55286: session id = cf7dcb8bd3ae422c92800316cd835517-f403d59183034bbaad6c88c90881d8cd
I20260630 12:12:50.322712  3967 consensus_queue.cc:260] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:50.331710  3967 ts_tablet_manager.cc:1434] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.006s
I20260630 12:12:50.333513  3969 raft_consensus.cc:359] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:50.334100  3436 tablet_copy_service.cc:342] P 5fe4eafd713a4275af0b2e50d946e952: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-ccb7fb790a5e4737a22dc5221af773ee received from {username='slave'} at 127.0.0.1:52714
I20260630 12:12:50.334450  3969 raft_consensus.cc:740] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:50.334594  3436 tablet_copy_service.cc:434] P 5fe4eafd713a4275af0b2e50d946e952: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-ccb7fb790a5e4737a22dc5221af773ee on tablet ccb7fb790a5e4737a22dc5221af773ee with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:50.335309  3969 consensus_queue.cc:260] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:50.338449  3969 ts_tablet_manager.cc:1434] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:12:50.341284  3586 tablet_copy_service.cc:342] P 1069738adcbe4097abab2a3d5c57bec8: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-b189c980b51a46a199ac96dcde2b5425 received from {username='slave'} at 127.0.0.1:51074
I20260630 12:12:50.341905  3586 tablet_copy_service.cc:434] P 1069738adcbe4097abab2a3d5c57bec8: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-b189c980b51a46a199ac96dcde2b5425 on tablet b189c980b51a46a199ac96dcde2b5425 with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:50.356225  3437 tablet_copy_source_session.cc:215] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:50.360649  3973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f403d59183034bbaad6c88c90881d8cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:50.380736  3973 tablet_copy_client.cc:806] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:50.381348  3973 tablet_copy_client.cc:670] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:50.385188  3973 tablet_copy_client.cc:538] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:50.390892  3973 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: Bootstrap starting.
I20260630 12:12:50.432392  3973 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: 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:50.433317  3973 tablet_bootstrap.cc:492] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: Bootstrap complete.
I20260630 12:12:50.434015  3973 ts_tablet_manager.cc:1403] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: Time spent bootstrapping tablet: real 0.043s	user 0.013s	sys 0.025s
I20260630 12:12:50.437471  3973 raft_consensus.cc:359] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } }
I20260630 12:12:50.438489  3973 raft_consensus.cc:740] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cf7dcb8bd3ae422c92800316cd835517, State: Initialized, Role: LEARNER
I20260630 12:12:50.439018  3973 consensus_queue.cc:260] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: true } }
I20260630 12:12:50.441495  3973 ts_tablet_manager.cc:1434] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:12:50.443265  3437 tablet_copy_service.cc:342] P 5fe4eafd713a4275af0b2e50d946e952: Request end of tablet copy session cf7dcb8bd3ae422c92800316cd835517-f403d59183034bbaad6c88c90881d8cd received from {username='slave'} at 127.0.0.1:55286
I20260630 12:12:50.443670  3437 tablet_copy_service.cc:434] P 5fe4eafd713a4275af0b2e50d946e952: ending tablet copy session cf7dcb8bd3ae422c92800316cd835517-f403d59183034bbaad6c88c90881d8cd on tablet f403d59183034bbaad6c88c90881d8cd with peer cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:50.587853  3727 raft_consensus.cc:1217] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:50.712610  3727 raft_consensus.cc:1217] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:12:50.887907  3500 raft_consensus.cc:1217] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:51.006683  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:51.054737  3572 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc"
dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
mode: GRACEFUL
new_leader_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:51098
I20260630 12:12:51.055513  3572 raft_consensus.cc:606] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Received request to transfer leadership to TS ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:51.055810  3955 raft_consensus.cc:1064] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:51.057111  3378 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:12:51.057956  3378 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:51.058571  3955 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:51.074868  3727 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 LEARNER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:51.077085  3500 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:51.078687  3425 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:51.078553  3954 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:51.092645  3955 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:51.094599  3666 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } 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:51.094856  3977 raft_consensus.cc:1064] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:51.100852  3977 consensus_queue.cc:237] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:51.118965  3666 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.121145  3425 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.132920  3726 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.136091  3727 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:51.138370  3932 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:51.154137  3500 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:51.155970  3932 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:51.175668  3325 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.187148  3572 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:51.191116  3932 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:51.199066  3792 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.227919  3572 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.228636  3727 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.232316  3502 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.245765  3500 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { replace: true } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.275354  3323 catalog_manager.cc:5697] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { replace: true } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.289836  3955 raft_consensus.cc:993] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: : Instructing follower ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:51.290428  3981 raft_consensus.cc:1081] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Signalling peer ae3516da574e4a25bd1d17dcf6422292 to start an election
I20260630 12:12:51.292260  3727 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc"
dest_uuid: "ae3516da574e4a25bd1d17dcf6422292"
 from {username='slave'} at 127.0.0.1:50880
I20260630 12:12:51.292826  3727 raft_consensus.cc:493] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:12:51.293118  3727 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:51.308646  3425 consensus_queue.cc:237] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:51.299235  3727 raft_consensus.cc:515] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:51.312474  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1069738adcbe4097abab2a3d5c57bec8"
I20260630 12:12:51.313112  3572 raft_consensus.cc:3055] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:12:51.313396  3572 raft_consensus.cc:740] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Running, Role: LEADER
I20260630 12:12:51.314060  3572 consensus_queue.cc:260] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [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: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:51.315171  3726 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:51.315171  3572 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:51.317585  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "834ce1b6fc6b4dbc8686949dcb8da9bc" candidate_uuid: "ae3516da574e4a25bd1d17dcf6422292" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5fe4eafd713a4275af0b2e50d946e952"
I20260630 12:12:51.318099  3423 raft_consensus.cc:3060] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:12:51.318199  3502 raft_consensus.cc:1275] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:51.322672  3572 raft_consensus.cc:2468] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:51.324014  3574 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [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: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:51.324506  3423 raft_consensus.cc:2468] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ae3516da574e4a25bd1d17dcf6422292 in term 2.
I20260630 12:12:51.325722  3687 leader_election.cc:304] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [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: 5fe4eafd713a4275af0b2e50d946e952, ae3516da574e4a25bd1d17dcf6422292; no voters: 
I20260630 12:12:51.327921  3908 raft_consensus.cc:2804] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:12:51.334206  3502 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:51.334474  3726 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: 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:51.336241  3955 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:51.338056  3955 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:51.318300  3992 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.023s
I20260630 12:12:51.341655  3792 consensus_queue.cc:1048] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:51.344811  3666 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.346251  3727 leader_election.cc:290] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [CANDIDATE]: Term 2 election: Requested vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:51.353467  3908 raft_consensus.cc:697] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Becoming Leader. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Running, Role: LEADER
I20260630 12:12:51.354902  3502 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.356381  3792 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.357503  3726 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.354421  3908 consensus_queue.cc:237] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [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: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } }
I20260630 12:12:51.365547  3500 raft_consensus.cc:2955] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.372211  3309 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ccb7fb790a5e4737a22dc5221af773ee with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:51.377184  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b189c980b51a46a199ac96dcde2b5425 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:51.382088  3324 catalog_manager.cc:5697] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index 4 to 5, VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:51.385102  3325 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:51.386595  3726 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:51.411262  3566 tablet_service.cc:1558] Processing DeleteTablet for tablet ccb7fb790a5e4737a22dc5221af773ee with delete_type TABLET_DATA_TOMBSTONED (TS 1069738adcbe4097abab2a3d5c57bec8 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:32950
I20260630 12:12:51.412961  3412 tablet_service.cc:1558] Processing DeleteTablet for tablet b189c980b51a46a199ac96dcde2b5425 with delete_type TABLET_DATA_TOMBSTONED (TS 5fe4eafd713a4275af0b2e50d946e952 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55276
I20260630 12:12:51.413437  3998 tablet_replica.cc:333] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:51.416296  3322 catalog_manager.cc:5697] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: term changed from 1 to 2, leader changed from 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) to ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "ae3516da574e4a25bd1d17dcf6422292" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: UNKNOWN } } }
I20260630 12:12:51.428535  3999 tablet_replica.cc:333] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:51.429761  3999 raft_consensus.cc:2243] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:51.430677  3999 raft_consensus.cc:2272] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.414471  3998 raft_consensus.cc:2243] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:51.433966  3998 raft_consensus.cc:2272] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.434623  3999 ts_tablet_manager.cc:1916] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:51.446357  3998 ts_tablet_manager.cc:1916] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:51.452807  3792 raft_consensus.cc:1064] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: attempting to promote NON_VOTER cf7dcb8bd3ae422c92800316cd835517 to VOTER
I20260630 12:12:51.455132  3792 consensus_queue.cc:237] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } }
I20260630 12:12:51.459966  3999 ts_tablet_manager.cc:1929] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:51.460510  3999 log.cc:1199] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-0-root/wals/b189c980b51a46a199ac96dcde2b5425
I20260630 12:12:51.462277  3309 catalog_manager.cc:5028] TS 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): tablet b189c980b51a46a199ac96dcde2b5425 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:51.468086  3998 ts_tablet_manager.cc:1929] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:12:51.468648  3998 log.cc:1199] T ccb7fb790a5e4737a22dc5221af773ee P 1069738adcbe4097abab2a3d5c57bec8: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-2-root/wals/ccb7fb790a5e4737a22dc5221af773ee
I20260630 12:12:51.470575  3310 catalog_manager.cc:5028] TS 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): tablet ccb7fb790a5e4737a22dc5221af773ee (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:51.474947  3726 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:51.474947  3574 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:51.475237  3500 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEARNER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:51.476495  3977 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:51.477344  3992 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } 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:51.488273  3792 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:51.511116  3977 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.521366  3502 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.527101  3726 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.528806  3322 catalog_manager.cc:5697] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index 2 to 3, cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:51.538687  3574 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.557050  3423 consensus_queue.cc:237] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } }
I20260630 12:12:51.562651  3502 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:51.562575  3574 raft_consensus.cc:1275] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: 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:51.564230  3992 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } 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:51.565161  3792 consensus_queue.cc:1048] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:51.572338  3977 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.579272  3502 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.583676  3309 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f403d59183034bbaad6c88c90881d8cd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:51.581686  3574 raft_consensus.cc:2955] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } } }
I20260630 12:12:51.589998  3322 catalog_manager.cc:5697] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:51.608386  3714 tablet_service.cc:1558] Processing DeleteTablet for tablet f403d59183034bbaad6c88c90881d8cd with delete_type TABLET_DATA_TOMBSTONED (TS ae3516da574e4a25bd1d17dcf6422292 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:54082
I20260630 12:12:51.613652  4004 tablet_replica.cc:333] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:51.614352  4004 raft_consensus.cc:2243] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:51.614904  4004 raft_consensus.cc:2272] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:51.617319  4004 ts_tablet_manager.cc:1916] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:51.627447  4004 ts_tablet_manager.cc:1929] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:51.627851  4004 log.cc:1199] T f403d59183034bbaad6c88c90881d8cd P ae3516da574e4a25bd1d17dcf6422292: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root/wals/f403d59183034bbaad6c88c90881d8cd
I20260630 12:12:51.629446  3311 catalog_manager.cc:5028] TS ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): tablet f403d59183034bbaad6c88c90881d8cd (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:51.843978  3423 raft_consensus.cc:1275] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:51.845264  3908 consensus_queue.cc:1048] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:12:51.855037  3574 raft_consensus.cc:1275] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Refusing update from remote peer ae3516da574e4a25bd1d17dcf6422292: 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:51.856912  3908 consensus_queue.cc:1048] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:12:53.040622  3688 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:43439, user_credentials={real_user=slave}} blocked reactor thread for 58413.4us
I20260630 12:12:53.383949  4017 raft_consensus.cc:493] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader ae3516da574e4a25bd1d17dcf6422292)
I20260630 12:12:53.384547  4017 raft_consensus.cc:515] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } }
I20260630 12:12:53.386720  4017 leader_election.cc:290] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439), ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205)
I20260630 12:12:53.399725  4017 raft_consensus.cc:493] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 1069738adcbe4097abab2a3d5c57bec8)
I20260630 12:12:53.400463  4017 raft_consensus.cc:515] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:53.402714  4017 leader_election.cc:290] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:53.429615  4018 raft_consensus.cc:493] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:53.430402  4018 raft_consensus.cc:515] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:53.432823  4018 leader_election.cc:290] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:53.441331  4017 raft_consensus.cc:493] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader ae3516da574e4a25bd1d17dcf6422292)
I20260630 12:12:53.554834  4017 raft_consensus.cc:515] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } }
I20260630 12:12:53.558286  4017 leader_election.cc:290] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:53.563889  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:53.586529  3378 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:12:53.587342  3378 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:53.587402  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:53.587668  4012 raft_consensus.cc:493] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:53.588161  4012 raft_consensus.cc:515] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } }
I20260630 12:12:53.589810  4012 leader_election.cc:290] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:53.590255  4012 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:53.590562  4012 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:53.592474  4012 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:53.593559  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:53.596968  3425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:53.597826  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:53.597913  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:53.638355  4023 raft_consensus.cc:493] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:53.639093  4023 raft_consensus.cc:515] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } }
I20260630 12:12:53.641603  4023 leader_election.cc:290] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:53.645435  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07063b322acf449c84812381c7505292" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:53.647223  3392 leader_election.cc:304] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952; no voters: ae3516da574e4a25bd1d17dcf6422292, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:53.644850  3725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "ae3516da574e4a25bd1d17dcf6422292" is_pre_election: true
I20260630 12:12:53.647909  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:53.648547  4020 raft_consensus.cc:2749] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:12:53.650367  4023 raft_consensus.cc:493] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5fe4eafd713a4275af0b2e50d946e952)
I20260630 12:12:53.650836  3575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd26d87b74ca47188cc16809033f67c7" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:53.650909  4023 raft_consensus.cc:515] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { promote: false } }
I20260630 12:12:53.653187  4023 leader_election.cc:290] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971), cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:53.657145  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7810678bc1d34f988dac3c5e3f41fb7d" candidate_uuid: "5fe4eafd713a4275af0b2e50d946e952" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:53.667356  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:53.669621  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "5fe4eafd713a4275af0b2e50d946e952" is_pre_election: true
I20260630 12:12:53.670504  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a9ee1dae32347d6b694e1649f97adb6" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:53.674639  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:53.675979  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d0f81620ba94f24b3236c447941b873" candidate_uuid: "cf7dcb8bd3ae422c92800316cd835517" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: false dest_uuid: "1069738adcbe4097abab2a3d5c57bec8" is_pre_election: true
I20260630 12:12:53.679313  3502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f403d59183034bbaad6c88c90881d8cd" candidate_uuid: "1069738adcbe4097abab2a3d5c57bec8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "cf7dcb8bd3ae422c92800316cd835517" is_pre_election: true
I20260630 12:12:53.680070  3391 leader_election.cc:304] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:53.680788  4020 raft_consensus.cc:2749] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:12:53.681125  3466 leader_election.cc:304] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:53.682159  4014 raft_consensus.cc:2749] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:12:53.682749  3391 leader_election.cc:304] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 5fe4eafd713a4275af0b2e50d946e952; no voters: 1069738adcbe4097abab2a3d5c57bec8, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:53.683422  4020 raft_consensus.cc:2749] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:12:53.677414  3574 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } }
I20260630 12:12:53.687572  3466 leader_election.cc:304] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [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: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:53.688267  4014 raft_consensus.cc:2749] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:53.688689  3466 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: cf7dcb8bd3ae422c92800316cd835517; no voters: 1069738adcbe4097abab2a3d5c57bec8, 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:53.690476  4014 raft_consensus.cc:2749] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:12:53.691893  3539 leader_election.cc:304] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:53.691931  3725 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:12:53.691931  3502 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:12:53.692637  4023 raft_consensus.cc:2749] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:12:53.693012  3539 leader_election.cc:304] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [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: 1069738adcbe4097abab2a3d5c57bec8; no voters: 5fe4eafd713a4275af0b2e50d946e952, cf7dcb8bd3ae422c92800316cd835517
I20260630 12:12:53.693733  4023 raft_consensus.cc:2749] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:12:53.693758  4010 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:12:53.694883  4026 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
W20260630 12:12:53.695931  3539 consensus_peers.cc:597] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. 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:12:53.701644  4010 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, NON_VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } } }
I20260630 12:12:53.703414  3502 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, NON_VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } } }
I20260630 12:12:53.703825  3725 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, NON_VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) added. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } } }
I20260630 12:12:53.714323  3323 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 reported cstate change: config changed from index 4 to 5, NON_VOTER 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) added. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } } }
I20260630 12:12:53.717878  3502 consensus_queue.cc:237] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } }
W20260630 12:12:53.724522  3466 consensus_peers.cc:597] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 -> Peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439): Couldn't send request to peer 1069738adcbe4097abab2a3d5c57bec8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e006d4388b4046f9ae6ef1137291280f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:53.724960  3423 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:53.725994  3725 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:53.726024  4014 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:12:53.727775  4016 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:53.733496  4014 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } } }
I20260630 12:12:53.738059  3423 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } } }
I20260630 12:12:53.753729  3324 catalog_manager.cc:5697] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index -1 to 2, NON_VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } } }
I20260630 12:12:53.754314  3423 consensus_queue.cc:237] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:53.756894  3725 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } } }
I20260630 12:12:53.762203  3574 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
W20260630 12:12:53.763831  3392 consensus_peers.cc:597] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 -> Peer ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): Couldn't send request to peer ae3516da574e4a25bd1d17dcf6422292. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2d0f81620ba94f24b3236c447941b873. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:53.764117  3502 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:12:53.765175  4020 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:53.766053  4017 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } 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:53.776500  4020 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:53.778167  3502 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:53.778395  3574 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
I20260630 12:12:53.791149  3324 catalog_manager.cc:5697] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index -1 to 3, NON_VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } } }
W20260630 12:12:54.068302  3523 debug-util.cc:398] Leaking SignalData structure 0x7b080024f660 after lost signal to thread 434
W20260630 12:12:54.069370  3523 debug-util.cc:398] Leaking SignalData structure 0x7b080011ce40 after lost signal to thread 3359
W20260630 12:12:54.070458  3523 debug-util.cc:398] Leaking SignalData structure 0x7b080005e3e0 after lost signal to thread 3451
W20260630 12:12:54.071481  3523 debug-util.cc:398] Leaking SignalData structure 0x7b08000d68c0 after lost signal to thread 3526
W20260630 12:12:54.072423  3523 debug-util.cc:398] Leaking SignalData structure 0x7b08002558e0 after lost signal to thread 3600
W20260630 12:12:54.073453  3523 debug-util.cc:398] Leaking SignalData structure 0x7b08000be980 after lost signal to thread 3752
I20260630 12:12:54.157876  4040 ts_tablet_manager.cc:933] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: Initiating tablet copy from peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815)
I20260630 12:12:54.160064  4040 tablet_copy_client.cc:323] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41815
I20260630 12:12:54.161782  3512 tablet_copy_service.cc:140] P cf7dcb8bd3ae422c92800316cd835517: Received BeginTabletCopySession request for tablet e006d4388b4046f9ae6ef1137291280f from peer 1069738adcbe4097abab2a3d5c57bec8 ({username='slave'} at 127.0.0.1:41884)
I20260630 12:12:54.162299  3512 tablet_copy_service.cc:161] P cf7dcb8bd3ae422c92800316cd835517: Beginning new tablet copy session on tablet e006d4388b4046f9ae6ef1137291280f from peer 1069738adcbe4097abab2a3d5c57bec8 at {username='slave'} at 127.0.0.1:41884: session id = 1069738adcbe4097abab2a3d5c57bec8-e006d4388b4046f9ae6ef1137291280f
I20260630 12:12:54.174732  3512 tablet_copy_source_session.cc:215] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:54.177948  4040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e006d4388b4046f9ae6ef1137291280f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:54.194392  4040 tablet_copy_client.cc:806] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:54.195022  4040 tablet_copy_client.cc:670] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:54.198964  4040 tablet_copy_client.cc:538] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:54.207844  4040 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap starting.
I20260630 12:12:54.227207  4040 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: 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:54.228144  4040 tablet_bootstrap.cc:492] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: Bootstrap complete.
I20260630 12:12:54.228837  4040 ts_tablet_manager.cc:1403] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.004s
I20260630 12:12:54.231884  4040 raft_consensus.cc:359] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } }
I20260630 12:12:54.232760  4040 raft_consensus.cc:740] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1069738adcbe4097abab2a3d5c57bec8, State: Initialized, Role: LEARNER
I20260630 12:12:54.233383  4040 consensus_queue.cc:260] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: true } }
I20260630 12:12:54.235695  4040 ts_tablet_manager.cc:1434] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:12:54.237675  3512 tablet_copy_service.cc:342] P cf7dcb8bd3ae422c92800316cd835517: Request end of tablet copy session 1069738adcbe4097abab2a3d5c57bec8-e006d4388b4046f9ae6ef1137291280f received from {username='slave'} at 127.0.0.1:41884
I20260630 12:12:54.238113  3512 tablet_copy_service.cc:434] P cf7dcb8bd3ae422c92800316cd835517: ending tablet copy session 1069738adcbe4097abab2a3d5c57bec8-e006d4388b4046f9ae6ef1137291280f on tablet e006d4388b4046f9ae6ef1137291280f with peer 1069738adcbe4097abab2a3d5c57bec8
I20260630 12:12:54.302814  4043 ts_tablet_manager.cc:933] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Initiating tablet copy from peer 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195:43439)
I20260630 12:12:54.304973  4043 tablet_copy_client.cc:323] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43439
I20260630 12:12:54.306726  3586 tablet_copy_service.cc:140] P 1069738adcbe4097abab2a3d5c57bec8: Received BeginTabletCopySession request for tablet b189c980b51a46a199ac96dcde2b5425 from peer 5fe4eafd713a4275af0b2e50d946e952 ({username='slave'} at 127.0.0.1:32962)
I20260630 12:12:54.307313  3586 tablet_copy_service.cc:161] P 1069738adcbe4097abab2a3d5c57bec8: Beginning new tablet copy session on tablet b189c980b51a46a199ac96dcde2b5425 from peer 5fe4eafd713a4275af0b2e50d946e952 at {username='slave'} at 127.0.0.1:32962: session id = 5fe4eafd713a4275af0b2e50d946e952-b189c980b51a46a199ac96dcde2b5425
I20260630 12:12:54.314826  3586 tablet_copy_source_session.cc:215] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:54.317364  4043 ts_tablet_manager.cc:1916] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:12:54.332312  4043 ts_tablet_manager.cc:1929] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.3
I20260630 12:12:54.333199  4043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b189c980b51a46a199ac96dcde2b5425. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:54.340901  4043 tablet_copy_client.cc:806] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:54.341471  4043 tablet_copy_client.cc:670] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:54.345332  4043 tablet_copy_client.cc:538] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:54.354337  4043 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap starting.
I20260630 12:12:54.385388  4046 ts_tablet_manager.cc:933] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: Initiating tablet copy from peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971)
I20260630 12:12:54.386052  4043 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap replayed 1/1 log segments. Stats: ops{read=5 overwritten=0 applied=5 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:12:54.387024  4043 tablet_bootstrap.cc:492] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Bootstrap complete.
I20260630 12:12:54.387789  4043 ts_tablet_manager.cc:1403] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Time spent bootstrapping tablet: real 0.034s	user 0.030s	sys 0.004s
I20260630 12:12:54.390729  4043 raft_consensus.cc:359] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } }
I20260630 12:12:54.391633  4043 raft_consensus.cc:740] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5fe4eafd713a4275af0b2e50d946e952, State: Initialized, Role: LEARNER
I20260630 12:12:54.392333  4043 consensus_queue.cc:260] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 1.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: NON_VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: true } }
I20260630 12:12:54.395046  4043 ts_tablet_manager.cc:1434] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:12:54.396761  3586 tablet_copy_service.cc:342] P 1069738adcbe4097abab2a3d5c57bec8: Request end of tablet copy session 5fe4eafd713a4275af0b2e50d946e952-b189c980b51a46a199ac96dcde2b5425 received from {username='slave'} at 127.0.0.1:32962
I20260630 12:12:54.397162  3586 tablet_copy_service.cc:434] P 1069738adcbe4097abab2a3d5c57bec8: ending tablet copy session 5fe4eafd713a4275af0b2e50d946e952-b189c980b51a46a199ac96dcde2b5425 on tablet b189c980b51a46a199ac96dcde2b5425 with peer 5fe4eafd713a4275af0b2e50d946e952
I20260630 12:12:54.400604  4046 tablet_copy_client.cc:323] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38971
I20260630 12:12:54.404359  3437 tablet_copy_service.cc:140] P 5fe4eafd713a4275af0b2e50d946e952: Received BeginTabletCopySession request for tablet 2d0f81620ba94f24b3236c447941b873 from peer ae3516da574e4a25bd1d17dcf6422292 ({username='slave'} at 127.0.0.1:52714)
I20260630 12:12:54.404881  3437 tablet_copy_service.cc:161] P 5fe4eafd713a4275af0b2e50d946e952: Beginning new tablet copy session on tablet 2d0f81620ba94f24b3236c447941b873 from peer ae3516da574e4a25bd1d17dcf6422292 at {username='slave'} at 127.0.0.1:52714: session id = ae3516da574e4a25bd1d17dcf6422292-2d0f81620ba94f24b3236c447941b873
I20260630 12:12:54.412271  3437 tablet_copy_source_session.cc:215] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:12:54.415477  4046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d0f81620ba94f24b3236c447941b873. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:54.429052  4046 tablet_copy_client.cc:806] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 0 data blocks...
I20260630 12:12:54.429700  4046 tablet_copy_client.cc:670] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Starting download of 1 WAL segments...
I20260630 12:12:54.433451  4046 tablet_copy_client.cc:538] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:12:54.442050  4046 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap starting.
I20260630 12:12:54.458463  4046 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: 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:54.459143  4046 tablet_bootstrap.cc:492] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: Bootstrap complete.
I20260630 12:12:54.459678  4046 ts_tablet_manager.cc:1403] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: Time spent bootstrapping tablet: real 0.018s	user 0.019s	sys 0.001s
I20260630 12:12:54.461760  4046 raft_consensus.cc:359] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:54.462327  4046 raft_consensus.cc:740] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ae3516da574e4a25bd1d17dcf6422292, State: Initialized, Role: LEARNER
I20260630 12:12:54.462834  4046 consensus_queue.cc:260] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: true } }
I20260630 12:12:54.466799  4046 ts_tablet_manager.cc:1434] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:12:54.468497  3437 tablet_copy_service.cc:342] P 5fe4eafd713a4275af0b2e50d946e952: Request end of tablet copy session ae3516da574e4a25bd1d17dcf6422292-2d0f81620ba94f24b3236c447941b873 received from {username='slave'} at 127.0.0.1:52714
I20260630 12:12:54.468890  3437 tablet_copy_service.cc:434] P 5fe4eafd713a4275af0b2e50d946e952: ending tablet copy session ae3516da574e4a25bd1d17dcf6422292-2d0f81620ba94f24b3236c447941b873 on tablet 2d0f81620ba94f24b3236c447941b873 with peer ae3516da574e4a25bd1d17dcf6422292
I20260630 12:12:54.666738  3574 raft_consensus.cc:1217] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:12:54.802380  3725 raft_consensus.cc:1217] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:12:54.859596  3423 raft_consensus.cc:1217] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.4->[1.5-1.5]   Dedup: 1.5->[]
I20260630 12:12:55.089063  4050 raft_consensus.cc:1064] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: attempting to promote NON_VOTER 1069738adcbe4097abab2a3d5c57bec8 to VOTER
I20260630 12:12:55.090762  4050 consensus_queue.cc:237] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [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: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } }
I20260630 12:12:55.096177  3574 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEARNER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:55.097476  3423 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:55.097685  4018 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:55.097955  3725 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:55.099081  4050 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:12:55.099989  4016 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:55.113194  4016 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.116287  3574 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.124333  3422 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.133179  3322 catalog_manager.cc:5697] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 reported cstate change: config changed from index 2 to 3, 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:55.146371  3725 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1069738adcbe4097abab2a3d5c57bec8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { replace: true } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.159482  3502 consensus_queue.cc:237] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [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: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } }
I20260630 12:12:55.166419  3574 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:55.167024  3422 raft_consensus.cc:1275] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer cf7dcb8bd3ae422c92800316cd835517: 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:55.167853  4058 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } 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:55.168915  4018 consensus_queue.cc:1048] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:12:55.174971  4016 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.176944  3422 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.179714  3574 raft_consensus.cc:2955] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.193707  3323 catalog_manager.cc:5697] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index 3 to 4, VOTER ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "cf7dcb8bd3ae422c92800316cd835517" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } attrs { promote: false } } }
I20260630 12:12:55.196436  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e006d4388b4046f9ae6ef1137291280f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:55.207697  3714 tablet_service.cc:1558] Processing DeleteTablet for tablet e006d4388b4046f9ae6ef1137291280f with delete_type TABLET_DATA_TOMBSTONED (TS ae3516da574e4a25bd1d17dcf6422292 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:54082
I20260630 12:12:55.209851  4063 tablet_replica.cc:333] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:55.210839  4063 raft_consensus.cc:2243] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.211570  4063 raft_consensus.cc:2272] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.214402  4063 ts_tablet_manager.cc:1916] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:55.224642  4063 ts_tablet_manager.cc:1929] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:12:55.225087  4063 log.cc:1199] T e006d4388b4046f9ae6ef1137291280f P ae3516da574e4a25bd1d17dcf6422292: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-3-root/wals/e006d4388b4046f9ae6ef1137291280f
I20260630 12:12:55.226576  3311 catalog_manager.cc:5028] TS ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196:40205): tablet e006d4388b4046f9ae6ef1137291280f (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:55.307463  4052 raft_consensus.cc:1064] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: attempting to promote NON_VOTER ae3516da574e4a25bd1d17dcf6422292 to VOTER
I20260630 12:12:55.309276  4052 consensus_queue.cc:237] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:55.315021  3725 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 LEARNER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:55.316989  3574 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:55.323016  4067 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.003s
I20260630 12:12:55.326753  4066 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:12:55.328985  3502 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:12:55.331754  4068 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } 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:55.341421  4068 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.343973  3725 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.344231  3502 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.353092  3574 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.357239  3324 catalog_manager.cc:5697] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index 3 to 4, ae3516da574e4a25bd1d17dcf6422292 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:55.369385  3422 consensus_queue.cc:237] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } }
I20260630 12:12:55.373924  3725 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:55.374725  3574 raft_consensus.cc:1275] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Refusing update from remote peer 5fe4eafd713a4275af0b2e50d946e952: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:12:55.375487  4066 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } 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:55.376334  4067 consensus_queue.cc:1048] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:12:55.382655  4069 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.384828  3574 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.384941  3725 raft_consensus.cc:2955] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.394340  3309 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2d0f81620ba94f24b3236c447941b873 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:55.396476  3322 catalog_manager.cc:5697] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index 4 to 5, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New cstate: current_term: 3 leader_uuid: "5fe4eafd713a4275af0b2e50d946e952" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } }
I20260630 12:12:55.405804  3492 tablet_service.cc:1558] Processing DeleteTablet for tablet 2d0f81620ba94f24b3236c447941b873 with delete_type TABLET_DATA_TOMBSTONED (TS cf7dcb8bd3ae422c92800316cd835517 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:41866
I20260630 12:12:55.410192  4073 tablet_replica.cc:333] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.411020  4073 raft_consensus.cc:2243] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.411759  4073 raft_consensus.cc:2272] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.414465  4073 ts_tablet_manager.cc:1916] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:55.426113  4073 ts_tablet_manager.cc:1929] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:12:55.426863  4073 log.cc:1199] T 2d0f81620ba94f24b3236c447941b873 P cf7dcb8bd3ae422c92800316cd835517: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root/wals/2d0f81620ba94f24b3236c447941b873
I20260630 12:12:55.428382  3310 catalog_manager.cc:5028] TS cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815): tablet 2d0f81620ba94f24b3236c447941b873 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:55.481545  4049 raft_consensus.cc:1064] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: attempting to promote NON_VOTER 5fe4eafd713a4275af0b2e50d946e952 to VOTER
I20260630 12:12:55.483891  4049 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } }
I20260630 12:12:55.490696  3725 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:12:55.490753  3422 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEARNER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:12:55.493315  3502 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:12:55.493217  4076 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:12:55.494258  4074 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:12:55.495071  4049 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:12:55.506251  4076 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.508015  3423 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.520907  3325 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 reported cstate change: config changed from index 5 to 6, 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.525583  3725 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.528189  3502 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "cf7dcb8bd3ae422c92800316cd835517" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41815 } attrs { replace: true } } peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.534432  3574 consensus_queue.cc:237] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 1.6, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } }
I20260630 12:12:55.547079  3725 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 1 index: 7. (index mismatch)
I20260630 12:12:55.548382  3423 raft_consensus.cc:1275] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Refusing update from remote peer 1069738adcbe4097abab2a3d5c57bec8: Log matching property violated. Preceding OpId in replica: term: 1 index: 6. Preceding OpId from leader: term: 1 index: 7. (index mismatch)
I20260630 12:12:55.548478  4049 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:12:55.550524  4049 consensus_queue.cc:1048] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:12:55.558291  4074 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Committing config change with OpId 1.7: config changed from index 6 to 7, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.559916  3422 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Committing config change with OpId 1.7: config changed from index 6 to 7, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.564031  3725 raft_consensus.cc:2955] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Committing config change with OpId 1.7: config changed from index 6 to 7, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } } }
I20260630 12:12:55.570590  3310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b189c980b51a46a199ac96dcde2b5425 with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:12:55.568302   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:12:55.575169  3323 catalog_manager.cc:5697] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 reported cstate change: config changed from index 6 to 7, VOTER cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "1069738adcbe4097abab2a3d5c57bec8" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "1069738adcbe4097abab2a3d5c57bec8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ae3516da574e4a25bd1d17dcf6422292" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40205 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5fe4eafd713a4275af0b2e50d946e952" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38971 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:12:55.588646  3378 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:12:55.591120  3492 tablet_service.cc:1558] Processing DeleteTablet for tablet b189c980b51a46a199ac96dcde2b5425 with delete_type TABLET_DATA_TOMBSTONED (TS cf7dcb8bd3ae422c92800316cd835517 not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:41866
I20260630 12:12:55.592166  4073 tablet_replica.cc:333] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.592939  4073 raft_consensus.cc:2243] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.593459  4073 raft_consensus.cc:2272] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.600102  4073 ts_tablet_manager.cc:1916] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:12:55.606797  3378 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:12:55.607651  3378 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:55.616986  4073 ts_tablet_manager.cc:1929] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.6
I20260630 12:12:55.617780  4073 log.cc:1199] T b189c980b51a46a199ac96dcde2b5425 P cf7dcb8bd3ae422c92800316cd835517: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782821479742301-431-0/minicluster-data/ts-1-root/wals/b189c980b51a46a199ac96dcde2b5425
I20260630 12:12:55.620846  3310 catalog_manager.cc:5028] TS cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815): tablet b189c980b51a46a199ac96dcde2b5425 (table range_aware_rebalance_new_range [id=cfd7689fe53e44ab9b261135f9e3493c]) successfully deleted
I20260630 12:12:55.627413   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:55.628254   431 tablet_replica.cc:333] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.629119   431 raft_consensus.cc:2243] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.630007   431 raft_consensus.cc:2272] T f403d59183034bbaad6c88c90881d8cd P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.631887   431 tablet_replica.cc:333] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.632421   431 raft_consensus.cc:2243] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.632984   431 raft_consensus.cc:2272] T e006d4388b4046f9ae6ef1137291280f P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.635129   431 tablet_replica.cc:333] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.635766   431 raft_consensus.cc:2243] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.636221   431 raft_consensus.cc:2272] T cd26d87b74ca47188cc16809033f67c7 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.637996   431 tablet_replica.cc:333] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.638509   431 raft_consensus.cc:2243] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.638911   431 raft_consensus.cc:2272] T 07063b322acf449c84812381c7505292 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.641239   431 tablet_replica.cc:333] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.641893   431 raft_consensus.cc:2243] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.642396   431 raft_consensus.cc:2272] T 7810678bc1d34f988dac3c5e3f41fb7d P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.644382   431 tablet_replica.cc:333] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.644867   431 raft_consensus.cc:2243] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.645279   431 raft_consensus.cc:2272] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.647022   431 tablet_replica.cc:333] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.647550   431 raft_consensus.cc:2243] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.648015   431 raft_consensus.cc:2272] T b189c980b51a46a199ac96dcde2b5425 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.650308   431 tablet_replica.cc:333] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.650825   431 raft_consensus.cc:2243] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.651567   431 raft_consensus.cc:2272] T 2d0f81620ba94f24b3236c447941b873 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.653681   431 tablet_replica.cc:333] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.654191   431 raft_consensus.cc:2243] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.654902   431 raft_consensus.cc:2272] T 4a9ee1dae32347d6b694e1649f97adb6 P 5fe4eafd713a4275af0b2e50d946e952 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.656862   431 tablet_replica.cc:333] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.657509   431 raft_consensus.cc:2243] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.658119   431 raft_consensus.cc:2272] T 620ecc9545ea4ccc8ed5523350c1a389 P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.659905   431 tablet_replica.cc:333] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.660337   431 raft_consensus.cc:2243] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.660701   431 raft_consensus.cc:2272] T 149c27ff5f544690acbf4679f3179cf5 P 5fe4eafd713a4275af0b2e50d946e952 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.662384   431 tablet_replica.cc:333] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952: stopping tablet replica
I20260630 12:12:55.662804   431 raft_consensus.cc:2243] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.663580   431 raft_consensus.cc:2272] T ccb7fb790a5e4737a22dc5221af773ee P 5fe4eafd713a4275af0b2e50d946e952 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.688277   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:12:55.698377  3465 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:12:55.703576  3465 consensus_peers.cc:597] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:12:55.704790  3687 consensus_peers.cc:597] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:55.720161   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:12:55.739296   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:55.740196   431 tablet_replica.cc:333] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.740958   431 raft_consensus.cc:2243] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.741609   431 raft_consensus.cc:2272] T f403d59183034bbaad6c88c90881d8cd P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.743320   431 tablet_replica.cc:333] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.743887   431 raft_consensus.cc:2243] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.744254   431 raft_consensus.cc:2272] T 07063b322acf449c84812381c7505292 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.745822   431 tablet_replica.cc:333] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.746273   431 raft_consensus.cc:2243] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.746917   431 raft_consensus.cc:2272] T e006d4388b4046f9ae6ef1137291280f P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.748857   431 tablet_replica.cc:333] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.749367   431 raft_consensus.cc:2243] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.750032   431 raft_consensus.cc:2272] T 8db8c23b3d6e460089e34a16d36c4ba3 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.751861   431 tablet_replica.cc:333] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.752326   431 raft_consensus.cc:2243] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.752737   431 raft_consensus.cc:2272] T 7810678bc1d34f988dac3c5e3f41fb7d P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.754412   431 tablet_replica.cc:333] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.754842   431 raft_consensus.cc:2243] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.755249   431 raft_consensus.cc:2272] T b4228ce8959c4229b6d9ada43352accf P cf7dcb8bd3ae422c92800316cd835517 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.756906   431 tablet_replica.cc:333] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.757373   431 raft_consensus.cc:2243] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.757727   431 raft_consensus.cc:2272] T 4a9ee1dae32347d6b694e1649f97adb6 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.759312   431 tablet_replica.cc:333] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.759799   431 raft_consensus.cc:2243] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.760185   431 raft_consensus.cc:2272] T 7bab78a3b94e406fbf4a04343536c023 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.761828   431 tablet_replica.cc:333] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.762249   431 raft_consensus.cc:2243] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.762862   431 raft_consensus.cc:2272] T 620ecc9545ea4ccc8ed5523350c1a389 P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.764518   431 tablet_replica.cc:333] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.764922   431 raft_consensus.cc:2243] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.765265   431 raft_consensus.cc:2272] T 6ba72aad0cb94c60ac582e88b9ab4a60 P cf7dcb8bd3ae422c92800316cd835517 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.766824   431 tablet_replica.cc:333] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.767213   431 raft_consensus.cc:2243] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.767866   431 raft_consensus.cc:2272] T 149c27ff5f544690acbf4679f3179cf5 P cf7dcb8bd3ae422c92800316cd835517 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.769429   431 tablet_replica.cc:333] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517: stopping tablet replica
I20260630 12:12:55.769824   431 raft_consensus.cc:2243] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.770296   431 raft_consensus.cc:2272] T ccb7fb790a5e4737a22dc5221af773ee P cf7dcb8bd3ae422c92800316cd835517 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:55.778302  3539 consensus_peers.cc:597] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:55.842011   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:12:55.867277   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:12:55.889473   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:55.890115   431 tablet_replica.cc:333] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.890676   431 raft_consensus.cc:2243] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.891193   431 raft_consensus.cc:2272] T e006d4388b4046f9ae6ef1137291280f P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.893437   431 tablet_replica.cc:333] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.893919   431 raft_consensus.cc:2243] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.894290   431 raft_consensus.cc:2272] T cd26d87b74ca47188cc16809033f67c7 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.895951   431 tablet_replica.cc:333] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.896441   431 raft_consensus.cc:2243] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.896888   431 raft_consensus.cc:2272] T f403d59183034bbaad6c88c90881d8cd P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.898473   431 tablet_replica.cc:333] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.898969   431 raft_consensus.cc:2243] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.899430   431 raft_consensus.cc:2272] T 8db8c23b3d6e460089e34a16d36c4ba3 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.901023   431 tablet_replica.cc:333] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.901468   431 raft_consensus.cc:2243] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.902153   431 raft_consensus.cc:2272] T 7810678bc1d34f988dac3c5e3f41fb7d P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.903950   431 tablet_replica.cc:333] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.904402   431 raft_consensus.cc:2243] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.904785   431 raft_consensus.cc:2272] T 834ce1b6fc6b4dbc8686949dcb8da9bc P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.906338   431 tablet_replica.cc:333] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.906780   431 raft_consensus.cc:2243] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.907120   431 raft_consensus.cc:2272] T 6ba72aad0cb94c60ac582e88b9ab4a60 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.908780   431 tablet_replica.cc:333] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.909227   431 raft_consensus.cc:2243] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.909926   431 raft_consensus.cc:2272] T 7bab78a3b94e406fbf4a04343536c023 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.911798   431 tablet_replica.cc:333] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.912298   431 raft_consensus.cc:2243] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.912976   431 raft_consensus.cc:2272] T b189c980b51a46a199ac96dcde2b5425 P 1069738adcbe4097abab2a3d5c57bec8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.915055   431 tablet_replica.cc:333] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.915637   431 raft_consensus.cc:2243] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.916277   431 raft_consensus.cc:2272] T 2d0f81620ba94f24b3236c447941b873 P 1069738adcbe4097abab2a3d5c57bec8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.918223   431 tablet_replica.cc:333] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.918679   431 raft_consensus.cc:2243] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:12:55.919309   431 raft_consensus.cc:2272] T b4228ce8959c4229b6d9ada43352accf P 1069738adcbe4097abab2a3d5c57bec8 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:55.920919   431 tablet_replica.cc:333] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8: stopping tablet replica
I20260630 12:12:55.921303   431 raft_consensus.cc:2243] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:55.921700   431 raft_consensus.cc:2272] T 4a9ee1dae32347d6b694e1649f97adb6 P 1069738adcbe4097abab2a3d5c57bec8 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:55.951792  3687 consensus_peers.cc:597] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:55.953449   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260630 12:12:55.963392  3687 consensus_peers.cc:597] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 -> Peer 5fe4eafd713a4275af0b2e50d946e952 (127.0.107.193:38971): Couldn't send request to peer 5fe4eafd713a4275af0b2e50d946e952. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38971: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:55.981568   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:12:56.002017   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:12:56.002650   431 tablet_replica.cc:333] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.003388   431 raft_consensus.cc:2243] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.004021   431 raft_consensus.cc:2272] T ccb7fb790a5e4737a22dc5221af773ee P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.005667   431 tablet_replica.cc:333] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.006122   431 raft_consensus.cc:2243] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.006536   431 raft_consensus.cc:2272] T 2d0f81620ba94f24b3236c447941b873 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.008512   431 tablet_replica.cc:333] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.009016   431 raft_consensus.cc:2243] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.009465   431 raft_consensus.cc:2272] T b189c980b51a46a199ac96dcde2b5425 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.011504   431 tablet_replica.cc:333] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.011953   431 raft_consensus.cc:2243] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.012382   431 raft_consensus.cc:2272] T b4228ce8959c4229b6d9ada43352accf P ae3516da574e4a25bd1d17dcf6422292 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.013906   431 tablet_replica.cc:333] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.014361   431 raft_consensus.cc:2243] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:56.015177   431 raft_consensus.cc:2272] T 834ce1b6fc6b4dbc8686949dcb8da9bc P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.017200   431 tablet_replica.cc:333] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.017885   431 raft_consensus.cc:2243] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.018376   431 raft_consensus.cc:2272] T 8db8c23b3d6e460089e34a16d36c4ba3 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:12:56.019121  3688 consensus_peers.cc:597] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 -> Peer cf7dcb8bd3ae422c92800316cd835517 (127.0.107.194:41815): Couldn't send request to peer cf7dcb8bd3ae422c92800316cd835517. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:41815: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:12:56.020097   431 tablet_replica.cc:333] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.020594   431 raft_consensus.cc:2243] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:56.021245   431 raft_consensus.cc:2272] T 07063b322acf449c84812381c7505292 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.022993   431 tablet_replica.cc:333] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.023497   431 raft_consensus.cc:2243] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.023855   431 raft_consensus.cc:2272] T 7bab78a3b94e406fbf4a04343536c023 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.025485   431 tablet_replica.cc:333] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.025933   431 raft_consensus.cc:2243] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.026365   431 raft_consensus.cc:2272] T 620ecc9545ea4ccc8ed5523350c1a389 P ae3516da574e4a25bd1d17dcf6422292 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.027980   431 tablet_replica.cc:333] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.028407   431 raft_consensus.cc:2243] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:56.029060   431 raft_consensus.cc:2272] T cd26d87b74ca47188cc16809033f67c7 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.030640   431 tablet_replica.cc:333] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.031062   431 raft_consensus.cc:2243] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:12:56.031764   431 raft_consensus.cc:2272] T 6ba72aad0cb94c60ac582e88b9ab4a60 P ae3516da574e4a25bd1d17dcf6422292 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.033420   431 tablet_replica.cc:333] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292: stopping tablet replica
I20260630 12:12:56.033828   431 raft_consensus.cc:2243] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:12:56.034175   431 raft_consensus.cc:2272] T 149c27ff5f544690acbf4679f3179cf5 P ae3516da574e4a25bd1d17dcf6422292 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.064718   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:12:56.088575   431 master.cc:562] Master@127.0.107.254:43787 shutting down...
I20260630 12:12:56.106280   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:12:56.106804   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:12:56.107117   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f74cc12fb5694d55b1af10f5380732e9: stopping tablet replica
I20260630 12:12:56.126737   431 master.cc:584] Master@127.0.107.254:43787 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (15720 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:12:56.171739   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46683
I20260630 12:12:56.172788   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.177973  4086 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.177973  4087 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.178948  4089 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.179989   431 server_base.cc:1061] running on GCE node
I20260630 12:12:56.181658   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:56.181850   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.181991   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576181976 us; error 0 us; skew 500 ppm
I20260630 12:12:56.182459   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.184844   431 webserver.cc:533] Webserver started at http://127.0.107.254:41501/ using document root <none> and password file <none>
I20260630 12:12:56.185284   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.185446   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.185701   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.186724   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "2a0347270b2241e7ba01bef32218bd7d"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.190956   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:12:56.194171  4094 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.194960   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:56.195238   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "2a0347270b2241e7ba01bef32218bd7d"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.195523   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-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:56.218139   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.219300   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.255491   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46683
I20260630 12:12:56.255595  4145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46683 every 8 connection(s)
I20260630 12:12:56.259182  4146 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:56.268690  4146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d: Bootstrap starting.
I20260630 12:12:56.272908  4146 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:56.276818  4146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d: No bootstrap required, opened a new log
I20260630 12:12:56.278746  4146 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER }
I20260630 12:12:56.279109  4146 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:56.279285  4146 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2a0347270b2241e7ba01bef32218bd7d, State: Initialized, Role: FOLLOWER
I20260630 12:12:56.279826  4146 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER }
I20260630 12:12:56.280217  4146 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:12:56.280416  4146 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:12:56.280618  4146 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:56.284924  4146 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER }
I20260630 12:12:56.285403  4146 leader_election.cc:304] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [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: 2a0347270b2241e7ba01bef32218bd7d; no voters: 
I20260630 12:12:56.286458  4146 leader_election.cc:290] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:12:56.286754  4149 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:56.287988  4149 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 1 LEADER]: Becoming Leader. State: Replica: 2a0347270b2241e7ba01bef32218bd7d, State: Running, Role: LEADER
I20260630 12:12:56.288679  4149 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [LEADER]: Queue going to LEADER mode. State: All 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: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER }
I20260630 12:12:56.289103  4146 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:12:56.292667  4150 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2a0347270b2241e7ba01bef32218bd7d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER } }
I20260630 12:12:56.293251  4150 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:56.294317  4151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2a0347270b2241e7ba01bef32218bd7d. Latest consensus state: current_term: 1 leader_uuid: "2a0347270b2241e7ba01bef32218bd7d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2a0347270b2241e7ba01bef32218bd7d" member_type: VOTER } }
I20260630 12:12:56.294863  4151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [sys.catalog]: This master's current role is: LEADER
I20260630 12:12:56.296556  4156 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:12:56.303917  4156 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:12:56.304865   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:12:56.312459  4156 catalog_manager.cc:1383] Generated new cluster ID: 5b60d75b37934d7c90e0d839ca764e0d
I20260630 12:12:56.312768  4156 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:12:56.341125  4156 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:12:56.342382  4156 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:12:56.355469  4156 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d: Generated new TSK 0
I20260630 12:12:56.356084  4156 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:12:56.372224   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.377905  4167 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.379182  4168 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.381794  4170 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.381865   431 server_base.cc:1061] running on GCE node
I20260630 12:12:56.383074   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:56.383307   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.383510   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576383490 us; error 0 us; skew 500 ppm
I20260630 12:12:56.384021   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.386515   431 webserver.cc:533] Webserver started at http://127.0.107.193:33581/ using document root <none> and password file <none>
I20260630 12:12:56.386988   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.387171   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.387466   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.388561   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "03d9ed6f24664e449fe35228d5a193b9"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.393119   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:56.396368  4175 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.397148   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:12:56.397446   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "03d9ed6f24664e449fe35228d5a193b9"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.397711   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-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:56.414501   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.415647   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.417038   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.419220   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.419467   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.419677   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.419833   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.457485   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36893
I20260630 12:12:56.457598  4237 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36893 every 8 connection(s)
I20260630 12:12:56.462234   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.468609  4242 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.470417  4243 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.471252  4245 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.472052   431 server_base.cc:1061] running on GCE node
I20260630 12:12:56.472849   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:56.473040   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.473205   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576473186 us; error 0 us; skew 500 ppm
I20260630 12:12:56.473817   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.476550   431 webserver.cc:533] Webserver started at http://127.0.107.194:42525/ using document root <none> and password file <none>
I20260630 12:12:56.476755  4238 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46683
I20260630 12:12:56.477015   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.477121  4238 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.477252   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.477566   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.477886  4238 heartbeater.cc:507] Master 127.0.107.254:46683 requested a full tablet report, sending...
I20260630 12:12:56.478572   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "c201ef874e514dc3928e195d40e31e2b"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.479776  4111 ts_manager.cc:194] Registered new tserver with Master: 03d9ed6f24664e449fe35228d5a193b9 (127.0.107.193:36893)
I20260630 12:12:56.481410  4111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46834
I20260630 12:12:56.482869   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:12:56.485986  4250 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.486660   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:12:56.486914   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "c201ef874e514dc3928e195d40e31e2b"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.487159   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:56.508299   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.509441   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.510860   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.513070   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.513283   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.513495   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.513638   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.549974   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44603
I20260630 12:12:56.550060  4312 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44603 every 8 connection(s)
I20260630 12:12:56.554378   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.560662  4316 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.561965  4317 instance_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:56.564318   431 server_base.cc:1061] running on GCE node
W20260630 12:12:56.565183  4319 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.566071   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:12:56.566099  4313 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46683
W20260630 12:12:56.566414   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.566576  4313 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.566620   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576566600 us; error 0 us; skew 500 ppm
I20260630 12:12:56.567467   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.567620  4313 heartbeater.cc:507] Master 127.0.107.254:46683 requested a full tablet report, sending...
I20260630 12:12:56.569823   431 webserver.cc:533] Webserver started at http://127.0.107.195:36883/ using document root <none> and password file <none>
I20260630 12:12:56.569904  4111 ts_manager.cc:194] Registered new tserver with Master: c201ef874e514dc3928e195d40e31e2b (127.0.107.194:44603)
I20260630 12:12:56.570518   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.570781   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.571079   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.571722  4111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46844
I20260630 12:12:56.572435   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "7c0c37f267ef4116bb965e1992d251d1"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.577036   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:12:56.580067  4324 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.580953   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:12:56.581243   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "7c0c37f267ef4116bb965e1992d251d1"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.581492   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:12:56.607920   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.609035   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.610489   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.612735   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.612943   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.613168   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.613322   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.650254   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39687
I20260630 12:12:56.650350  4386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39687 every 8 connection(s)
I20260630 12:12:56.654757   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:12:56.661724  4390 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.662590  4391 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:12:56.666226  4393 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:12:56.666608  4387 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46683
I20260630 12:12:56.666662   431 server_base.cc:1061] running on GCE node
I20260630 12:12:56.667135  4387 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.667726   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:12:56.667979   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:12:56.668084  4387 heartbeater.cc:507] Master 127.0.107.254:46683 requested a full tablet report, sending...
I20260630 12:12:56.668149   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821576668133 us; error 0 us; skew 500 ppm
I20260630 12:12:56.668917   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:12:56.670572  4111 ts_manager.cc:194] Registered new tserver with Master: 7c0c37f267ef4116bb965e1992d251d1 (127.0.107.195:39687)
I20260630 12:12:56.671698   431 webserver.cc:533] Webserver started at http://127.0.107.196:46577/ using document root <none> and password file <none>
I20260630 12:12:56.672325   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:12:56.672379  4111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46858
I20260630 12:12:56.672618   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:12:56.672974   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:12:56.674214   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "711a9143aa484042acdebdb3df50fa76"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.678256   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:12:56.681195  4398 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.681874   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:12:56.682137   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "711a9143aa484042acdebdb3df50fa76"
format_stamp: "Formatted at 2026-06-30 12:12:56 on dist-test-slave-g2rq"
I20260630 12:12:56.682384   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782821479742301-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:56.694219   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:12:56.695423   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:12:56.696590   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:12:56.698786   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:12:56.699059   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:12:56.699303   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:12:56.699481   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:12:56.736361   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46711
I20260630 12:12:56.736440  4460 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46711 every 8 connection(s)
I20260630 12:12:56.749581  4461 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46683
I20260630 12:12:56.749922  4461 heartbeater.cc:461] Registering TS with master...
I20260630 12:12:56.750643  4461 heartbeater.cc:507] Master 127.0.107.254:46683 requested a full tablet report, sending...
I20260630 12:12:56.752498  4111 ts_manager.cc:194] Registered new tserver with Master: 711a9143aa484042acdebdb3df50fa76 (127.0.107.196:46711)
I20260630 12:12:56.753007   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013577818s
I20260630 12:12:56.753865  4111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46864
I20260630 12:12:57.483870  4238 heartbeater.cc:499] Master 127.0.107.254:46683 was elected leader, sending a full tablet report...
I20260630 12:12:57.574448  4313 heartbeater.cc:499] Master 127.0.107.254:46683 was elected leader, sending a full tablet report...
I20260630 12:12:57.674973  4387 heartbeater.cc:499] Master 127.0.107.254:46683 was elected leader, sending a full tablet report...
I20260630 12:12:57.756556  4461 heartbeater.cc:499] Master 127.0.107.254:46683 was elected leader, sending a full tablet report...
I20260630 12:12:57.821311  4111 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46880:
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:57.866405  4278 tablet_service.cc:1511] Processing CreateTablet for tablet be5477147c8c4ff0bed72dabd910bbdf (DEFAULT_TABLE table=test-workload [id=86be6c3a70294010926b15a5e5f0fdd6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:57.867074  4203 tablet_service.cc:1511] Processing CreateTablet for tablet be5477147c8c4ff0bed72dabd910bbdf (DEFAULT_TABLE table=test-workload [id=86be6c3a70294010926b15a5e5f0fdd6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:57.867457  4278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be5477147c8c4ff0bed72dabd910bbdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.868343  4203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be5477147c8c4ff0bed72dabd910bbdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.877127  4426 tablet_service.cc:1511] Processing CreateTablet for tablet be5477147c8c4ff0bed72dabd910bbdf (DEFAULT_TABLE table=test-workload [id=86be6c3a70294010926b15a5e5f0fdd6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:12:57.878417  4426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be5477147c8c4ff0bed72dabd910bbdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:12:57.882578  4482 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: Bootstrap starting.
I20260630 12:12:57.884121  4483 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: Bootstrap starting.
I20260630 12:12:57.889109  4482 tablet_bootstrap.cc:654] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.892201  4483 tablet_bootstrap.cc:654] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.893280  4484 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: Bootstrap starting.
I20260630 12:12:57.897382  4483 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: No bootstrap required, opened a new log
I20260630 12:12:57.897861  4482 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: No bootstrap required, opened a new log
I20260630 12:12:57.897943  4483 ts_tablet_manager.cc:1403] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:12:57.898386  4482 ts_tablet_manager.cc:1403] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:12:57.900740  4484 tablet_bootstrap.cc:654] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: Neither blocks nor log segments found. Creating new log.
I20260630 12:12:57.900609  4483 raft_consensus.cc:359] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.901360  4483 raft_consensus.cc:385] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.901664  4483 raft_consensus.cc:740] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c201ef874e514dc3928e195d40e31e2b, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.901249  4482 raft_consensus.cc:359] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.902063  4482 raft_consensus.cc:385] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.902384  4482 raft_consensus.cc:740] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03d9ed6f24664e449fe35228d5a193b9, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.902354  4483 consensus_queue.cc:260] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.903295  4482 consensus_queue.cc:260] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.905440  4483 ts_tablet_manager.cc:1434] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:12:57.908531  4482 ts_tablet_manager.cc:1434] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.004s
I20260630 12:12:57.909735  4484 tablet_bootstrap.cc:492] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: No bootstrap required, opened a new log
I20260630 12:12:57.910224  4484 ts_tablet_manager.cc:1403] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.004s
I20260630 12:12:57.912995  4484 raft_consensus.cc:359] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.913681  4484 raft_consensus.cc:385] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:12:57.913968  4484 raft_consensus.cc:740] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 711a9143aa484042acdebdb3df50fa76, State: Initialized, Role: FOLLOWER
I20260630 12:12:57.914747  4484 consensus_queue.cc:260] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.917779  4484 ts_tablet_manager.cc:1434] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:12:57.955067  4490 raft_consensus.cc:493] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:12:57.955616  4490 raft_consensus.cc:515] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.957609  4490 leader_election.cc:290] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 03d9ed6f24664e449fe35228d5a193b9 (127.0.107.193:36893), c201ef874e514dc3928e195d40e31e2b (127.0.107.194:44603)
I20260630 12:12:57.969722  4213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "711a9143aa484042acdebdb3df50fa76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03d9ed6f24664e449fe35228d5a193b9" is_pre_election: true
I20260630 12:12:57.970518  4213 raft_consensus.cc:2468] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 711a9143aa484042acdebdb3df50fa76 in term 0.
I20260630 12:12:57.970729  4288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "711a9143aa484042acdebdb3df50fa76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c201ef874e514dc3928e195d40e31e2b" is_pre_election: true
I20260630 12:12:57.971447  4288 raft_consensus.cc:2468] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 711a9143aa484042acdebdb3df50fa76 in term 0.
I20260630 12:12:57.971832  4400 leader_election.cc:304] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 03d9ed6f24664e449fe35228d5a193b9, 711a9143aa484042acdebdb3df50fa76; no voters: 
I20260630 12:12:57.972625  4490 raft_consensus.cc:2804] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:12:57.972971  4490 raft_consensus.cc:493] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:12:57.973330  4490 raft_consensus.cc:3060] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.978881  4490 raft_consensus.cc:515] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.980409  4490 leader_election.cc:290] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [CANDIDATE]: Term 1 election: Requested vote from peers 03d9ed6f24664e449fe35228d5a193b9 (127.0.107.193:36893), c201ef874e514dc3928e195d40e31e2b (127.0.107.194:44603)
I20260630 12:12:57.981276  4213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "711a9143aa484042acdebdb3df50fa76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "03d9ed6f24664e449fe35228d5a193b9"
I20260630 12:12:57.981617  4288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "711a9143aa484042acdebdb3df50fa76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c201ef874e514dc3928e195d40e31e2b"
I20260630 12:12:57.981765  4213 raft_consensus.cc:3060] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.982129  4288 raft_consensus.cc:3060] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:12:57.987025  4213 raft_consensus.cc:2468] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 711a9143aa484042acdebdb3df50fa76 in term 1.
I20260630 12:12:57.987303  4288 raft_consensus.cc:2468] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 711a9143aa484042acdebdb3df50fa76 in term 1.
I20260630 12:12:57.988140  4400 leader_election.cc:304] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 03d9ed6f24664e449fe35228d5a193b9, 711a9143aa484042acdebdb3df50fa76; no voters: 
I20260630 12:12:57.988973  4490 raft_consensus.cc:2804] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:12:57.990142  4490 raft_consensus.cc:697] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 1 LEADER]: Becoming Leader. State: Replica: 711a9143aa484042acdebdb3df50fa76, State: Running, Role: LEADER
I20260630 12:12:57.990952  4490 consensus_queue.cc:237] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:12:57.998857  4111 catalog_manager.cc:5697] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 reported cstate change: term changed from 0 to 1, leader changed from <none> to 711a9143aa484042acdebdb3df50fa76 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "711a9143aa484042acdebdb3df50fa76" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } health_report { overall_health: HEALTHY } } }
I20260630 12:12:58.304107  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:12:58.305948  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:12:58.306344  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:12:58.512706  4495 consensus_queue.cc:1048] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:12:58.526461  4500 consensus_queue.cc:1048] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:00.077805  4234 debug-util.cc:398] Leaking SignalData structure 0x7b08001d5c60 after lost signal to thread 434
W20260630 12:13:00.078835  4234 debug-util.cc:398] Leaking SignalData structure 0x7b0800218c40 after lost signal to thread 4145
W20260630 12:13:00.079993  4234 debug-util.cc:398] Leaking SignalData structure 0x7b0800228080 after lost signal to thread 4237
W20260630 12:13:00.083413  4234 debug-util.cc:398] Leaking SignalData structure 0x7b080011d260 after lost signal to thread 4312
W20260630 12:13:00.088783  4234 debug-util.cc:398] Leaking SignalData structure 0x7b0800125160 after lost signal to thread 4386
W20260630 12:13:00.115543  4234 debug-util.cc:398] Leaking SignalData structure 0x7b08000cbce0 after lost signal to thread 4460
I20260630 12:13:00.307547  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:00.570029  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:00.588378  4508 raft_consensus.cc:493] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 711a9143aa484042acdebdb3df50fa76)
I20260630 12:13:00.589735  4508 raft_consensus.cc:515] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "03d9ed6f24664e449fe35228d5a193b9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36893 } } peers { permanent_uuid: "c201ef874e514dc3928e195d40e31e2b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44603 } } peers { permanent_uuid: "711a9143aa484042acdebdb3df50fa76" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46711 } }
I20260630 12:13:00.592578  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:00.600539  4508 leader_election.cc:290] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 03d9ed6f24664e449fe35228d5a193b9 (127.0.107.193:36893), 711a9143aa484042acdebdb3df50fa76 (127.0.107.196:46711)
I20260630 12:13:00.639825  4213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "c201ef874e514dc3928e195d40e31e2b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "03d9ed6f24664e449fe35228d5a193b9" is_pre_election: true
I20260630 12:13:00.640720  4436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be5477147c8c4ff0bed72dabd910bbdf" candidate_uuid: "c201ef874e514dc3928e195d40e31e2b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "711a9143aa484042acdebdb3df50fa76" is_pre_election: true
I20260630 12:13:00.642721  4253 leader_election.cc:304] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [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: c201ef874e514dc3928e195d40e31e2b; no voters: 03d9ed6f24664e449fe35228d5a193b9, 711a9143aa484042acdebdb3df50fa76
I20260630 12:13:00.643755  4508 raft_consensus.cc:2749] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:13:01.095445  4383 debug-util.cc:398] Leaking SignalData structure 0x7b080014a160 after lost signal to thread 434
W20260630 12:13:01.096659  4383 debug-util.cc:398] Leaking SignalData structure 0x7b08000c98c0 after lost signal to thread 4145
W20260630 12:13:01.097990  4383 debug-util.cc:398] Leaking SignalData structure 0x7b080004a040 after lost signal to thread 4237
W20260630 12:13:01.099143  4383 debug-util.cc:398] Leaking SignalData structure 0x7b080019bf20 after lost signal to thread 4312
W20260630 12:13:01.100265  4383 debug-util.cc:398] Leaking SignalData structure 0x7b080009e940 after lost signal to thread 4386
W20260630 12:13:01.101186  4383 debug-util.cc:398] Leaking SignalData structure 0x7b08002008c0 after lost signal to thread 4460
I20260630 12:13:02.593892  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:02.595719  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:02.596282  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:04.597802  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:04.599046  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:04.599385  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:06.600273  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:06.601574  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:06.601963  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:08.602880  4164 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:08.604264  4164 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:08.604573  4164 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:09.595515   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:09.619554   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:09.620386   431 tablet_replica.cc:333] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9: stopping tablet replica
I20260630 12:13:09.620990   431 raft_consensus.cc:2243] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:09.621556   431 raft_consensus.cc:2272] T be5477147c8c4ff0bed72dabd910bbdf P 03d9ed6f24664e449fe35228d5a193b9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:09.660820   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:09.672096   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:09.691517   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:09.692199   431 tablet_replica.cc:333] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b: stopping tablet replica
I20260630 12:13:09.692741   431 raft_consensus.cc:2243] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:09.693184   431 raft_consensus.cc:2272] T be5477147c8c4ff0bed72dabd910bbdf P c201ef874e514dc3928e195d40e31e2b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:09.712738   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:09.723394   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:09.745422   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:09.778554   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:09.787132   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:09.805337   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:09.805948   431 tablet_replica.cc:333] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76: stopping tablet replica
I20260630 12:13:09.806418   431 raft_consensus.cc:2243] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:09.807204   431 raft_consensus.cc:2272] T be5477147c8c4ff0bed72dabd910bbdf P 711a9143aa484042acdebdb3df50fa76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:09.825809   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:09.836153   431 master.cc:562] Master@127.0.107.254:46683 shutting down...
I20260630 12:13:09.865270   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:09.865904   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:09.866220   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2a0347270b2241e7ba01bef32218bd7d: stopping tablet replica
I20260630 12:13:09.884404   431 master.cc:584] Master@127.0.107.254:46683 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13745 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:13:09.917510   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38465
I20260630 12:13:09.918576   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:09.924304  4514 instance_detector.cc: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:09.924352  4515 instance_detector.cc: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:09.924860  4517 instance_detector.cc: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:09.926026   431 server_base.cc:1061] running on GCE node
I20260630 12:13:09.926872   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:09.927055   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:09.927170   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821589927158 us; error 0 us; skew 500 ppm
I20260630 12:13:09.927647   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:09.929842   431 webserver.cc:533] Webserver started at http://127.0.107.254:33061/ using document root <none> and password file <none>
I20260630 12:13:09.930284   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:09.930441   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:09.930670   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:09.931811   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "7abf17f89d1a4c84be3165fc982246ca"
format_stamp: "Formatted at 2026-06-30 12:13:09 on dist-test-slave-g2rq"
I20260630 12:13:09.936143   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:13:09.939306  4522 log_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:09.940029   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:09.940295   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "7abf17f89d1a4c84be3165fc982246ca"
format_stamp: "Formatted at 2026-06-30 12:13:09 on dist-test-slave-g2rq"
I20260630 12:13:09.940555   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-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:09.953064   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:09.954216   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:09.993619   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38465
I20260630 12:13:09.993724  4573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38465 every 8 connection(s)
I20260630 12:13:09.997453  4574 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:10.008988  4574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca: Bootstrap starting.
I20260630 12:13:10.013504  4574 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:10.017535  4574 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca: No bootstrap required, opened a new log
I20260630 12:13:10.019659  4574 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER }
I20260630 12:13:10.020035  4574 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:10.020251  4574 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7abf17f89d1a4c84be3165fc982246ca, State: Initialized, Role: FOLLOWER
I20260630 12:13:10.020834  4574 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER }
I20260630 12:13:10.021309  4574 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:10.021524  4574 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:10.021773  4574 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:10.026382  4574 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER }
I20260630 12:13:10.026912  4574 leader_election.cc:304] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [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: 7abf17f89d1a4c84be3165fc982246ca; no voters: 
I20260630 12:13:10.028079  4574 leader_election.cc:290] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:10.028427  4577 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:10.029752  4577 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 1 LEADER]: Becoming Leader. State: Replica: 7abf17f89d1a4c84be3165fc982246ca, State: Running, Role: LEADER
I20260630 12:13:10.030355  4577 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [LEADER]: Queue going to LEADER mode. State: All 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: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER }
I20260630 12:13:10.030961  4574 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:10.035238  4579 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7abf17f89d1a4c84be3165fc982246ca. Latest consensus state: current_term: 1 leader_uuid: "7abf17f89d1a4c84be3165fc982246ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER } }
I20260630 12:13:10.036167  4579 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:10.036036  4578 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7abf17f89d1a4c84be3165fc982246ca" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7abf17f89d1a4c84be3165fc982246ca" member_type: VOTER } }
I20260630 12:13:10.037832  4578 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:10.039227  4585 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:10.045128  4585 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:10.046087   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:10.053785  4585 catalog_manager.cc:1383] Generated new cluster ID: 320a4e145aed4523b07c7111f89c8d0d
I20260630 12:13:10.054087  4585 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:10.077519  4585 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:10.078774  4585 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:10.094563  4585 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca: Generated new TSK 0
I20260630 12:13:10.095199  4585 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:10.112897   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:10.118821  4595 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:10.119671  4596 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:10.121059  4598 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:10.121837   431 server_base.cc:1061] running on GCE node
I20260630 12:13:10.122699   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:10.122889   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:10.123061   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821590123042 us; error 0 us; skew 500 ppm
I20260630 12:13:10.123628   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:10.125952   431 webserver.cc:533] Webserver started at http://127.0.107.193:38897/ using document root <none> and password file <none>
I20260630 12:13:10.126462   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:10.126622   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:10.126897   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:10.127978   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "8b918ba1bd4f456898658684438cabf3"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.132383   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:10.135703  4603 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.136482   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:10.136775   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "8b918ba1bd4f456898658684438cabf3"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.137060   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-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:10.168260   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:10.169409   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:10.170833   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:10.173089   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:10.173282   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.173506   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:10.173666   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.211839   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44229
I20260630 12:13:10.211934  4665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44229 every 8 connection(s)
I20260630 12:13:10.216583   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:10.223955  4671 instance_detector.cc: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:10.224854  4670 instance_detector.cc: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:10.225991  4673 instance_detector.cc: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:10.226480   431 server_base.cc:1061] running on GCE node
I20260630 12:13:10.227277   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:10.227527   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:10.227690   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821590227671 us; error 0 us; skew 500 ppm
I20260630 12:13:10.228371   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:10.229059  4666 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38465
I20260630 12:13:10.229393  4666 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:10.230089  4666 heartbeater.cc:507] Master 127.0.107.254:38465 requested a full tablet report, sending...
I20260630 12:13:10.231098   431 webserver.cc:533] Webserver started at http://127.0.107.194:44027/ using document root <none> and password file <none>
I20260630 12:13:10.231693   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:10.231879   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:10.232131   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:10.232074  4539 ts_manager.cc:194] Registered new tserver with Master: 8b918ba1bd4f456898658684438cabf3 (127.0.107.193:44229)
I20260630 12:13:10.233258   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "c8e51779064841d284cd4d0fc15e0e5e"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.233928  4539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56746
I20260630 12:13:10.237670   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:10.241139  4678 log_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:10.241931   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:13:10.242220   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "c8e51779064841d284cd4d0fc15e0e5e"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.242520   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-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:10.255060   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:10.256229   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:10.257589   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:10.259778   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:10.259984   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.260207   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:10.260353   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.297869   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45889
I20260630 12:13:10.297962  4740 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45889 every 8 connection(s)
I20260630 12:13:10.302349   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:10.309559  4744 instance_detector.cc: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:10.310025  4745 instance_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:10.312836   431 server_base.cc:1061] running on GCE node
W20260630 12:13:10.313339  4747 instance_detector.cc: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:10.313887  4741 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38465
I20260630 12:13:10.314239  4741 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:10.314265   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:10.314590   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:10.314746   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821590314730 us; error 0 us; skew 500 ppm
I20260630 12:13:10.315057  4741 heartbeater.cc:507] Master 127.0.107.254:38465 requested a full tablet report, sending...
I20260630 12:13:10.315276   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:10.317467  4539 ts_manager.cc:194] Registered new tserver with Master: c8e51779064841d284cd4d0fc15e0e5e (127.0.107.194:45889)
I20260630 12:13:10.317979   431 webserver.cc:533] Webserver started at http://127.0.107.195:44301/ using document root <none> and password file <none>
I20260630 12:13:10.318482   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:10.318647   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:10.318897   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:10.318909  4539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56756
I20260630 12:13:10.320281   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "314dbd456bc4478f9ef344b0652c3ca5"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.324606   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:13:10.328055  4752 log_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:10.328810   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:10.329125   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "314dbd456bc4478f9ef344b0652c3ca5"
format_stamp: "Formatted at 2026-06-30 12:13:10 on dist-test-slave-g2rq"
I20260630 12:13:10.329385   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782821479742301-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:10.343227   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:10.344422   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:10.345777   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:10.347926   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:10.348109   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.348356   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:10.348502   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:10.385471   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45401
I20260630 12:13:10.385576  4814 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45401 every 8 connection(s)
I20260630 12:13:10.398348  4815 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38465
I20260630 12:13:10.398703  4815 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:10.399376  4815 heartbeater.cc:507] Master 127.0.107.254:38465 requested a full tablet report, sending...
I20260630 12:13:10.401265  4539 ts_manager.cc:194] Registered new tserver with Master: 314dbd456bc4478f9ef344b0652c3ca5 (127.0.107.195:45401)
I20260630 12:13:10.401732   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013368518s
I20260630 12:13:10.402987  4539 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56762
I20260630 12:13:11.236793  4666 heartbeater.cc:499] Master 127.0.107.254:38465 was elected leader, sending a full tablet report...
I20260630 12:13:11.322002  4741 heartbeater.cc:499] Master 127.0.107.254:38465 was elected leader, sending a full tablet report...
I20260630 12:13:11.406038  4815 heartbeater.cc:499] Master 127.0.107.254:38465 was elected leader, sending a full tablet report...
I20260630 12:13:11.473223  4539 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56774:
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:11.475309  4539 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:11.520409  4631 tablet_service.cc:1511] Processing CreateTablet for tablet 3236210624ce432e96faed293f744978 (DEFAULT_TABLE table=test-workload [id=8ae8afa9116a41b1873227ce8714b18a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:11.522194  4631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3236210624ce432e96faed293f744978. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:11.528707  4706 tablet_service.cc:1511] Processing CreateTablet for tablet 3236210624ce432e96faed293f744978 (DEFAULT_TABLE table=test-workload [id=8ae8afa9116a41b1873227ce8714b18a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:11.530154  4706 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3236210624ce432e96faed293f744978. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:11.530532  4780 tablet_service.cc:1511] Processing CreateTablet for tablet 3236210624ce432e96faed293f744978 (DEFAULT_TABLE table=test-workload [id=8ae8afa9116a41b1873227ce8714b18a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:11.532125  4780 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3236210624ce432e96faed293f744978. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:11.545819  4837 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: Bootstrap starting.
I20260630 12:13:11.547099  4838 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: Bootstrap starting.
I20260630 12:13:11.552129  4837 tablet_bootstrap.cc:654] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:11.554425  4838 tablet_bootstrap.cc:654] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:11.554685  4839 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: Bootstrap starting.
I20260630 12:13:11.558348  4837 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: No bootstrap required, opened a new log
I20260630 12:13:11.558909  4837 ts_tablet_manager.cc:1403] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.003s
I20260630 12:13:11.559549  4838 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: No bootstrap required, opened a new log
I20260630 12:13:11.559937  4838 ts_tablet_manager.cc:1403] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:13:11.561728  4839 tablet_bootstrap.cc:654] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:11.562026  4837 raft_consensus.cc:359] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.562551  4838 raft_consensus.cc:359] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.562992  4837 raft_consensus.cc:385] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:11.563155  4838 raft_consensus.cc:385] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:11.563401  4837 raft_consensus.cc:740] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b918ba1bd4f456898658684438cabf3, State: Initialized, Role: FOLLOWER
I20260630 12:13:11.563521  4838 raft_consensus.cc:740] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8e51779064841d284cd4d0fc15e0e5e, State: Initialized, Role: FOLLOWER
I20260630 12:13:11.564661  4838 consensus_queue.cc:260] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.564443  4837 consensus_queue.cc:260] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.567523  4838 ts_tablet_manager.cc:1434] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:13:11.573570  4837 ts_tablet_manager.cc:1434] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.004s
I20260630 12:13:11.574879  4839 tablet_bootstrap.cc:492] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: No bootstrap required, opened a new log
I20260630 12:13:11.575398  4839 ts_tablet_manager.cc:1403] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.012s
I20260630 12:13:11.577946  4839 raft_consensus.cc:359] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.578598  4839 raft_consensus.cc:385] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:11.578831  4839 raft_consensus.cc:740] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 314dbd456bc4478f9ef344b0652c3ca5, State: Initialized, Role: FOLLOWER
I20260630 12:13:11.579558  4839 consensus_queue.cc:260] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.581964  4839 ts_tablet_manager.cc:1434] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.004s
W20260630 12:13:11.640503  4816 tablet.cc:2406] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:11.831393  4845 raft_consensus.cc:493] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:11.831928  4845 raft_consensus.cc:515] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.834039  4845 leader_election.cc:290] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b918ba1bd4f456898658684438cabf3 (127.0.107.193:44229), c8e51779064841d284cd4d0fc15e0e5e (127.0.107.194:45889)
I20260630 12:13:11.845490  4641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3236210624ce432e96faed293f744978" candidate_uuid: "314dbd456bc4478f9ef344b0652c3ca5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b918ba1bd4f456898658684438cabf3" is_pre_election: true
I20260630 12:13:11.845892  4716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3236210624ce432e96faed293f744978" candidate_uuid: "314dbd456bc4478f9ef344b0652c3ca5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8e51779064841d284cd4d0fc15e0e5e" is_pre_election: true
I20260630 12:13:11.846217  4641 raft_consensus.cc:2468] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 314dbd456bc4478f9ef344b0652c3ca5 in term 0.
I20260630 12:13:11.846508  4716 raft_consensus.cc:2468] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 314dbd456bc4478f9ef344b0652c3ca5 in term 0.
I20260630 12:13:11.847477  4755 leader_election.cc:304] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 314dbd456bc4478f9ef344b0652c3ca5, 8b918ba1bd4f456898658684438cabf3; no voters: 
I20260630 12:13:11.848258  4845 raft_consensus.cc:2804] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:11.848551  4845 raft_consensus.cc:493] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:11.848798  4845 raft_consensus.cc:3060] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:11.854661  4845 raft_consensus.cc:515] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.856240  4845 leader_election.cc:290] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [CANDIDATE]: Term 1 election: Requested vote from peers 8b918ba1bd4f456898658684438cabf3 (127.0.107.193:44229), c8e51779064841d284cd4d0fc15e0e5e (127.0.107.194:45889)
I20260630 12:13:11.857133  4641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3236210624ce432e96faed293f744978" candidate_uuid: "314dbd456bc4478f9ef344b0652c3ca5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b918ba1bd4f456898658684438cabf3"
I20260630 12:13:11.857456  4716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3236210624ce432e96faed293f744978" candidate_uuid: "314dbd456bc4478f9ef344b0652c3ca5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8e51779064841d284cd4d0fc15e0e5e"
I20260630 12:13:11.857738  4641 raft_consensus.cc:3060] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:11.857998  4716 raft_consensus.cc:3060] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:11.865883  4641 raft_consensus.cc:2468] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 314dbd456bc4478f9ef344b0652c3ca5 in term 1.
I20260630 12:13:11.865883  4716 raft_consensus.cc:2468] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 314dbd456bc4478f9ef344b0652c3ca5 in term 1.
I20260630 12:13:11.867676  4754 leader_election.cc:304] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 314dbd456bc4478f9ef344b0652c3ca5, c8e51779064841d284cd4d0fc15e0e5e; no voters: 
I20260630 12:13:11.868481  4845 raft_consensus.cc:2804] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:11.869609  4845 raft_consensus.cc:697] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 1 LEADER]: Becoming Leader. State: Replica: 314dbd456bc4478f9ef344b0652c3ca5, State: Running, Role: LEADER
I20260630 12:13:11.870846  4845 consensus_queue.cc:237] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } }
I20260630 12:13:11.879448  4537 catalog_manager.cc:5697] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 314dbd456bc4478f9ef344b0652c3ca5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "314dbd456bc4478f9ef344b0652c3ca5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "314dbd456bc4478f9ef344b0652c3ca5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:12.044661  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:12.045783  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:12.047092  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:12.047427  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:12.290966  4845 consensus_queue.cc:1048] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b918ba1bd4f456898658684438cabf3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44229 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:12.302881  4845 consensus_queue.cc:1048] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8e51779064841d284cd4d0fc15e0e5e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:13.053365  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:14.048346  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:14.049629  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:14.049943  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:14.062026  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:15.070461  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:16.050932  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:16.052177  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:16.052479  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:16.078559  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:17.087013  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:18.053371  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:18.054664  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:18.054996  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:18.095778  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:19.103695  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:20.055958  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:20.057236  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:20.057539  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:20.111613  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:21.118752  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:22.058652  4592 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:22.060052  4592 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:22.060350  4592 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:22.125560  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:22.965369   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:22.990814   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:22.991542   431 tablet_replica.cc:333] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3: stopping tablet replica
I20260630 12:13:22.992105   431 raft_consensus.cc:2243] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:22.992663   431 raft_consensus.cc:2272] T 3236210624ce432e96faed293f744978 P 8b918ba1bd4f456898658684438cabf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.013455   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:23.025981   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:23.045693   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:23.046448   431 tablet_replica.cc:333] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e: stopping tablet replica
I20260630 12:13:23.047087   431 raft_consensus.cc:2243] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:23.047644   431 raft_consensus.cc:2272] T 3236210624ce432e96faed293f744978 P c8e51779064841d284cd4d0fc15e0e5e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.068603   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:23.079535   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:23.098172   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:23.098814   431 tablet_replica.cc:333] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5: stopping tablet replica
I20260630 12:13:23.099385   431 raft_consensus.cc:2243] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:23.100293   431 raft_consensus.cc:2272] T 3236210624ce432e96faed293f744978 P 314dbd456bc4478f9ef344b0652c3ca5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.119174   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:23.129849   431 master.cc:562] Master@127.0.107.254:38465 shutting down...
I20260630 12:13:23.133283  4587 placement_policy_util.cc:411] tablet 3236210624ce432e96faed293f744978: detected majority of replicas (2 of 3) at location L0
I20260630 12:13:23.149554   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:23.150285   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:23.150614   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7abf17f89d1a4c84be3165fc982246ca: stopping tablet replica
I20260630 12:13:23.169474   431 master.cc:584] Master@127.0.107.254:38465 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13286 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:13:23.204517   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42419
I20260630 12:13:23.205672   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:23.211558  4862 instance_detector.cc: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.212183  4865 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:13:23.211457  4863 instance_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:23.213512   431 server_base.cc:1061] running on GCE node
I20260630 12:13:23.214359   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:23.214540   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.214664   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821603214640 us; error 0 us; skew 500 ppm
I20260630 12:13:23.215091   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:23.217649   431 webserver.cc:533] Webserver started at http://127.0.107.254:36269/ using document root <none> and password file <none>
I20260630 12:13:23.218089   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:23.218250   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:23.218478   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:23.219657   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "e030686ecf2f42ab9c3e979db231ac76"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.224232   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:23.228013  4870 log_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.228826   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:13:23.229100   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "e030686ecf2f42ab9c3e979db231ac76"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.229372   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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.244349   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:23.245550   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:23.284158   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42419
I20260630 12:13:23.284260  4921 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42419 every 8 connection(s)
I20260630 12:13:23.288067  4922 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.299844  4922 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76: Bootstrap starting.
I20260630 12:13:23.304590  4922 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:23.309369  4922 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76: No bootstrap required, opened a new log
I20260630 12:13:23.311820  4922 raft_consensus.cc:359] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER }
I20260630 12:13:23.312317  4922 raft_consensus.cc:385] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:23.312505  4922 raft_consensus.cc:740] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e030686ecf2f42ab9c3e979db231ac76, State: Initialized, Role: FOLLOWER
I20260630 12:13:23.313803  4922 consensus_queue.cc:260] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER }
I20260630 12:13:23.314352  4922 raft_consensus.cc:399] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:23.314579  4922 raft_consensus.cc:493] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:23.314803  4922 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:23.319711  4922 raft_consensus.cc:515] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER }
I20260630 12:13:23.320235  4922 leader_election.cc:304] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [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: e030686ecf2f42ab9c3e979db231ac76; no voters: 
I20260630 12:13:23.321374  4922 leader_election.cc:290] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:23.321694  4925 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:23.323084  4925 raft_consensus.cc:697] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 1 LEADER]: Becoming Leader. State: Replica: e030686ecf2f42ab9c3e979db231ac76, State: Running, Role: LEADER
I20260630 12:13:23.323735  4925 consensus_queue.cc:237] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [LEADER]: Queue going to LEADER mode. State: All 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: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER }
I20260630 12:13:23.324247  4922 sys_catalog.cc:565] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:23.326598  4927 sys_catalog.cc:455] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e030686ecf2f42ab9c3e979db231ac76. Latest consensus state: current_term: 1 leader_uuid: "e030686ecf2f42ab9c3e979db231ac76" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER } }
I20260630 12:13:23.326576  4926 sys_catalog.cc:455] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e030686ecf2f42ab9c3e979db231ac76" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e030686ecf2f42ab9c3e979db231ac76" member_type: VOTER } }
I20260630 12:13:23.327353  4927 sys_catalog.cc:458] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:23.327430  4926 sys_catalog.cc:458] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:23.330430  4932 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:23.337929  4932 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:23.339016   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:23.347364  4932 catalog_manager.cc:1383] Generated new cluster ID: 6cf7c0ab42ec4c6ba4fa43f4b34bb487
I20260630 12:13:23.347690  4932 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:23.359737  4932 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:23.361084  4932 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:23.383111  4932 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76: Generated new TSK 0
I20260630 12:13:23.383728  4932 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:23.406213   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:23.412514  4943 instance_detector.cc: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.413393  4944 instance_detector.cc: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.414860  4946 instance_detector.cc: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.415524   431 server_base.cc:1061] running on GCE node
I20260630 12:13:23.416437   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:23.416628   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.416800   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821603416783 us; error 0 us; skew 500 ppm
I20260630 12:13:23.417338   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:23.419775   431 webserver.cc:533] Webserver started at http://127.0.107.193:37527/ using document root <none> and password file <none>
I20260630 12:13:23.420261   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:23.420421   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:23.420675   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:23.421780   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "8b3e67f9441942c0a7f4a42fff468749"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.426532   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:13:23.430459  4951 log_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.431478   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:13:23.431859   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "8b3e67f9441942c0a7f4a42fff468749"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.432188   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:23.447014   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:23.448226   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:23.449718   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:23.452091   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:23.452289   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.452507   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:23.452669   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.493865   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46259
I20260630 12:13:23.493958  5013 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46259 every 8 connection(s)
I20260630 12:13:23.498767   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:23.506343  5018 instance_detector.cc: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.506716  5019 instance_detector.cc: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.509584  5021 instance_detector.cc: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.510896   431 server_base.cc:1061] running on GCE node
I20260630 12:13:23.511907   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:23.512172   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.512349   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821603512330 us; error 0 us; skew 500 ppm
I20260630 12:13:23.512874   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:23.513492  5014 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:23.513936  5014 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:23.514792  5014 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
I20260630 12:13:23.515630   431 webserver.cc:533] Webserver started at http://127.0.107.194:45759/ using document root <none> and password file <none>
I20260630 12:13:23.516144   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:23.516302   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:23.516559   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:23.517122  4887 ts_manager.cc:194] Registered new tserver with Master: 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:23.517774   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "e09876942193410688da642b8f8b011d"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.518916  4887 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55172
I20260630 12:13:23.522825   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:13:23.526686  5026 log_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.527556   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:13:23.527842   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "e09876942193410688da642b8f8b011d"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.528085   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:23.561798   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:23.562968   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:23.564488   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:23.566787   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:23.566983   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.567250   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:23.567433   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:13:23.611930   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33311
I20260630 12:13:23.612087  5088 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33311 every 8 connection(s)
I20260630 12:13:23.616844   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:23.625880  5093 instance_detector.cc: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.627105  5092 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:13:23.630259   431 server_base.cc:1061] running on GCE node
I20260630 12:13:23.630877  5089 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:23.631361  5089 heartbeater.cc:461] Registering TS with master...
W20260630 12:13:23.631466  5095 instance_detector.cc: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.632467  5089 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
I20260630 12:13:23.632668   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:23.632920   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.633109   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821603633091 us; error 0 us; skew 500 ppm
I20260630 12:13:23.633775   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:23.634711  4887 ts_manager.cc:194] Registered new tserver with Master: e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:23.636217  4887 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55174
I20260630 12:13:23.636518   431 webserver.cc:533] Webserver started at http://127.0.107.195:46651/ using document root <none> and password file <none>
I20260630 12:13:23.637029   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:23.637292   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:23.637593   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:23.638724   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "b50cb6ad008245c3a7af4eff433db177"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.643002   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:23.646343  5100 log_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.647189   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:23.647495   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "b50cb6ad008245c3a7af4eff433db177"
format_stamp: "Formatted at 2026-06-30 12:13:23 on dist-test-slave-g2rq"
I20260630 12:13:23.647744   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:23.665345   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:23.666450   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:23.667851   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:23.669950   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:23.670123   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.670352   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:23.670495   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:23.708082   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39745
I20260630 12:13:23.708184  5162 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39745 every 8 connection(s)
I20260630 12:13:23.721510  5163 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:23.721899  5163 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:23.722671  5163 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
I20260630 12:13:23.724676  4887 ts_manager.cc:194] Registered new tserver with Master: b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:23.725116   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013892985s
I20260630 12:13:23.726321  4887 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54442
I20260630 12:13:24.521991  5014 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:24.638751  5089 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:24.729482  5163 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:24.786883  4887 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54450:
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:24.789942  4887 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:24.869272  5128 tablet_service.cc:1511] Processing CreateTablet for tablet 67c8a97a1b3d4f9b84df9ca768de11be (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:24.869786  5127 tablet_service.cc:1511] Processing CreateTablet for tablet dbe0bd1328264ed79e0633b59346d147 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:24.870777  5128 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67c8a97a1b3d4f9b84df9ca768de11be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.871479  5127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbe0bd1328264ed79e0633b59346d147. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.878631  5126 tablet_service.cc:1511] Processing CreateTablet for tablet b233cdbde9bd4fd09c8dbadda25b7e2c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:24.880183  5126 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b233cdbde9bd4fd09c8dbadda25b7e2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.880008  5124 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7fba26bc344a9ab53800ca0abeb609 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:24.882210  5125 tablet_service.cc:1511] Processing CreateTablet for tablet b4bdbabd91f447859f31d38995974357 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:24.883723  5125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4bdbabd91f447859f31d38995974357. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.887777  5124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7fba26bc344a9ab53800ca0abeb609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.890944  5123 tablet_service.cc:1511] Processing CreateTablet for tablet 9d1e4108d061458a8a3777674e23b735 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:24.892467  5123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d1e4108d061458a8a3777674e23b735. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.906296  4974 tablet_service.cc:1511] Processing CreateTablet for tablet 9d1e4108d061458a8a3777674e23b735 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:24.910813  4974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d1e4108d061458a8a3777674e23b735. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.905200  4973 tablet_service.cc:1511] Processing CreateTablet for tablet fb7e32570d4f464ab0a507286b77bdca (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:24.912598  5045 tablet_service.cc:1511] Processing CreateTablet for tablet 7b6161a19c194734ba45db96046f3fe3 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:24.913533  4973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb7e32570d4f464ab0a507286b77bdca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.913970  5045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b6161a19c194734ba45db96046f3fe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.895542  5050 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7fba26bc344a9ab53800ca0abeb609 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:24.916071  5050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7fba26bc344a9ab53800ca0abeb609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.915926  5119 tablet_service.cc:1511] Processing CreateTablet for tablet 7b6161a19c194734ba45db96046f3fe3 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:24.917264  5119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b6161a19c194734ba45db96046f3fe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.907848  4976 tablet_service.cc:1511] Processing CreateTablet for tablet b4bdbabd91f447859f31d38995974357 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:24.908010  4972 tablet_service.cc:1511] Processing CreateTablet for tablet 370d7aa4cc01402e8966cc4a8ce79a40 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:24.909299  5120 tablet_service.cc:1511] Processing CreateTablet for tablet b4fea64429fa4065989061d2188f7d5e (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:24.920050  4976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4bdbabd91f447859f31d38995974357. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.920833  5120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fea64429fa4065989061d2188f7d5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.907816  5046 tablet_service.cc:1511] Processing CreateTablet for tablet b4fea64429fa4065989061d2188f7d5e (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:24.922278  4972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 370d7aa4cc01402e8966cc4a8ce79a40. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.923002  5046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fea64429fa4065989061d2188f7d5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.896701  4978 tablet_service.cc:1511] Processing CreateTablet for tablet dbe0bd1328264ed79e0633b59346d147 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:24.905133  5121 tablet_service.cc:1511] Processing CreateTablet for tablet 370d7aa4cc01402e8966cc4a8ce79a40 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:24.926175  5121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 370d7aa4cc01402e8966cc4a8ce79a40. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.892552  4979 tablet_service.cc:1511] Processing CreateTablet for tablet 67c8a97a1b3d4f9b84df9ca768de11be (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:24.892699  5054 tablet_service.cc:1511] Processing CreateTablet for tablet 67c8a97a1b3d4f9b84df9ca768de11be (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:13:24.928521  5054 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67c8a97a1b3d4f9b84df9ca768de11be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.930514  4971 tablet_service.cc:1511] Processing CreateTablet for tablet b4fea64429fa4065989061d2188f7d5e (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:13:24.894335  5053 tablet_service.cc:1511] Processing CreateTablet for tablet dbe0bd1328264ed79e0633b59346d147 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:13:24.932091  5053 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbe0bd1328264ed79e0633b59346d147. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.928416  4979 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67c8a97a1b3d4f9b84df9ca768de11be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.935382  4971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fea64429fa4065989061d2188f7d5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.936071  4978 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbe0bd1328264ed79e0633b59346d147. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.936687  4970 tablet_service.cc:1511] Processing CreateTablet for tablet 7b6161a19c194734ba45db96046f3fe3 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:13:24.938037  4970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b6161a19c194734ba45db96046f3fe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.894354  5051 tablet_service.cc:1511] Processing CreateTablet for tablet b4bdbabd91f447859f31d38995974357 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:13:24.940287  5051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4bdbabd91f447859f31d38995974357. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.895430  5049 tablet_service.cc:1511] Processing CreateTablet for tablet 9d1e4108d061458a8a3777674e23b735 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:13:24.944149  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d1e4108d061458a8a3777674e23b735. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.896821  5052 tablet_service.cc:1511] Processing CreateTablet for tablet b233cdbde9bd4fd09c8dbadda25b7e2c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:24.898072  4977 tablet_service.cc:1511] Processing CreateTablet for tablet b233cdbde9bd4fd09c8dbadda25b7e2c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:13:24.946887  5052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b233cdbde9bd4fd09c8dbadda25b7e2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.898559  5048 tablet_service.cc:1511] Processing CreateTablet for tablet fb7e32570d4f464ab0a507286b77bdca (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:24.947880  5048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb7e32570d4f464ab0a507286b77bdca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.900331  5047 tablet_service.cc:1511] Processing CreateTablet for tablet 370d7aa4cc01402e8966cc4a8ce79a40 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:13:24.950292  5047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 370d7aa4cc01402e8966cc4a8ce79a40. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.900555  4975 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7fba26bc344a9ab53800ca0abeb609 (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:13:24.903957  5122 tablet_service.cc:1511] Processing CreateTablet for tablet fb7e32570d4f464ab0a507286b77bdca (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:13:24.952672  5122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb7e32570d4f464ab0a507286b77bdca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.946995  4977 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b233cdbde9bd4fd09c8dbadda25b7e2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.957623  4975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7fba26bc344a9ab53800ca0abeb609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.999672  5182 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.000628  4971 tablet_service.cc:1511] Processing CreateTablet for tablet be866ad512194145a2ff69299794b01c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:25.002148  4971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be866ad512194145a2ff69299794b01c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.013633  5127 tablet_service.cc:1511] Processing CreateTablet for tablet be866ad512194145a2ff69299794b01c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:25.014997  5127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be866ad512194145a2ff69299794b01c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:24.996146  4973 tablet_service.cc:1511] Processing CreateTablet for tablet f953e32ed4a54ea69c70597296ab564b (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:25.016459  4973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f953e32ed4a54ea69c70597296ab564b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.009121  5128 tablet_service.cc:1511] Processing CreateTablet for tablet f953e32ed4a54ea69c70597296ab564b (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:25.045235  5128 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f953e32ed4a54ea69c70597296ab564b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.035302  5049 tablet_service.cc:1511] Processing CreateTablet for tablet f953e32ed4a54ea69c70597296ab564b (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:13:25.062121  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f953e32ed4a54ea69c70597296ab564b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.069229  5183 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.040998  5048 tablet_service.cc:1511] Processing CreateTablet for tablet be866ad512194145a2ff69299794b01c (DEFAULT_TABLE table=test-workload [id=053b196baa674a7ead883c72bd520bba]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:13:25.073480  5048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be866ad512194145a2ff69299794b01c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:25.078118  5183 tablet_bootstrap.cc:654] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.079558  5182 tablet_bootstrap.cc:654] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.089605  5184 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.096328  5184 tablet_bootstrap.cc:654] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.122442  5184 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.122946  5184 ts_tablet_manager.cc:1403] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.034s	user 0.012s	sys 0.009s
I20260630 12:13:25.123299  5182 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.123955  5182 ts_tablet_manager.cc:1403] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.125s	user 0.013s	sys 0.025s
I20260630 12:13:25.125705  5184 raft_consensus.cc:359] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.126362  5183 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.126557  5184 raft_consensus.cc:385] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.126895  5183 ts_tablet_manager.cc:1403] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.058s	user 0.004s	sys 0.011s
I20260630 12:13:25.126919  5184 raft_consensus.cc:740] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.126943  5182 raft_consensus.cc:359] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.127954  5182 raft_consensus.cc:385] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.128036  5184 consensus_queue.cc:260] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.128314  5182 raft_consensus.cc:740] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.129153  5182 consensus_queue.cc:260] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.131016  5184 ts_tablet_manager.cc:1434] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:13:25.132179  5184 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.132295  5182 ts_tablet_manager.cc:1434] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:13:25.133270  5182 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.139549  5182 tablet_bootstrap.cc:654] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.139549  5184 tablet_bootstrap.cc:654] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.130021  5183 raft_consensus.cc:359] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.143750  5183 raft_consensus.cc:385] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.144057  5183 raft_consensus.cc:740] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.144697  5183 consensus_queue.cc:260] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.145252  5182 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.145648  5182 ts_tablet_manager.cc:1403] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.003s
I20260630 12:13:25.147042  5183 ts_tablet_manager.cc:1434] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.000s
I20260630 12:13:25.147929  5183 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.148232  5182 raft_consensus.cc:359] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.148880  5182 raft_consensus.cc:385] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.149171  5182 raft_consensus.cc:740] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.149901  5182 consensus_queue.cc:260] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.152045  5182 ts_tablet_manager.cc:1434] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260630 12:13:25.152987  5182 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.153502  5183 tablet_bootstrap.cc:654] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.159262  5182 tablet_bootstrap.cc:654] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.162854  5184 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.163477  5184 ts_tablet_manager.cc:1403] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.032s	user 0.006s	sys 0.012s
I20260630 12:13:25.166508  5184 raft_consensus.cc:359] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.167311  5184 raft_consensus.cc:385] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.167642  5184 raft_consensus.cc:740] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.168385  5184 consensus_queue.cc:260] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.170651  5184 ts_tablet_manager.cc:1434] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.001s
I20260630 12:13:25.171166  5182 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.171715  5182 ts_tablet_manager.cc:1403] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:13:25.171831  5184 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.174746  5182 raft_consensus.cc:359] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.175572  5182 raft_consensus.cc:385] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.175922  5182 raft_consensus.cc:740] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.176790  5182 consensus_queue.cc:260] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.179544  5184 tablet_bootstrap.cc:654] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.186136  5182 ts_tablet_manager.cc:1434] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.003s
I20260630 12:13:25.187353  5182 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.193472  5182 tablet_bootstrap.cc:654] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.198503  5184 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.199059  5184 ts_tablet_manager.cc:1403] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.027s	user 0.005s	sys 0.020s
I20260630 12:13:25.201349  5188 raft_consensus.cc:493] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.201857  5188 raft_consensus.cc:515] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.207084  5188 leader_election.cc:290] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.207418  5183 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.208060  5183 ts_tablet_manager.cc:1403] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.060s	user 0.023s	sys 0.035s
I20260630 12:13:25.208633  5184 raft_consensus.cc:359] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.209193  5184 raft_consensus.cc:385] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.209422  5184 raft_consensus.cc:740] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.210036  5184 consensus_queue.cc:260] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.211112  5183 raft_consensus.cc:359] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.211933  5183 raft_consensus.cc:385] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.212214  5183 raft_consensus.cc:740] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.213117  5183 consensus_queue.cc:260] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.216836  5184 ts_tablet_manager.cc:1434] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.000s
I20260630 12:13:25.217921  5184 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.221737  5183 ts_tablet_manager.cc:1434] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:13:25.222472  5182 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.222800  5183 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.222977  5182 ts_tablet_manager.cc:1403] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.036s	user 0.010s	sys 0.022s
I20260630 12:13:25.225890  5182 raft_consensus.cc:359] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.226507  5182 raft_consensus.cc:385] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.226742  5182 raft_consensus.cc:740] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.229137  5183 tablet_bootstrap.cc:654] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.230861  5182 consensus_queue.cc:260] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.233219  5182 ts_tablet_manager.cc:1434] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260630 12:13:25.234294  5182 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.237151  5184 tablet_bootstrap.cc:654] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.240492  5182 tablet_bootstrap.cc:654] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.245263  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d1e4108d061458a8a3777674e23b735" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
W20260630 12:13:25.247598  5029 leader_election.cc:343] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.257812  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d1e4108d061458a8a3777674e23b735" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.258459  5182 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.258483  5184 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.258930  5183 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.258543  5138 raft_consensus.cc:2468] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 0.
I20260630 12:13:25.259182  5182 ts_tablet_manager.cc:1403] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.008s
I20260630 12:13:25.259426  5184 ts_tablet_manager.cc:1403] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.042s	user 0.017s	sys 0.003s
I20260630 12:13:25.259436  5183 ts_tablet_manager.cc:1403] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.037s	user 0.021s	sys 0.007s
I20260630 12:13:25.260445  5029 leader_election.cc:304] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.261605  5188 raft_consensus.cc:2804] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.261961  5188 raft_consensus.cc:493] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.262297  5188 raft_consensus.cc:3060] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.262391  5182 raft_consensus.cc:359] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.263162  5182 raft_consensus.cc:385] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.263538  5182 raft_consensus.cc:740] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.263406  5183 raft_consensus.cc:359] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.262514  5184 raft_consensus.cc:359] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.264330  5183 raft_consensus.cc:385] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.264410  5184 raft_consensus.cc:385] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.264712  5183 raft_consensus.cc:740] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.264868  5184 raft_consensus.cc:740] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.264719  5182 consensus_queue.cc:260] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.265952  5184 consensus_queue.cc:260] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.266095  5183 consensus_queue.cc:260] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.267303  5182 ts_tablet_manager.cc:1434] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:13:25.268348  5182 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.271636  5191 raft_consensus.cc:493] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.272313  5191 raft_consensus.cc:515] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.274698  5182 tablet_bootstrap.cc:654] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.280845  5191 leader_election.cc:290] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.287523  5183 ts_tablet_manager.cc:1434] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.000s
I20260630 12:13:25.287891  5188 raft_consensus.cc:515] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.290522  5184 ts_tablet_manager.cc:1434] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.031s	user 0.007s	sys 0.021s
I20260630 12:13:25.291253  5191 raft_consensus.cc:493] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.291308  5188 leader_election.cc:290] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.289705  5182 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.291863  5191 raft_consensus.cc:515] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.292397  5182 ts_tablet_manager.cc:1403] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.009s
I20260630 12:13:25.292788  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d1e4108d061458a8a3777674e23b735" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.293339  5138 raft_consensus.cc:3060] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.293606  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d1e4108d061458a8a3777674e23b735" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.295076  5184 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.295343  5182 raft_consensus.cc:359] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.296144  5182 raft_consensus.cc:385] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.296414  5182 raft_consensus.cc:740] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.297163  5182 consensus_queue.cc:260] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
W20260630 12:13:25.298542  5029 leader_election.cc:343] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.300107  5183 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.301286  5184 tablet_bootstrap.cc:654] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.302191  5182 ts_tablet_manager.cc:1434] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260630 12:13:25.306000  5182 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.310577  5138 raft_consensus.cc:2468] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 1.
I20260630 12:13:25.312211  5182 tablet_bootstrap.cc:654] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.302919  5191 leader_election.cc:290] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.320976  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.322945  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb7e32570d4f464ab0a507286b77bdca" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.324102  5063 raft_consensus.cc:2468] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.324854  5029 leader_election.cc:304] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
W20260630 12:13:25.325982  4954 leader_election.cc:343] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.326159  5188 raft_consensus.cc:2804] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.326802  5188 raft_consensus.cc:697] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Becoming Leader. State: Replica: e09876942193410688da642b8f8b011d, State: Running, Role: LEADER
I20260630 12:13:25.326841  4954 leader_election.cc:304] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.328011  5191 raft_consensus.cc:2804] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.327821  5188 consensus_queue.cc:237] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.328464  5191 raft_consensus.cc:493] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.328922  5191 raft_consensus.cc:3060] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:13:25.336477  4935 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:13:25.338860  5182 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.338059  5191 raft_consensus.cc:515] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.339308  4885 catalog_manager.cc:5697] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d reported cstate change: term changed from 0 to 1, leader changed from <none> to e09876942193410688da642b8f8b011d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.340858  5184 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.341358  5184 ts_tablet_manager.cc:1403] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.047s	user 0.027s	sys 0.008s
I20260630 12:13:25.341575  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb7e32570d4f464ab0a507286b77bdca" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.342142  5063 raft_consensus.cc:3060] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.339394  5182 ts_tablet_manager.cc:1403] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.034s	user 0.008s	sys 0.014s
I20260630 12:13:25.343731  5184 raft_consensus.cc:359] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.344278  5184 raft_consensus.cc:385] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.344501  5184 raft_consensus.cc:740] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.345126  5184 consensus_queue.cc:260] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.345551  5182 raft_consensus.cc:359] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.346256  5182 raft_consensus.cc:385] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.346573  5182 raft_consensus.cc:740] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.346973  5184 ts_tablet_manager.cc:1434] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:25.347380  5182 consensus_queue.cc:260] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.348112  5184 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.350072  5063 raft_consensus.cc:2468] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.351231  4954 leader_election.cc:304] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.354887  5195 raft_consensus.cc:493] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.355489  5184 tablet_bootstrap.cc:654] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.355453  5195 raft_consensus.cc:515] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.357232  5183 tablet_bootstrap.cc:654] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.357263  5182 ts_tablet_manager.cc:1434] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.002s
I20260630 12:13:25.361545  5195 leader_election.cc:290] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.363452  5211 raft_consensus.cc:2804] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.365636  5182 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.369371  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.369562  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb7e32570d4f464ab0a507286b77bdca" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.370275  5137 raft_consensus.cc:2468] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.372638  5191 leader_election.cc:290] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Requested vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.370184  5138 raft_consensus.cc:2468] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.374358  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb7e32570d4f464ab0a507286b77bdca" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.374981  5137 raft_consensus.cc:3060] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.375439  4954 leader_election.cc:304] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177; no voters: e09876942193410688da642b8f8b011d
I20260630 12:13:25.374981  5182 tablet_bootstrap.cc:654] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.387001  5137 raft_consensus.cc:2468] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.399765  5211 raft_consensus.cc:697] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Becoming Leader. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Running, Role: LEADER
I20260630 12:13:25.400910  5211 consensus_queue.cc:237] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.388151  5191 raft_consensus.cc:2804] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.404819  5188 raft_consensus.cc:493] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.406379  5191 raft_consensus.cc:493] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.408900  5191 raft_consensus.cc:3060] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.408674  5188 raft_consensus.cc:515] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.411788  5188 leader_election.cc:290] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745), 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:25.413776  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67c8a97a1b3d4f9b84df9ca768de11be" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.415241  5182 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.415879  5182 ts_tablet_manager.cc:1403] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.050s	user 0.009s	sys 0.019s
I20260630 12:13:25.416095  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67c8a97a1b3d4f9b84df9ca768de11be" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.416688  5184 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.416812  5137 raft_consensus.cc:2468] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 0.
I20260630 12:13:25.417285  5184 ts_tablet_manager.cc:1403] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.069s	user 0.021s	sys 0.036s
I20260630 12:13:25.418998  5182 raft_consensus.cc:359] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.419759  5182 raft_consensus.cc:385] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.420083  5182 raft_consensus.cc:740] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.420311  5184 raft_consensus.cc:359] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.421088  5182 consensus_queue.cc:260] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
W20260630 12:13:25.416589  5029 leader_election.cc:343] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.421087  5184 raft_consensus.cc:385] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.422223  5184 raft_consensus.cc:740] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.422619  5029 leader_election.cc:304] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.424896  5191 raft_consensus.cc:515] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.425474  5188 raft_consensus.cc:2804] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.426084  5188 raft_consensus.cc:493] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.426437  5188 raft_consensus.cc:3060] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.423049  5184 consensus_queue.cc:260] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.429833  5184 ts_tablet_manager.cc:1434] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.003s
I20260630 12:13:25.430115  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.431088  5184 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: Bootstrap starting.
W20260630 12:13:25.431955  4954 leader_election.cc:343] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.435964  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.436609  5137 raft_consensus.cc:3060] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.437978  5184 tablet_bootstrap.cc:654] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.440840  5182 ts_tablet_manager.cc:1434] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260630 12:13:25.441943  5182 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.445991  5188 raft_consensus.cc:515] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.446642  5137 raft_consensus.cc:2468] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.447849  4954 leader_election.cc:304] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177; no voters: e09876942193410688da642b8f8b011d
I20260630 12:13:25.448215  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.448846  5063 raft_consensus.cc:2468] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.448982  5214 raft_consensus.cc:2804] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.441774  5191 leader_election.cc:290] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Requested vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.449973  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.460328  5203 raft_consensus.cc:493] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.453502  5103 leader_election.cc:304] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.460881  5203 raft_consensus.cc:515] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.461593  5183 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
W20260630 12:13:25.461926  5103 leader_election.cc:343] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.460605  5188 leader_election.cc:290] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Requested vote from peers b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745), 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:25.460955  5182 tablet_bootstrap.cc:654] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.462390  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67c8a97a1b3d4f9b84df9ca768de11be" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.463236  5195 raft_consensus.cc:2804] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.464099  5195 raft_consensus.cc:493] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.464433  5195 raft_consensus.cc:3060] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:13:25.465255  5029 leader_election.cc:343] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.462918  5214 raft_consensus.cc:697] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Becoming Leader. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Running, Role: LEADER
I20260630 12:13:25.466584  5214 consensus_queue.cc:237] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.468400  5203 leader_election.cc:290] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.469123  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.468710  4887 catalog_manager.cc:5697] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.470341  5184 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.470906  5184 ts_tablet_manager.cc:1403] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.004s
I20260630 12:13:25.463068  5183 ts_tablet_manager.cc:1403] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.163s	user 0.019s	sys 0.018s
W20260630 12:13:25.471022  5029 leader_election.cc:343] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.473357  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.473551  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "67c8a97a1b3d4f9b84df9ca768de11be" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.474186  5138 raft_consensus.cc:2468] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 0.
I20260630 12:13:25.475736  5029 leader_election.cc:304] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.475813  5184 raft_consensus.cc:359] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.476615  5184 raft_consensus.cc:385] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.476864  5184 raft_consensus.cc:740] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.477074  5203 raft_consensus.cc:2804] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.474303  5137 raft_consensus.cc:3060] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.477458  5203 raft_consensus.cc:493] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.480602  5203 raft_consensus.cc:3060] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.482556  5195 raft_consensus.cc:515] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.477470  5184 consensus_queue.cc:260] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.491914  5183 raft_consensus.cc:359] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.492710  5183 raft_consensus.cc:385] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.493080  5183 raft_consensus.cc:740] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.493629  5184 ts_tablet_manager.cc:1434] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.022s	user 0.000s	sys 0.007s
I20260630 12:13:25.493934  5182 tablet_bootstrap.cc:492] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.493959  5183 consensus_queue.cc:260] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.494743  5184 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.495553  5182 ts_tablet_manager.cc:1403] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.054s	user 0.011s	sys 0.006s
I20260630 12:13:25.495687  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.496421  5183 ts_tablet_manager.cc:1434] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.019s	user 0.001s	sys 0.005s
W20260630 12:13:25.497172  5103 leader_election.cc:343] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.497474  5183 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.498548  5182 raft_consensus.cc:359] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.499202  5182 raft_consensus.cc:385] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.499475  5182 raft_consensus.cc:740] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.499409  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.500126  5063 raft_consensus.cc:3060] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.500192  5203 raft_consensus.cc:515] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.488667  5137 raft_consensus.cc:2468] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 1.
I20260630 12:13:25.500638  5182 consensus_queue.cc:260] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.506951  5189 raft_consensus.cc:493] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.513087  5063 raft_consensus.cc:2468] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.519973  5029 leader_election.cc:304] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.520750  5203 leader_election.cc:290] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.520596  5103 leader_election.cc:304] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.521319  5203 raft_consensus.cc:2804] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.521811  5203 raft_consensus.cc:697] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 LEADER]: Becoming Leader. State: Replica: e09876942193410688da642b8f8b011d, State: Running, Role: LEADER
I20260630 12:13:25.522668  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.522594  5203 consensus_queue.cc:237] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
W20260630 12:13:25.525317  5029 leader_election.cc:343] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.518321  5184 tablet_bootstrap.cc:654] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.526489  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.527153  5137 raft_consensus.cc:3060] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.518919  5189 raft_consensus.cc:515] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.529479  5189 leader_election.cc:290] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.536828  5195 leader_election.cc:290] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.537110  5182 ts_tablet_manager.cc:1434] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.041s	user 0.023s	sys 0.003s
I20260630 12:13:25.538638  5182 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.542537  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.544781  5182 tablet_bootstrap.cc:654] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
W20260630 12:13:25.545985  5103 leader_election.cc:343] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.535213  5137 raft_consensus.cc:2468] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 1.
I20260630 12:13:25.547605  5184 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.527136  5226 raft_consensus.cc:2804] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.548110  5184 ts_tablet_manager.cc:1403] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.054s	user 0.012s	sys 0.003s
I20260630 12:13:25.548179  5226 raft_consensus.cc:697] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Becoming Leader. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Running, Role: LEADER
I20260630 12:13:25.548522  5195 raft_consensus.cc:493] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.549132  5226 consensus_queue.cc:237] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.549593  4887 catalog_manager.cc:5697] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.550777  5029 leader_election.cc:304] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.550930  5184 raft_consensus.cc:359] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.553887  5184 raft_consensus.cc:385] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.554186  5184 raft_consensus.cc:740] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.554502  5203 raft_consensus.cc:2804] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.554981  5203 raft_consensus.cc:697] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Becoming Leader. State: Replica: e09876942193410688da642b8f8b011d, State: Running, Role: LEADER
I20260630 12:13:25.555850  5203 consensus_queue.cc:237] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.556558  5182 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.549098  5195 raft_consensus.cc:515] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.551904  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.557112  5182 ts_tablet_manager.cc:1403] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.003s
I20260630 12:13:25.558789  5195 leader_election.cc:290] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.554960  5184 consensus_queue.cc:260] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.560258  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbe0bd1328264ed79e0633b59346d147" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.559724  4885 catalog_manager.cc:5697] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 reported cstate change: term changed from 0 to 1, leader changed from <none> to b50cb6ad008245c3a7af4eff433db177 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:25.561882  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbe0bd1328264ed79e0633b59346d147" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.562049  4989 raft_consensus.cc:2468] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.562588  5064 raft_consensus.cc:2468] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.560521  5182 raft_consensus.cc:359] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.563773  5182 raft_consensus.cc:385] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.564025  5182 raft_consensus.cc:740] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.564474  5184 ts_tablet_manager.cc:1434] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:13:25.564560  5182 consensus_queue.cc:260] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.565546  5184 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.566543  5182 ts_tablet_manager.cc:1434] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.000s
I20260630 12:13:25.567266  5182 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.567502  5063 raft_consensus.cc:2468] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.570261  5103 leader_election.cc:304] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.571620  5226 raft_consensus.cc:2804] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.572017  5226 raft_consensus.cc:493] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.572403  5226 raft_consensus.cc:3060] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.572831  5182 tablet_bootstrap.cc:654] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.579666  5184 tablet_bootstrap.cc:654] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.581094  5226 raft_consensus.cc:515] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.586701  5195 raft_consensus.cc:493] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.587385  5195 raft_consensus.cc:515] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.589612  5103 leader_election.cc:304] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.553406  5183 tablet_bootstrap.cc:654] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.583904  4884 catalog_manager.cc:5697] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d reported cstate change: term changed from 0 to 1, leader changed from <none> to e09876942193410688da642b8f8b011d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.590682  5227 raft_consensus.cc:2804] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.591293  5227 raft_consensus.cc:493] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.591961  5227 raft_consensus.cc:3060] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.600651  5227 raft_consensus.cc:515] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.603101  5227 leader_election.cc:290] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.604730  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbe0bd1328264ed79e0633b59346d147" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.605435  4989 raft_consensus.cc:3060] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.610431  5214 raft_consensus.cc:493] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.611018  5214 raft_consensus.cc:515] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.612846  5226 leader_election.cc:290] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.616461  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.617193  5063 raft_consensus.cc:3060] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.617880  4987 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.618651  4987 raft_consensus.cc:2468] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.620685  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbe0bd1328264ed79e0633b59346d147" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.621361  5064 raft_consensus.cc:3060] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.617090  4988 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.634514  5062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.635488  5062 raft_consensus.cc:2468] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.634975  5103 leader_election.cc:304] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177; no voters: 
I20260630 12:13:25.638288  4954 leader_election.cc:304] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
W20260630 12:13:25.638773  5103 leader_election.cc:343] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.639400  5221 raft_consensus.cc:2804] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.639621  5226 raft_consensus.cc:2804] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.639897  5221 raft_consensus.cc:493] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.640200  5226 raft_consensus.cc:493] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.640383  5221 raft_consensus.cc:3060] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.640667  5226 raft_consensus.cc:3060] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.645694  5062 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.646512  5062 raft_consensus.cc:2468] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.648303  5214 leader_election.cc:290] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.649727  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.636775  5195 leader_election.cc:290] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.653738  5063 raft_consensus.cc:2468] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.658679  5103 leader_election.cc:304] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.659866  5195 raft_consensus.cc:2804] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.660430  5195 raft_consensus.cc:697] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Becoming Leader. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Running, Role: LEADER
I20260630 12:13:25.661190  5195 consensus_queue.cc:237] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.662119  4887 catalog_manager.cc:5697] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d reported cstate change: term changed from 0 to 1, leader changed from <none> to e09876942193410688da642b8f8b011d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.664465  5064 raft_consensus.cc:2468] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.665918  5103 leader_election.cc:304] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.669031  5182 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.669517  5182 ts_tablet_manager.cc:1403] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.102s	user 0.021s	sys 0.049s
I20260630 12:13:25.671398  5227 raft_consensus.cc:2804] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.671950  5227 raft_consensus.cc:697] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Becoming Leader. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Running, Role: LEADER
I20260630 12:13:25.672784  5227 consensus_queue.cc:237] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.674451  5226 raft_consensus.cc:515] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.676337  5221 raft_consensus.cc:515] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.678807  5182 raft_consensus.cc:359] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.679553  5182 raft_consensus.cc:385] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.679819  5182 raft_consensus.cc:740] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.679731  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.680617  5063 raft_consensus.cc:3060] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.683812  5182 consensus_queue.cc:260] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.688237  4989 raft_consensus.cc:2468] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.692026  5182 ts_tablet_manager.cc:1434] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.002s
I20260630 12:13:25.692183  5137 raft_consensus.cc:2393] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate b50cb6ad008245c3a7af4eff433db177 in this term.
I20260630 12:13:25.694226  5182 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: Bootstrap starting.
I20260630 12:13:25.695209  5063 raft_consensus.cc:2468] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.695727  4887 catalog_manager.cc:5697] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 reported cstate change: term changed from 0 to 1, leader changed from <none> to b50cb6ad008245c3a7af4eff433db177 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:25.696414  4954 leader_election.cc:304] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.696884  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.697290  5214 raft_consensus.cc:2804] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.697403  5226 leader_election.cc:290] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.697623  5064 raft_consensus.cc:2393] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b50cb6ad008245c3a7af4eff433db177 in current term 1: Already voted for candidate 8b3e67f9441942c0a7f4a42fff468749 in this term.
I20260630 12:13:25.697830  5214 raft_consensus.cc:697] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Becoming Leader. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Running, Role: LEADER
I20260630 12:13:25.698745  5214 consensus_queue.cc:237] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.699828  5183 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.700222  5183 ts_tablet_manager.cc:1403] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.203s	user 0.031s	sys 0.028s
I20260630 12:13:25.702838  5183 raft_consensus.cc:359] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.697322  5184 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.703578  5183 raft_consensus.cc:385] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.705077  5184 ts_tablet_manager.cc:1403] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.140s	user 0.036s	sys 0.079s
I20260630 12:13:25.703920  5183 raft_consensus.cc:740] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.711103  5221 leader_election.cc:290] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Requested vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.712276  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.714347  5103 leader_election.cc:304] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [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: b50cb6ad008245c3a7af4eff433db177; no voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d
I20260630 12:13:25.714970  5183 consensus_queue.cc:260] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.716535  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "370d7aa4cc01402e8966cc4a8ce79a40" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.717098  5183 ts_tablet_manager.cc:1434] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:13:25.718032  5183 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.719378  5184 raft_consensus.cc:359] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.720032  5184 raft_consensus.cc:385] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.720276  5184 raft_consensus.cc:740] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.721029  5227 raft_consensus.cc:2749] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:13:25.720907  4884 catalog_manager.cc:5697] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 reported cstate change: term changed from 0 to 1, leader changed from <none> to b50cb6ad008245c3a7af4eff433db177 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:25.723706  5137 raft_consensus.cc:2393] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate b50cb6ad008245c3a7af4eff433db177 in this term.
I20260630 12:13:25.724615  5183 tablet_bootstrap.cc:654] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.720942  5184 consensus_queue.cc:260] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.726164  5182 tablet_bootstrap.cc:654] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.727124  5184 ts_tablet_manager.cc:1434] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.000s
I20260630 12:13:25.728179  5184 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.732304  5182 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: No bootstrap required, opened a new log
I20260630 12:13:25.732806  5182 ts_tablet_manager.cc:1403] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.000s
I20260630 12:13:25.734640  5184 tablet_bootstrap.cc:654] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.735641  5182 raft_consensus.cc:359] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.736351  5182 raft_consensus.cc:385] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.736616  5182 raft_consensus.cc:740] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.737267  5182 consensus_queue.cc:260] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.739610  5182 ts_tablet_manager.cc:1434] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:13:25.724905  4887 catalog_manager.cc:5697] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.746658  5184 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.747473  5184 ts_tablet_manager.cc:1403] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:13:25.750572  5184 raft_consensus.cc:359] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.751571  5184 raft_consensus.cc:385] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.751905  5184 raft_consensus.cc:740] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.752521  5184 consensus_queue.cc:260] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.754187  5183 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.754803  5183 ts_tablet_manager.cc:1403] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.037s	user 0.010s	sys 0.020s
I20260630 12:13:25.754824  5184 ts_tablet_manager.cc:1434] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:13:25.755988  5184 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.758490  5183 raft_consensus.cc:359] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.759351  5183 raft_consensus.cc:385] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.759711  5183 raft_consensus.cc:740] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.760705  5183 consensus_queue.cc:260] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.762614  5184 tablet_bootstrap.cc:654] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.763270  5183 ts_tablet_manager.cc:1434] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:13:25.764482  5183 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.771358  5183 tablet_bootstrap.cc:654] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.773665  5184 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.774108  5184 ts_tablet_manager.cc:1403] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.018s	user 0.004s	sys 0.009s
I20260630 12:13:25.776247  5183 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.776064  5184 raft_consensus.cc:359] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.776592  5184 raft_consensus.cc:385] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.776695  5183 ts_tablet_manager.cc:1403] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:13:25.776809  5184 raft_consensus.cc:740] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.777441  5184 consensus_queue.cc:260] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.779102  5184 ts_tablet_manager.cc:1434] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.001s
I20260630 12:13:25.779188  5183 raft_consensus.cc:359] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.779844  5183 raft_consensus.cc:385] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.780030  5183 raft_consensus.cc:740] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.780267  5184 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: Bootstrap starting.
I20260630 12:13:25.780694  5183 consensus_queue.cc:260] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.782893  5183 ts_tablet_manager.cc:1434] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
I20260630 12:13:25.783928  5183 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.785118  5184 tablet_bootstrap.cc:654] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.790129  5183 tablet_bootstrap.cc:654] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.790194  4989 raft_consensus.cc:3060] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.791734  5203 consensus_queue.cc:1048] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:25.799750  5203 consensus_queue.cc:1048] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:25.801795  5183 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.802341  5183 ts_tablet_manager.cc:1403] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:13:25.805045  5183 raft_consensus.cc:359] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.805583  5183 raft_consensus.cc:385] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.805783  5183 raft_consensus.cc:740] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.806355  5183 consensus_queue.cc:260] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.808101  5183 ts_tablet_manager.cc:1434] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:13:25.809043  5183 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.813995  5183 tablet_bootstrap.cc:654] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.823957  5214 raft_consensus.cc:493] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.824572  5214 raft_consensus.cc:515] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.826864  5214 leader_election.cc:290] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.827522  5183 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.828001  5183 ts_tablet_manager.cc:1403] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.002s
I20260630 12:13:25.832087  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b6161a19c194734ba45db96046f3fe3" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.832736  5063 raft_consensus.cc:2468] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.834252  4954 leader_election.cc:304] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.830595  5183 raft_consensus.cc:359] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.835359  5183 raft_consensus.cc:385] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.835638  5183 raft_consensus.cc:740] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.836402  5183 consensus_queue.cc:260] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.837330  5221 raft_consensus.cc:2804] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.837742  5221 raft_consensus.cc:493] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.838100  5221 raft_consensus.cc:3060] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.846159  5221 raft_consensus.cc:515] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.848522  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b6161a19c194734ba45db96046f3fe3" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.849367  5137 raft_consensus.cc:2468] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 0.
I20260630 12:13:25.849681  5184 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: No bootstrap required, opened a new log
I20260630 12:13:25.849289  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b6161a19c194734ba45db96046f3fe3" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.849567  5214 raft_consensus.cc:493] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.850756  5214 raft_consensus.cc:515] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.851562  5183 ts_tablet_manager.cc:1434] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260630 12:13:25.852679  5183 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.853264  5211 raft_consensus.cc:493] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.853766  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.853780  5211 raft_consensus.cc:515] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.856539  5211 leader_election.cc:290] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.850302  5184 ts_tablet_manager.cc:1403] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: Time spent bootstrapping tablet: real 0.070s	user 0.011s	sys 0.002s
I20260630 12:13:25.858314  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.859022  5221 leader_election.cc:290] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Requested vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.858413  5183 tablet_bootstrap.cc:654] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.858358  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7fba26bc344a9ab53800ca0abeb609" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.860957  5064 raft_consensus.cc:2393] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate b50cb6ad008245c3a7af4eff433db177 in this term.
I20260630 12:13:25.862751  4954 leader_election.cc:304] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:25.850243  5063 raft_consensus.cc:3060] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.863762  5221 raft_consensus.cc:3060] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.864691  5183 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.865188  5183 ts_tablet_manager.cc:1403] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.001s
I20260630 12:13:25.865962  5184 raft_consensus.cc:359] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.866679  5184 raft_consensus.cc:385] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.866935  5184 raft_consensus.cc:740] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e09876942193410688da642b8f8b011d, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.867831  5183 raft_consensus.cc:359] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.868515  5183 raft_consensus.cc:385] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.868765  5183 raft_consensus.cc:740] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.869539  5221 raft_consensus.cc:2749] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:25.869455  5183 consensus_queue.cc:260] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.871524  5183 ts_tablet_manager.cc:1434] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:13:25.872489  5183 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.873231  5063 raft_consensus.cc:2468] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.874815  5214 leader_election.cc:290] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.875875  5184 consensus_queue.cc:260] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.877996  5184 ts_tablet_manager.cc:1434] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.000s
I20260630 12:13:25.862888  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7b6161a19c194734ba45db96046f3fe3" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.878575  5183 tablet_bootstrap.cc:654] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.878592  5137 raft_consensus.cc:3060] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.879082  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4bdbabd91f447859f31d38995974357" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.880295  5138 raft_consensus.cc:2393] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate e09876942193410688da642b8f8b011d in this term.
I20260630 12:13:25.888617  5137 raft_consensus.cc:2468] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b3e67f9441942c0a7f4a42fff468749 in term 1.
I20260630 12:13:25.877920  4954 leader_election.cc:304] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d; no voters: 
I20260630 12:13:25.891875  5214 raft_consensus.cc:2804] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.892583  5214 raft_consensus.cc:697] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Becoming Leader. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Running, Role: LEADER
I20260630 12:13:25.893584  5214 consensus_queue.cc:237] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.892078  4954 leader_election.cc:304] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:25.898730  5211 raft_consensus.cc:3060] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.901991  5203 raft_consensus.cc:493] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.902761  5203 raft_consensus.cc:515] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.905118  5183 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.905076  5203 leader_election.cc:290] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.905817  5183 ts_tablet_manager.cc:1403] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.017s
I20260630 12:13:25.905855  5214 consensus_queue.cc:1048] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:25.908954  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.908938  5183 raft_consensus.cc:359] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.909394  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.909821  5183 raft_consensus.cc:385] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.910000  5137 raft_consensus.cc:2468] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 0.
I20260630 12:13:25.910183  5183 raft_consensus.cc:740] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
W20260630 12:13:25.910665  5029 leader_election.cc:343] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.911010  5183 consensus_queue.cc:260] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } }
I20260630 12:13:25.911423  5029 leader_election.cc:304] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.912580  5203 raft_consensus.cc:2804] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.913182  5227 raft_consensus.cc:493] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.913720  5183 ts_tablet_manager.cc:1434] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:13:25.913853  5227 raft_consensus.cc:515] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.914891  5183 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Bootstrap starting.
I20260630 12:13:25.916002  5227 leader_election.cc:290] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.912943  5203 raft_consensus.cc:493] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.917460  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f953e32ed4a54ea69c70597296ab564b" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.917663  5203 raft_consensus.cc:3060] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.918159  4989 raft_consensus.cc:2468] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.919278  5211 raft_consensus.cc:2749] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:25.919651  5103 leader_election.cc:304] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177; no voters: 
I20260630 12:13:25.920886  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f953e32ed4a54ea69c70597296ab564b" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:25.921631  5064 raft_consensus.cc:2468] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 0.
I20260630 12:13:25.923105  5227 raft_consensus.cc:2804] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:25.923509  5227 raft_consensus.cc:493] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:25.923827  5227 raft_consensus.cc:3060] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.925101  5183 tablet_bootstrap.cc:654] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:25.925032  5203 raft_consensus.cc:515] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.927443  5203 leader_election.cc:290] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.929116  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177"
I20260630 12:13:25.929256  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.929723  5137 raft_consensus.cc:3060] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:13:25.931068  5029 leader_election.cc:343] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:13:25.933925  5227 raft_consensus.cc:515] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.936064  5227 leader_election.cc:290] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Requested vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:25.938309  4988 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f953e32ed4a54ea69c70597296ab564b" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749"
I20260630 12:13:25.939090  4988 raft_consensus.cc:3060] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.939288  5137 raft_consensus.cc:2468] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e09876942193410688da642b8f8b011d in term 1.
I20260630 12:13:25.940681  5029 leader_election.cc:304] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [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: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749
I20260630 12:13:25.941330  5214 consensus_queue.cc:1048] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:25.942453  5203 raft_consensus.cc:2804] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.943089  5203 raft_consensus.cc:697] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 LEADER]: Becoming Leader. State: Replica: e09876942193410688da642b8f8b011d, State: Running, Role: LEADER
I20260630 12:13:25.929278  4886 catalog_manager.cc:5697] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:25.944195  5063 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f953e32ed4a54ea69c70597296ab564b" candidate_uuid: "b50cb6ad008245c3a7af4eff433db177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d"
I20260630 12:13:25.944772  5063 raft_consensus.cc:3060] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.952790  5214 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:25.953713  5188 raft_consensus.cc:493] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:25.954216  5188 raft_consensus.cc:515] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.956199  5188 leader_election.cc:290] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:25.958671  5136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:25.960431  4989 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b4fea64429fa4065989061d2188f7d5e" candidate_uuid: "e09876942193410688da642b8f8b011d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b3e67f9441942c0a7f4a42fff468749" is_pre_election: true
I20260630 12:13:25.963164  5029 leader_election.cc:304] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [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: e09876942193410688da642b8f8b011d; no voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177
I20260630 12:13:25.964332  5188 raft_consensus.cc:2749] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:25.974385  4988 raft_consensus.cc:2468] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.975790  5103 leader_election.cc:304] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177; no voters: 
I20260630 12:13:25.976603  5183 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: No bootstrap required, opened a new log
I20260630 12:13:25.976622  5227 raft_consensus.cc:2804] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:25.977245  5183 ts_tablet_manager.cc:1403] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Time spent bootstrapping tablet: real 0.063s	user 0.026s	sys 0.022s
I20260630 12:13:25.977255  5227 raft_consensus.cc:697] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Becoming Leader. State: Replica: b50cb6ad008245c3a7af4eff433db177, State: Running, Role: LEADER
I20260630 12:13:25.978508  5227 consensus_queue.cc:237] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.980295  5064 raft_consensus.cc:3060] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:25.982604  5063 raft_consensus.cc:2468] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b50cb6ad008245c3a7af4eff433db177 in term 1.
I20260630 12:13:25.985908  5183 raft_consensus.cc:359] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.986655  5183 raft_consensus.cc:385] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:25.986936  5183 raft_consensus.cc:740] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b3e67f9441942c0a7f4a42fff468749, State: Initialized, Role: FOLLOWER
I20260630 12:13:25.987692  5183 consensus_queue.cc:260] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.947781  5203 consensus_queue.cc:237] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:25.996658  5211 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:25.998176  4886 catalog_manager.cc:5697] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 reported cstate change: term changed from 0 to 1, leader changed from <none> to b50cb6ad008245c3a7af4eff433db177 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:25.997016  5183 ts_tablet_manager.cc:1434] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:13:26.013326  4885 catalog_manager.cc:5697] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d reported cstate change: term changed from 0 to 1, leader changed from <none> to e09876942193410688da642b8f8b011d (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:26.032167  5203 consensus_queue.cc:1048] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, 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.043659  4988 raft_consensus.cc:3060] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:26.054366  5211 raft_consensus.cc:493] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:26.054967  5211 raft_consensus.cc:515] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:26.055033  5203 consensus_queue.cc:1048] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.057118  5211 leader_election.cc:290] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:26.058663  5064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:26.060498  5137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b233cdbde9bd4fd09c8dbadda25b7e2c" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:26.063202  5064 raft_consensus.cc:2393] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate b50cb6ad008245c3a7af4eff433db177 in this term.
I20260630 12:13:26.064498  4954 leader_election.cc:304] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:26.065748  5211 raft_consensus.cc:3060] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:26.075518  5227 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.082841  5211 raft_consensus.cc:2749] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:26.090862  5188 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.092466  5203 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, 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.106077  5227 consensus_queue.cc:1048] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.125463  5227 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.133394  5226 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.148430  5226 consensus_queue.cc:1048] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.173635  5191 raft_consensus.cc:493] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:26.174170  5191 raft_consensus.cc:515] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } }
I20260630 12:13:26.175684  5227 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.176306  5191 leader_election.cc:290] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:26.176893  5191 consensus_queue.cc:1048] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, 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.182638  5061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e09876942193410688da642b8f8b011d" is_pre_election: true
I20260630 12:13:26.188305  5138 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be866ad512194145a2ff69299794b01c" candidate_uuid: "8b3e67f9441942c0a7f4a42fff468749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b50cb6ad008245c3a7af4eff433db177" is_pre_election: true
I20260630 12:13:26.189405  5138 raft_consensus.cc:2393] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b3e67f9441942c0a7f4a42fff468749 in current term 1: Already voted for candidate e09876942193410688da642b8f8b011d in this term.
I20260630 12:13:26.191289  4954 leader_election.cc:304] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [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: 8b3e67f9441942c0a7f4a42fff468749; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:26.192579  5211 raft_consensus.cc:3060] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:26.202514  5214 consensus_queue.cc:1048] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.217697  5211 raft_consensus.cc:2749] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:13:26.368285  5226 consensus_queue.cc:1048] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.381865  5227 consensus_queue.cc:1048] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.390139  5188 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, 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.410813  5267 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, 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.429500  5221 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, 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.471028  5191 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, 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.955534  4954 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 115531us
W20260630 12:13:26.945822  5169 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 64687.7us
W20260630 12:13:27.066337  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 99658.7us
W20260630 12:13:27.374326  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 101594us
W20260630 12:13:27.420866  5339 log.cc:927] Time spent T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: Append to log took a long time: real 0.070s	user 0.002s	sys 0.000s
I20260630 12:13:27.492982  5345 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=23, attempt_no=0}) took 1007 ms. Trace:
W20260630 12:13:27.542894  5301 thread.cc:641] apply [worker] (thread pool) Time spent creating pthread: real 0.619s	user 0.017s	sys 0.018s
W20260630 12:13:27.557819  5348 log.cc:927] Time spent T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: Append to log took a long time: real 0.082s	user 0.001s	sys 0.000s
W20260630 12:13:27.559008  5301 thread.cc:608] apply [worker] (thread pool) Time spent starting thread: real 0.734s	user 0.017s	sys 0.019s
I20260630 12:13:27.580399  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=27, attempt_no=0}) took 1094 ms. Trace:
I20260630 12:13:27.598986  5340 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=11, attempt_no=0}) took 1028 ms. Trace:
I20260630 12:13:27.637333  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=4, attempt_no=0}) took 1074 ms. Trace:
I20260630 12:13:27.580832  5341 rpcz_store.cc:276] 0630 12:13:26.485556 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.486130 (+   574us) service_pool.cc:224] Handling call
0630 12:13:26.498530 (+ 12400us) spinlock_profiling.cc:243] Waited 11.5 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.580194 (+1081664us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.536967 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1d7fba26bc344a9ab53800ca0abeb609
0630 12:13:26.537553 (+   586us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.537582 (+    29us) write_op.cc:435] Acquired schema lock
0630 12:13:26.537600 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:26.539043 (+  1443us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.539107 (+    64us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.539141 (+    34us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:13:26.539599 (+   458us) tablet.cc:701] Row locks acquired
0630 12:13:26.539618 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:13:26.539802 (+   184us) write_op.cc:270] Start()
0630 12:13:26.539913 (+   111us) write_op.cc:276] Timestamp: P: 1782821606539757 usec, L: 0
0630 12:13:26.539935 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.540664 (+   729us) log.cc:844] Serialized 605 byte log entry
0630 12:13:26.713478 (+172814us) spinlock_profiling.cc:243] Waited 1.98 ms on lock 0x7b180025c000. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.300726 (+587248us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.346326 (+ 45600us) write_op.cc:301] APPLY: starting
0630 12:13:27.346411 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.346635 (+   224us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.346663 (+    28us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.452087 (+105424us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.482618 (+ 30531us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.484686 (+  2068us) write_op.cc:312] APPLY: finished
0630 12:13:27.553118 (+ 68432us) log.cc:844] Serialized 58 byte log entry
0630 12:13:27.560142 (+  7024us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.562134 (+  1992us) write_op.cc:454] Released schema lock
0630 12:13:27.564207 (+  2073us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":26438912,"child_traces":[["op",{"apply.queue_time_us":45374,"mutex_wait_us":839,"num_ops":7,"prepare.queue_time_us":19400,"prepare.run_cpu_time_us":3570,"prepare.run_wall_time_us":13094,"raft.queue_time_us":2289,"raft.run_cpu_time_us":1441,"raft.run_wall_time_us":28748,"replication_time_us":760647,"spinlock_wait_cycles":4546944,"thread_start_us":21910,"threads_started":1}]]}
I20260630 12:13:27.652501  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=6, attempt_no=0}) took 1169 ms. Trace:
I20260630 12:13:27.651144  5311 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=26, attempt_no=0}) took 1038 ms. Trace:
I20260630 12:13:27.665136  5311 rpcz_store.cc:276] 0630 12:13:26.627039 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.628093 (+  1054us) service_pool.cc:224] Handling call
0630 12:13:27.650947 (+1022854us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.697218 (+     0us) write_op.cc:183] PREPARE: starting on tablet fb7e32570d4f464ab0a507286b77bdca
0630 12:13:26.697690 (+   472us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.697714 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:13:26.697729 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:26.698210 (+   481us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.698250 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.698273 (+    23us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:26.698672 (+   399us) tablet.cc:701] Row locks acquired
0630 12:13:26.698689 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:13:26.751026 (+ 52337us) spinlock_profiling.cc:243] Waited 1.94 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea3b64 00007f1a855e21b5 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901 00007f1a855e5b2d 000000000043f3c4 000000000043f209
0630 12:13:26.752394 (+  1368us) write_op.cc:270] Start()
0630 12:13:26.798967 (+ 46573us) write_op.cc:276] Timestamp: P: 1782821606751098 usec, L: 0
0630 12:13:26.803791 (+  4824us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.836467 (+ 32676us) log.cc:844] Serialized 562 byte log entry
0630 12:13:27.183483 (+347016us) spinlock_profiling.cc:243] Waited 28.6 ms on lock 0x7b58000e66d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.465748 (+282265us) spinlock_profiling.cc:243] Waited 287 ms on lock 0x7b58000e63d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.498451 (+ 32703us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.597037 (+ 98586us) write_op.cc:301] APPLY: starting
0630 12:13:27.597114 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.597259 (+   145us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.597290 (+    31us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.620183 (+ 22893us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.620333 (+   150us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.620372 (+    39us) write_op.cc:312] APPLY: finished
0630 12:13:27.620574 (+   202us) log.cc:844] Serialized 52 byte log entry
0630 12:13:27.648354 (+ 27780us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.650642 (+  2288us) write_op.cc:454] Released schema lock
0630 12:13:27.650678 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":98409,"mutex_wait_us":20729,"num_ops":6,"prepare.queue_time_us":37080,"prepare.run_cpu_time_us":30173,"prepare.run_wall_time_us":392409,"raft.queue_time_us":304223,"raft.run_cpu_time_us":6445,"raft.run_wall_time_us":526866,"replication_time_us":689969,"spinlock_wait_cycles":730686336,"thread_start_us":230856,"threads_started":3}]]}
I20260630 12:13:27.637773  5334 rpcz_store.cc:276] 0630 12:13:26.566961 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.567418 (+   457us) service_pool.cc:224] Handling call
0630 12:13:27.637269 (+1069851us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.651890 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4bdbabd91f447859f31d38995974357
0630 12:13:26.688867 (+ 36977us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.690331 (+  1464us) write_op.cc:435] Acquired schema lock
0630 12:13:26.691765 (+  1434us) tablet.cc:662] Decoding operations
0630 12:13:26.736186 (+ 44421us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.739680 (+  3494us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.742370 (+  2690us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:26.806572 (+ 64202us) tablet.cc:701] Row locks acquired
0630 12:13:26.808458 (+  1886us) write_op.cc:260] PREPARE: finished
0630 12:13:26.823839 (+ 15381us) write_op.cc:270] Start()
0630 12:13:26.829545 (+  5706us) write_op.cc:276] Timestamp: P: 1782821606822978 usec, L: 0
0630 12:13:26.830222 (+   677us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.842946 (+ 12724us) log.cc:844] Serialized 475 byte log entry
0630 12:13:27.343762 (+500816us) spinlock_profiling.cc:243] Waited 2.98 ms on lock 0x7b1800293020. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.527794 (+184032us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.634638 (+106844us) write_op.cc:301] APPLY: starting
0630 12:13:27.634727 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.634875 (+   148us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.634896 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.635608 (+   712us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.635767 (+   159us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.635811 (+    44us) write_op.cc:312] APPLY: finished
0630 12:13:27.636015 (+   204us) log.cc:844] Serialized 40 byte log entry
0630 12:13:27.636837 (+   822us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.636914 (+    77us) write_op.cc:454] Released schema lock
0630 12:13:27.636953 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":106668,"mutex_wait_us":26809,"num_ops":4,"prepare.queue_time_us":42462,"prepare.run_cpu_time_us":4973,"prepare.run_wall_time_us":199064,"raft.queue_time_us":1117,"raft.run_cpu_time_us":31,"raft.run_wall_time_us":33,"replication_time_us":697442,"spinlock_wait_cycles":6846336,"thread_start_us":36934,"threads_started":1}]]}
W20260630 12:13:27.671216  5346 log.cc:927] Time spent T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Append to log took a long time: real 0.191s	user 0.003s	sys 0.000s
I20260630 12:13:27.683349  5296 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=17, attempt_no=0}) took 1199 ms. Trace:
I20260630 12:13:27.493463  5345 rpcz_store.cc:276] 0630 12:13:26.485180 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.485740 (+   560us) service_pool.cc:224] Handling call
0630 12:13:26.506623 (+ 20883us) spinlock_profiling.cc:243] Waited 16.9 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.492798 (+986175us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.555755 (+     0us) write_op.cc:183] PREPARE: starting on tablet b233cdbde9bd4fd09c8dbadda25b7e2c
0630 12:13:26.565424 (+  9669us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.565975 (+   551us) write_op.cc:435] Acquired schema lock
0630 12:13:26.567718 (+  1743us) tablet.cc:662] Decoding operations
0630 12:13:26.607411 (+ 39693us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.608565 (+  1154us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.609154 (+   589us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:13:26.633652 (+ 24498us) tablet.cc:701] Row locks acquired
0630 12:13:26.633675 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:13:26.633854 (+   179us) write_op.cc:270] Start()
0630 12:13:26.633968 (+   114us) write_op.cc:276] Timestamp: P: 1782821606633812 usec, L: 0
0630 12:13:26.633985 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.674763 (+ 40778us) log.cc:844] Serialized 605 byte log entry
0630 12:13:26.744373 (+ 69610us) spinlock_profiling.cc:243] Waited 13.9 ms on lock 0x7b5400268020. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b236b8 00007f1a81b232fa 00007f1a81ba7965 00007f1a81ba7e09 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.369718 (+625345us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.419059 (+ 49341us) write_op.cc:301] APPLY: starting
0630 12:13:27.420446 (+  1387us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.431317 (+ 10871us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.431365 (+    48us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.490248 (+ 58883us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.490427 (+   179us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.490468 (+    41us) write_op.cc:312] APPLY: finished
0630 12:13:27.490728 (+   260us) log.cc:844] Serialized 58 byte log entry
0630 12:13:27.490934 (+   206us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.492425 (+  1491us) write_op.cc:454] Released schema lock
0630 12:13:27.492474 (+    49us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":38938496,"child_traces":[["op",{"apply.queue_time_us":36511,"mutex_wait_us":5370,"num_ops":7,"prepare.queue_time_us":33129,"prepare.run_cpu_time_us":7010,"prepare.run_wall_time_us":193306,"replication_time_us":734532,"spinlock_wait_cycles":31907200}]]}
W20260630 12:13:27.679478  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 117729us
I20260630 12:13:27.683743  5296 rpcz_store.cc:276] 0630 12:13:26.484154 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.484603 (+   449us) service_pool.cc:224] Handling call
0630 12:13:26.503698 (+ 19095us) spinlock_profiling.cc:243] Waited 12.6 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.683144 (+1179446us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.554343 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1d7fba26bc344a9ab53800ca0abeb609
0630 12:13:26.578118 (+ 23775us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.579020 (+   902us) write_op.cc:435] Acquired schema lock
0630 12:13:26.579929 (+   909us) tablet.cc:662] Decoding operations
0630 12:13:26.604621 (+ 24692us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.606099 (+  1478us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.606745 (+   646us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:26.630614 (+ 23869us) tablet.cc:701] Row locks acquired
0630 12:13:26.631282 (+   668us) write_op.cc:260] PREPARE: finished
0630 12:13:26.633957 (+  2675us) write_op.cc:270] Start()
0630 12:13:26.636362 (+  2405us) write_op.cc:276] Timestamp: P: 1782821606633901 usec, L: 0
0630 12:13:26.637224 (+   862us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.637926 (+   702us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.331017 (+693091us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.358271 (+ 27254us) write_op.cc:301] APPLY: starting
0630 12:13:27.358436 (+   165us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.358599 (+   163us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.358691 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.419271 (+ 60580us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.428072 (+  8801us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.429874 (+  1802us) write_op.cc:312] APPLY: finished
0630 12:13:27.446326 (+ 16452us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.475690 (+ 29364us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.481640 (+  5950us) write_op.cc:454] Released schema lock
0630 12:13:27.482797 (+  1157us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:27.683030 (+200233us) spinlock_profiling.cc:243] Waited 3.2 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea49ae 00007f1a7feb84fe 00007f1a86b91e51 00007f1a855e43ad 00007f1a855e3b53 00007f1a855e7d61 00007f1a855e7d19 00007f1a855e7ca9 00007f1a855e7c71 00007f1a855e6e9d
Metrics: {"spinlock_wait_cycles":28942208,"child_traces":[["op",{"apply.queue_time_us":25787,"mutex_wait_us":7146,"num_ops":5,"prepare.queue_time_us":33889,"prepare.run_cpu_time_us":3921,"prepare.run_wall_time_us":85087,"raft.queue_time_us":96,"raft.run_cpu_time_us":1210,"raft.run_wall_time_us":7237,"replication_time_us":692381,"spinlock_wait_cycles":7416320,"thread_start_us":48540,"threads_started":1}]]}
I20260630 12:13:27.696341  5345 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=41, attempt_no=0}) took 1171 ms. Trace:
I20260630 12:13:27.696861  5345 rpcz_store.cc:276] 0630 12:13:26.529872 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.531457 (+  1585us) service_pool.cc:224] Handling call
0630 12:13:27.696273 (+1164816us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.641350 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1d7fba26bc344a9ab53800ca0abeb609
0630 12:13:26.641802 (+   452us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.641827 (+    25us) write_op.cc:435] Acquired schema lock
0630 12:13:26.641843 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:26.642195 (+   352us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.642230 (+    35us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.642255 (+    25us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:26.642477 (+   222us) tablet.cc:701] Row locks acquired
0630 12:13:26.642490 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:26.642644 (+   154us) write_op.cc:270] Start()
0630 12:13:26.642746 (+   102us) write_op.cc:276] Timestamp: P: 1782821606642601 usec, L: 0
0630 12:13:26.642766 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.643318 (+   552us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.387720 (+744402us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.691539 (+303819us) write_op.cc:301] APPLY: starting
0630 12:13:27.691609 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.691728 (+   119us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.691827 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.692303 (+   476us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.692591 (+   288us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.692633 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:27.693644 (+  1011us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.694388 (+   744us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.694646 (+   258us) write_op.cc:454] Released schema lock
0630 12:13:27.695913 (+  1267us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":105344,"child_traces":[["op",{"apply.queue_time_us":303637,"mutex_wait_us":126,"num_ops":3,"prepare.queue_time_us":107143,"prepare.run_cpu_time_us":2285,"prepare.run_wall_time_us":5260,"replication_time_us":742374}]]}
I20260630 12:13:27.686637  5349 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=31, attempt_no=0}) took 1088 ms. Trace:
I20260630 12:13:27.652912  5341 rpcz_store.cc:276] 0630 12:13:26.483081 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.483428 (+   347us) service_pool.cc:224] Handling call
0630 12:13:26.509004 (+ 25576us) spinlock_profiling.cc:243] Waited 19.5 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.652437 (+1143433us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.638449 (+     0us) write_op.cc:183] PREPARE: starting on tablet 1d7fba26bc344a9ab53800ca0abeb609
0630 12:13:26.638929 (+   480us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.638961 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:13:26.638976 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:26.639645 (+   669us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.639688 (+    43us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.639714 (+    26us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:13:26.640113 (+   399us) tablet.cc:701] Row locks acquired
0630 12:13:26.640126 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:26.640284 (+   158us) write_op.cc:270] Start()
0630 12:13:26.640396 (+   112us) write_op.cc:276] Timestamp: P: 1782821606640238 usec, L: 0
0630 12:13:26.640412 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.640962 (+   550us) log.cc:844] Serialized 605 byte log entry
0630 12:13:27.384129 (+743167us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.641634 (+257505us) write_op.cc:301] APPLY: starting
0630 12:13:27.641716 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.641886 (+   170us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.641973 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.648944 (+  6971us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.649198 (+   254us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.649249 (+    51us) write_op.cc:312] APPLY: finished
0630 12:13:27.649469 (+   220us) log.cc:844] Serialized 58 byte log entry
0630 12:13:27.650163 (+   694us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.652107 (+  1944us) write_op.cc:454] Released schema lock
0630 12:13:27.652153 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":44740864,"child_traces":[["op",{"apply.queue_time_us":257342,"num_ops":7,"prepare.queue_time_us":104282,"prepare.run_cpu_time_us":2760,"prepare.run_wall_time_us":2759,"replication_time_us":743565}]]}
I20260630 12:13:27.726052  5296 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=34, attempt_no=0}) took 1239 ms. Trace:
I20260630 12:13:27.614420  5340 rpcz_store.cc:276] 0630 12:13:26.483824 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.484245 (+   421us) service_pool.cc:224] Handling call
0630 12:13:26.496468 (+ 12223us) spinlock_profiling.cc:243] Waited 10.9 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.508220 (+1011752us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.545551 (+     0us) write_op.cc:183] PREPARE: starting on tablet dbe0bd1328264ed79e0633b59346d147
0630 12:13:26.548067 (+  2516us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.548716 (+   649us) write_op.cc:435] Acquired schema lock
0630 12:13:26.549978 (+  1262us) tablet.cc:662] Decoding operations
0630 12:13:26.565298 (+ 15320us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.566464 (+  1166us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.566496 (+    32us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:26.566705 (+   209us) tablet.cc:701] Row locks acquired
0630 12:13:26.566723 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:26.713403 (+146680us) spinlock_profiling.cc:243] Waited 2.21 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea3b64 00007f1a855e21b5 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901 00007f1a855e5b2d 000000000043f3c4 000000000043f209
0630 12:13:26.713519 (+   116us) write_op.cc:270] Start()
0630 12:13:26.713706 (+   187us) write_op.cc:276] Timestamp: P: 1782821606713473 usec, L: 0
0630 12:13:26.713727 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.728000 (+ 14273us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.296797 (+568797us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.348103 (+ 51306us) write_op.cc:301] APPLY: starting
0630 12:13:27.352237 (+  4134us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.361092 (+  8855us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.362213 (+  1121us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.417947 (+ 55734us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.421542 (+  3595us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.426515 (+  4973us) write_op.cc:312] APPLY: finished
0630 12:13:27.449676 (+ 23161us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.484761 (+ 35085us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.488015 (+  3254us) write_op.cc:454] Released schema lock
0630 12:13:27.491366 (+  3351us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":25140992,"child_traces":[["op",{"apply.queue_time_us":45246,"mutex_wait_us":5841,"num_ops":2,"prepare.queue_time_us":25647,"prepare.run_cpu_time_us":6460,"prepare.run_wall_time_us":185125,"replication_time_us":582940,"spinlock_wait_cycles":5082880,"thread_start_us":36188,"threads_started":2}]]}
I20260630 12:13:27.735862  5345 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=46, attempt_no=0}) took 1173 ms. Trace:
I20260630 12:13:27.745272  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=22, attempt_no=0}) took 1260 ms. Trace:
I20260630 12:13:27.736315  5345 rpcz_store.cc:276] 0630 12:13:26.567300 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.568161 (+   861us) service_pool.cc:224] Handling call
0630 12:13:27.735783 (+1167622us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.975080 (+     0us) write_op.cc:183] PREPARE: starting on tablet b233cdbde9bd4fd09c8dbadda25b7e2c
0630 12:13:26.998491 (+ 23411us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.998529 (+    38us) write_op.cc:435] Acquired schema lock
0630 12:13:26.998543 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:26.998951 (+   408us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.999001 (+    50us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.999030 (+    29us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:26.999242 (+   212us) tablet.cc:701] Row locks acquired
0630 12:13:26.999256 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:13:26.999491 (+   235us) write_op.cc:270] Start()
0630 12:13:26.999637 (+   146us) write_op.cc:276] Timestamp: P: 1782821606999436 usec, L: 0
0630 12:13:26.999659 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.000399 (+   740us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.435355 (+434956us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.722064 (+286709us) write_op.cc:301] APPLY: starting
0630 12:13:27.722137 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.722247 (+   110us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.722334 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.722711 (+   377us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.722886 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.722934 (+    48us) write_op.cc:312] APPLY: finished
0630 12:13:27.723112 (+   178us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.735348 (+ 12236us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.735435 (+    87us) write_op.cc:454] Released schema lock
0630 12:13:27.735475 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":286552,"num_ops":2,"prepare.queue_time_us":355510,"prepare.run_cpu_time_us":22950,"prepare.run_wall_time_us":125743,"raft.queue_time_us":104750,"raft.run_cpu_time_us":27,"raft.run_wall_time_us":28,"replication_time_us":435570,"thread_start_us":83479,"threads_started":1}]]}
I20260630 12:13:27.726533  5296 rpcz_store.cc:276] 0630 12:13:26.486319 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.521080 (+ 34761us) service_pool.cc:224] Handling call
0630 12:13:27.725985 (+1204905us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.744753 (+     0us) write_op.cc:183] PREPARE: starting on tablet b233cdbde9bd4fd09c8dbadda25b7e2c
0630 12:13:26.822604 (+ 77851us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.823377 (+   773us) write_op.cc:435] Acquired schema lock
0630 12:13:26.823393 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:26.850053 (+ 26660us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.851255 (+  1202us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.856144 (+  4889us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:26.902496 (+ 46352us) tablet.cc:701] Row locks acquired
0630 12:13:26.902516 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:13:26.903804 (+  1288us) write_op.cc:270] Start()
0630 12:13:26.905129 (+  1325us) write_op.cc:276] Timestamp: P: 1782821606903737 usec, L: 0
0630 12:13:26.905153 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.948674 (+ 43521us) log.cc:844] Serialized 475 byte log entry
0630 12:13:27.435047 (+486373us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.718191 (+283144us) write_op.cc:301] APPLY: starting
0630 12:13:27.718269 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.718404 (+   135us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.718488 (+    84us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.719202 (+   714us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.719407 (+   205us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.719451 (+    44us) write_op.cc:312] APPLY: finished
0630 12:13:27.719688 (+   237us) log.cc:844] Serialized 40 byte log entry
0630 12:13:27.725498 (+  5810us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.725593 (+    95us) write_op.cc:454] Released schema lock
0630 12:13:27.725640 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":282961,"num_ops":4,"prepare.queue_time_us":197846,"prepare.run_cpu_time_us":4378,"prepare.run_wall_time_us":209245,"raft.queue_time_us":39993,"raft.run_cpu_time_us":2208,"raft.run_wall_time_us":172200,"replication_time_us":528869}]]}
I20260630 12:13:27.753250  5347 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=12, attempt_no=0}) took 1166 ms. Trace:
I20260630 12:13:27.755276  5341 rpcz_store.cc:276] 0630 12:13:26.484870 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.485341 (+   471us) service_pool.cc:224] Handling call
0630 12:13:26.505262 (+ 19921us) spinlock_profiling.cc:243] Waited 15 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.745193 (+1239931us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.739574 (+     0us) write_op.cc:183] PREPARE: starting on tablet dbe0bd1328264ed79e0633b59346d147
0630 12:13:26.817650 (+ 78076us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.820548 (+  2898us) write_op.cc:435] Acquired schema lock
0630 12:13:26.821900 (+  1352us) tablet.cc:662] Decoding operations
0630 12:13:26.844222 (+ 22322us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.845309 (+  1087us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.845337 (+    28us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:26.845583 (+   246us) tablet.cc:701] Row locks acquired
0630 12:13:26.845600 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:13:27.263048 (+417448us) spinlock_profiling.cc:243] Waited 1.41 ms on lock 0x7b2c0013b878. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a804a7a11 00007f1a804b6a0a 00007f1a804b6693 00007f1a804b6631 00007f1a81be7902 00007f1a81be76dd 00007f1a855e2243 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939
0630 12:13:27.263133 (+    85us) write_op.cc:270] Start()
0630 12:13:27.263421 (+   288us) write_op.cc:276] Timestamp: P: 1782821606847153 usec, L: 0
0630 12:13:27.263443 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.264290 (+   847us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.485948 (+221658us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.724638 (+238690us) write_op.cc:301] APPLY: starting
0630 12:13:27.724720 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.724844 (+   124us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.724879 (+    35us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.728753 (+  3874us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.728928 (+   175us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.728969 (+    41us) write_op.cc:312] APPLY: finished
0630 12:13:27.729176 (+   207us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.738183 (+  9007us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.739173 (+   990us) write_op.cc:454] Released schema lock
0630 12:13:27.739216 (+    43us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:27.745097 (+  5881us) spinlock_profiling.cc:243] Waited 4.42 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea49ae 00007f1a7feb84fe 00007f1a86b91e51 00007f1a855e43ad 00007f1a855e3b53 00007f1a855e7d61 00007f1a855e7d19 00007f1a855e7ca9 00007f1a855e7c71 00007f1a855e6e9d
Metrics: {"spinlock_wait_cycles":34501376,"child_traces":[["op",{"apply.queue_time_us":238509,"mutex_wait_us":8087,"num_ops":3,"prepare.queue_time_us":217118,"prepare.run_cpu_time_us":9364,"prepare.run_wall_time_us":527364,"replication_time_us":222368,"spinlock_wait_cycles":13416192}]]}
I20260630 12:13:27.759106  5311 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=5, attempt_no=0}) took 1193 ms. Trace:
I20260630 12:13:27.778188  5340 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=47, attempt_no=0}) took 1203 ms. Trace:
I20260630 12:13:27.766305  5311 rpcz_store.cc:276] 0630 12:13:26.569628 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.571101 (+  1473us) service_pool.cc:224] Handling call
0630 12:13:27.759033 (+1187932us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.671453 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4fea64429fa4065989061d2188f7d5e
0630 12:13:26.729642 (+ 58189us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.734127 (+  4485us) write_op.cc:435] Acquired schema lock
0630 12:13:26.736550 (+  2423us) tablet.cc:662] Decoding operations
0630 12:13:26.760862 (+ 24312us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.771466 (+ 10604us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.784684 (+ 13218us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:26.820845 (+ 36161us) tablet.cc:701] Row locks acquired
0630 12:13:26.820863 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:26.830492 (+  9629us) write_op.cc:270] Start()
0630 12:13:26.836665 (+  6173us) write_op.cc:276] Timestamp: P: 1782821606829363 usec, L: 0
0630 12:13:26.837485 (+   820us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.888624 (+ 51139us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.333502 (+444878us) spinlock_profiling.cc:243] Waited 1.31 ms on lock 0x7b18002733a0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.552768 (+219266us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.748695 (+195927us) write_op.cc:301] APPLY: starting
0630 12:13:27.748773 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.748893 (+   120us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.748915 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.754389 (+  5474us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.754523 (+   134us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.754571 (+    48us) write_op.cc:312] APPLY: finished
0630 12:13:27.754731 (+   160us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.758579 (+  3848us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.758656 (+    77us) write_op.cc:454] Released schema lock
0630 12:13:27.758697 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":195723,"mutex_wait_us":2189,"num_ops":2,"prepare.queue_time_us":75029,"prepare.run_cpu_time_us":39697,"prepare.run_wall_time_us":498360,"raft.queue_time_us":293832,"raft.run_cpu_time_us":52,"raft.run_wall_time_us":55,"replication_time_us":696706,"spinlock_wait_cycles":3001728,"thread_start_us":317712,"threads_started":3}]]}
I20260630 12:13:27.778653  5340 rpcz_store.cc:276] 0630 12:13:26.575844 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.577569 (+  1725us) service_pool.cc:224] Handling call
0630 12:13:27.778117 (+1200548us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.291708 (+     0us) write_op.cc:183] PREPARE: starting on tablet dbe0bd1328264ed79e0633b59346d147
0630 12:13:27.329831 (+ 38123us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.330947 (+  1116us) write_op.cc:435] Acquired schema lock
0630 12:13:27.332038 (+  1091us) tablet.cc:662] Decoding operations
0630 12:13:27.351871 (+ 19833us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.355198 (+  3327us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.356405 (+  1207us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:27.368914 (+ 12509us) tablet.cc:701] Row locks acquired
0630 12:13:27.368936 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:13:27.369117 (+   181us) write_op.cc:270] Start()
0630 12:13:27.369248 (+   131us) write_op.cc:276] Timestamp: P: 1782821607369074 usec, L: 0
0630 12:13:27.369270 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.371877 (+  2607us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.594235 (+222358us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.756850 (+162615us) write_op.cc:301] APPLY: starting
0630 12:13:27.756939 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.757062 (+   123us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.757149 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.774825 (+ 17676us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.774984 (+   159us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.777207 (+  2223us) write_op.cc:312] APPLY: finished
0630 12:13:27.777434 (+   227us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.777656 (+   222us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.777751 (+    95us) write_op.cc:454] Released schema lock
0630 12:13:27.777792 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":162382,"num_ops":3,"prepare.queue_time_us":671012,"prepare.run_cpu_time_us":3283,"prepare.run_wall_time_us":86762,"replication_time_us":224845}]]}
I20260630 12:13:27.714738  5349 rpcz_store.cc:276] 0630 12:13:26.604026 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.605354 (+  1328us) service_pool.cc:224] Handling call
0630 12:13:27.686453 (+1081099us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.836063 (+     0us) write_op.cc:183] PREPARE: starting on tablet be866ad512194145a2ff69299794b01c
0630 12:13:26.860953 (+ 24890us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.860988 (+    35us) write_op.cc:435] Acquired schema lock
0630 12:13:26.861002 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:26.861437 (+   435us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.861486 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.861515 (+    29us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:26.861857 (+   342us) tablet.cc:701] Row locks acquired
0630 12:13:26.861873 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:13:26.862036 (+   163us) write_op.cc:270] Start()
0630 12:13:26.862148 (+   112us) write_op.cc:276] Timestamp: P: 1782821606861992 usec, L: 0
0630 12:13:26.862164 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.862773 (+   609us) log.cc:844] Serialized 475 byte log entry
0630 12:13:27.472888 (+610115us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.492307 (+ 19419us) write_op.cc:301] APPLY: starting
0630 12:13:27.495393 (+  3086us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.552444 (+ 57051us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.561014 (+  8570us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.626363 (+ 65349us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.630378 (+  4015us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.630424 (+    46us) write_op.cc:312] APPLY: finished
0630 12:13:27.638352 (+  7928us) log.cc:844] Serialized 40 byte log entry
0630 12:13:27.670171 (+ 31819us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.674760 (+  4589us) write_op.cc:454] Released schema lock
0630 12:13:27.678840 (+  4080us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":12603,"mutex_wait_us":3070,"num_ops":4,"prepare.queue_time_us":217021,"prepare.run_cpu_time_us":2851,"prepare.run_wall_time_us":26976,"replication_time_us":610591}]]}
I20260630 12:13:27.799575  5319 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=9, attempt_no=0}) took 1220 ms. Trace:
I20260630 12:13:27.801251  5296 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=0, attempt_no=0}) took 1318 ms. Trace:
I20260630 12:13:27.804656  5311 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=39, attempt_no=0}) took 1123 ms. Trace:
I20260630 12:13:27.801673  5296 rpcz_store.cc:276] 0630 12:13:26.482641 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.482791 (+   150us) service_pool.cc:224] Handling call
0630 12:13:27.801173 (+1318382us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.490161 (+     0us) write_op.cc:183] PREPARE: starting on tablet f953e32ed4a54ea69c70597296ab564b
0630 12:13:26.490760 (+   599us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.490784 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:13:26.490796 (+    12us) tablet.cc:662] Decoding operations
0630 12:13:26.491109 (+   313us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.491194 (+    85us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.491220 (+    26us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:13:26.505515 (+ 14295us) tablet.cc:701] Row locks acquired
0630 12:13:26.506868 (+  1353us) write_op.cc:260] PREPARE: finished
0630 12:13:26.520472 (+ 13604us) write_op.cc:270] Start()
0630 12:13:26.522975 (+  2503us) write_op.cc:276] Timestamp: P: 1782821606519384 usec, L: 0
0630 12:13:26.523778 (+   803us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.556054 (+ 32276us) log.cc:844] Serialized 345 byte log entry
0630 12:13:26.699775 (+143721us) spinlock_profiling.cc:243] Waited 2.86 ms on lock 0x7b540026b220. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b2cb26 00007f1a81b2649a 00007f1a81b25714 00007f1a81b05eaa 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4
0630 12:13:27.195520 (+495745us) spinlock_profiling.cc:243] Waited 3.12 ms on lock 0x7b540026b220. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b2cb26 00007f1a81b2649a 00007f1a81b25714 00007f1a81b05eaa 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4
0630 12:13:27.663378 (+467858us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.764042 (+100664us) write_op.cc:301] APPLY: starting
0630 12:13:27.764139 (+    97us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.764231 (+    92us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.764253 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.764584 (+   331us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.764732 (+   148us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.764780 (+    48us) write_op.cc:312] APPLY: finished
0630 12:13:27.764933 (+   153us) log.cc:844] Serialized 22 byte log entry
0630 12:13:27.797300 (+ 32367us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.797370 (+    70us) write_op.cc:454] Released schema lock
0630 12:13:27.797406 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":100483,"num_ops":1,"prepare.queue_time_us":1595,"prepare.run_cpu_time_us":24790,"prepare.run_wall_time_us":142154,"raft.queue_time_us":33486,"raft.run_cpu_time_us":37066,"raft.run_wall_time_us":770782,"replication_time_us":1139453,"spinlock_wait_cycles":13752448,"thread_start_us":63226,"threads_started":1}]]}
I20260630 12:13:27.762885  5347 rpcz_store.cc:276] 0630 12:13:26.593579 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.595156 (+  1577us) service_pool.cc:224] Handling call
0630 12:13:26.729185 (+134029us) spinlock_profiling.cc:243] Waited 4.86 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.753054 (+1023869us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.099524 (+     0us) write_op.cc:183] PREPARE: starting on tablet fb7e32570d4f464ab0a507286b77bdca
0630 12:13:27.100050 (+   526us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.100091 (+    41us) write_op.cc:435] Acquired schema lock
0630 12:13:27.100105 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:27.100509 (+   404us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.100560 (+    51us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.100586 (+    26us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:13:27.100762 (+   176us) tablet.cc:701] Row locks acquired
0630 12:13:27.100785 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:13:27.100976 (+   191us) write_op.cc:270] Start()
0630 12:13:27.101088 (+   112us) write_op.cc:276] Timestamp: P: 1782821607100928 usec, L: 0
0630 12:13:27.101104 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.101785 (+   681us) log.cc:844] Serialized 345 byte log entry
0630 12:13:27.509889 (+408104us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.517654 (+  7765us) spinlock_profiling.cc:243] Waited 139 ms on lock 0x7b58000e63d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.643860 (+126206us) write_op.cc:301] APPLY: starting
0630 12:13:27.751009 (+107149us) spinlock_profiling.cc:243] Waited 3.76 ms on lock 0x7b600026edc8. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a85516161 00007f1a8568214b 00007f1a85684774 00007f1a855f96db 00007f1a854f6b93 00007f1a854f8de8 00007f1a855f7e34 00007f1a855e397c 00007f1a855e7d61 00007f1a855e7d19 00007f1a855e7ca9
0630 12:13:27.751073 (+    64us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.751171 (+    98us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.751191 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.751499 (+   308us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.751652 (+   153us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.751704 (+    52us) write_op.cc:312] APPLY: finished
0630 12:13:27.751859 (+   155us) log.cc:844] Serialized 22 byte log entry
0630 12:13:27.752602 (+   743us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.752688 (+    86us) write_op.cc:454] Released schema lock
0630 12:13:27.752729 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":11180416,"child_traces":[["op",{"apply.queue_time_us":133793,"mutex_wait_us":741,"num_ops":1,"prepare.queue_time_us":349513,"prepare.run_cpu_time_us":43365,"prepare.run_wall_time_us":62467,"raft.queue_time_us":47234,"raft.run_cpu_time_us":3919,"raft.run_wall_time_us":379916,"replication_time_us":408647,"spinlock_wait_cycles":327862912,"thread_start_us":55421,"threads_started":1}]]}
I20260630 12:13:27.799980  5319 rpcz_store.cc:276] 0630 12:13:26.578780 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.580371 (+  1591us) service_pool.cc:224] Handling call
0630 12:13:26.658324 (+ 77953us) spinlock_profiling.cc:243] Waited 6.88 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.799367 (+1141043us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.697675 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7b6161a19c194734ba45db96046f3fe3
0630 12:13:26.748956 (+ 51281us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.756087 (+  7131us) write_op.cc:435] Acquired schema lock
0630 12:13:26.756114 (+    27us) tablet.cc:662] Decoding operations
0630 12:13:26.818318 (+ 62204us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.818392 (+    74us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.818421 (+    29us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:26.818902 (+   481us) tablet.cc:701] Row locks acquired
0630 12:13:26.818920 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:26.819138 (+   218us) write_op.cc:270] Start()
0630 12:13:26.819275 (+   137us) write_op.cc:276] Timestamp: P: 1782821606819083 usec, L: 0
0630 12:13:26.819310 (+    35us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.820054 (+   744us) log.cc:844] Serialized 519 byte log entry
0630 12:13:26.851692 (+ 31638us) spinlock_profiling.cc:243] Waited 1.2 ms on lock 0x7b1800290080. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.190602 (+338910us) spinlock_profiling.cc:243] Waited 10.1 ms on lock 0x7b5400017320. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b25142 00007f1a81b05eaa 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5
0630 12:13:27.421767 (+231165us) spinlock_profiling.cc:243] Waited 29.9 ms on lock 0x7b5400017320. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b25142 00007f1a81b05eaa 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5
0630 12:13:27.608805 (+187038us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.796404 (+187599us) write_op.cc:301] APPLY: starting
0630 12:13:27.796486 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.796630 (+   144us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.796651 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.797864 (+  1213us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.798013 (+   149us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.798058 (+    45us) write_op.cc:312] APPLY: finished
0630 12:13:27.798252 (+   194us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.798448 (+   196us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.798531 (+    83us) write_op.cc:454] Released schema lock
0630 12:13:27.798568 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":15828864,"child_traces":[["op",{"apply.queue_time_us":185454,"mutex_wait_us":334,"num_ops":5,"prepare.queue_time_us":20850,"prepare.run_cpu_time_us":24274,"prepare.run_wall_time_us":420543,"raft.queue_time_us":44216,"raft.run_cpu_time_us":20213,"raft.run_wall_time_us":951174,"replication_time_us":789339,"spinlock_wait_cycles":96536704,"thread_start_us":302690,"threads_started":2}]]}
I20260630 12:13:27.809295  5311 rpcz_store.cc:276] 0630 12:13:26.681260 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.682402 (+  1142us) service_pool.cc:224] Handling call
0630 12:13:26.796728 (+114326us) spinlock_profiling.cc:243] Waited 13.5 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.804593 (+1007865us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.004127 (+     0us) write_op.cc:183] PREPARE: starting on tablet 370d7aa4cc01402e8966cc4a8ce79a40
0630 12:13:27.004638 (+   511us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.004665 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:27.004682 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:27.005176 (+   494us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.005220 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.005245 (+    25us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.005645 (+   400us) tablet.cc:701] Row locks acquired
0630 12:13:27.005662 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:13:27.188140 (+182478us) spinlock_profiling.cc:243] Waited 64.9 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea3b64 00007f1a855e21b5 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901 00007f1a855e5b2d 000000000043f3c4 000000000043f209
0630 12:13:27.188255 (+   115us) write_op.cc:270] Start()
0630 12:13:27.188468 (+   213us) write_op.cc:276] Timestamp: P: 1782821607188212 usec, L: 0
0630 12:13:27.188494 (+    26us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.324976 (+136482us) spinlock_profiling.cc:243] Waited 3.36 ms on lock 0x7b5400015f20. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b29520 00007f1a81bb2b42 00007f1a81ba7f67 00007f1a81ba7da4 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.325720 (+   744us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.603788 (+278068us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.783232 (+179444us) write_op.cc:301] APPLY: starting
0630 12:13:27.783312 (+    80us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.783485 (+   173us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.783506 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.784282 (+   776us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.784453 (+   171us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.784495 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:27.784714 (+   219us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.785452 (+   738us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.785535 (+    83us) write_op.cc:454] Released schema lock
0630 12:13:27.785574 (+    39us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:27.804487 (+ 18913us) spinlock_profiling.cc:243] Waited 7.14 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea49ae 00007f1a7feb84fe 00007f1a86b91e51 00007f1a855e43ad 00007f1a855e3b53 00007f1a855e7d61 00007f1a855e7d19 00007f1a855e7ca9 00007f1a855e7c71 00007f1a855e6e9d
Metrics: {"spinlock_wait_cycles":31095552,"child_traces":[["op",{"apply.queue_time_us":179278,"mutex_wait_us":1706,"num_ops":5,"prepare.queue_time_us":206220,"prepare.run_cpu_time_us":7068,"prepare.run_wall_time_us":321923,"replication_time_us":415199,"spinlock_wait_cycles":173517312}]]}
I20260630 12:13:27.827267  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=14, attempt_no=0}) took 1284 ms. Trace:
I20260630 12:13:27.813880  5350 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=16, attempt_no=0}) took 1259 ms. Trace:
I20260630 12:13:27.835558  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=28, attempt_no=0}) took 1349 ms. Trace:
I20260630 12:13:27.834436  5349 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=30, attempt_no=0}) took 1251 ms. Trace:
I20260630 12:13:27.836781  5349 rpcz_store.cc:276] 0630 12:13:26.590455 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.593784 (+  3329us) service_pool.cc:224] Handling call
0630 12:13:27.834370 (+1240586us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.137027 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4bdbabd91f447859f31d38995974357
0630 12:13:27.173942 (+ 36915us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.173970 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:13:27.173988 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:27.183877 (+  9889us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.183916 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.183942 (+    26us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:27.184125 (+   183us) tablet.cc:701] Row locks acquired
0630 12:13:27.184143 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:27.184305 (+   162us) write_op.cc:270] Start()
0630 12:13:27.184430 (+   125us) write_op.cc:276] Timestamp: P: 1782821607184260 usec, L: 0
0630 12:13:27.184446 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.184999 (+   553us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.718125 (+533126us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.827300 (+109175us) write_op.cc:301] APPLY: starting
0630 12:13:27.827401 (+   101us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.827509 (+   108us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.827596 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.827945 (+   349us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.828099 (+   154us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.828145 (+    46us) write_op.cc:312] APPLY: finished
0630 12:13:27.828324 (+   179us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.833769 (+  5445us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.833855 (+    86us) write_op.cc:454] Released schema lock
0630 12:13:27.833896 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":108961,"num_ops":2,"prepare.queue_time_us":510624,"prepare.run_cpu_time_us":2678,"prepare.run_wall_time_us":51462,"replication_time_us":533567}]]}
I20260630 12:13:27.842769  5296 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=18, attempt_no=0}) took 1358 ms. Trace:
I20260630 12:13:27.866694  5333 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=15, attempt_no=0}) took 1313 ms. Trace:
I20260630 12:13:27.865911  5296 rpcz_store.cc:276] 0630 12:13:26.484515 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.484984 (+   469us) service_pool.cc:224] Handling call
0630 12:13:26.518590 (+ 33606us) spinlock_profiling.cc:243] Waited 6.19 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.842683 (+1324093us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.419637 (+     0us) write_op.cc:183] PREPARE: starting on tablet f953e32ed4a54ea69c70597296ab564b
0630 12:13:27.438074 (+ 18437us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.438102 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:13:27.438121 (+    19us) tablet.cc:662] Decoding operations
0630 12:13:27.438446 (+   325us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.438490 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.438514 (+    24us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:27.439878 (+  1364us) tablet.cc:701] Row locks acquired
0630 12:13:27.439900 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:13:27.440099 (+   199us) write_op.cc:270] Start()
0630 12:13:27.440237 (+   138us) write_op.cc:276] Timestamp: P: 1782821607440049 usec, L: 0
0630 12:13:27.440260 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.440970 (+   710us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.711237 (+270267us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.840963 (+129726us) write_op.cc:301] APPLY: starting
0630 12:13:27.841035 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.841135 (+   100us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.841243 (+   108us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.841634 (+   391us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.841803 (+   169us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.841844 (+    41us) write_op.cc:312] APPLY: finished
0630 12:13:27.842021 (+   177us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.842241 (+   220us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.842312 (+    71us) write_op.cc:454] Released schema lock
0630 12:13:27.842352 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":14236928,"child_traces":[["op",{"apply.queue_time_us":129546,"num_ops":2,"prepare.queue_time_us":856055,"prepare.run_cpu_time_us":2760,"prepare.run_wall_time_us":22471,"replication_time_us":270879}]]}
I20260630 12:13:27.833510  5350 rpcz_store.cc:276] 0630 12:13:26.551699 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.552972 (+  1273us) service_pool.cc:224] Handling call
0630 12:13:27.810766 (+1257794us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.842735 (+     0us) write_op.cc:183] PREPARE: starting on tablet 370d7aa4cc01402e8966cc4a8ce79a40
0630 12:13:26.845012 (+  2277us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.847174 (+  2162us) write_op.cc:435] Acquired schema lock
0630 12:13:26.847905 (+   731us) tablet.cc:662] Decoding operations
0630 12:13:26.903171 (+ 55266us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.904566 (+  1395us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.905686 (+  1120us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:26.941137 (+ 35451us) tablet.cc:701] Row locks acquired
0630 12:13:26.942816 (+  1679us) write_op.cc:260] PREPARE: finished
0630 12:13:26.951045 (+  8229us) write_op.cc:270] Start()
0630 12:13:26.953825 (+  2780us) write_op.cc:276] Timestamp: P: 1782821606949673 usec, L: 0
0630 12:13:26.955891 (+  2066us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.003730 (+ 47839us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.603369 (+599639us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.752060 (+148691us) write_op.cc:301] APPLY: starting
0630 12:13:27.752141 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.752276 (+   135us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.752367 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.752861 (+   494us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.753027 (+   166us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.753073 (+    46us) write_op.cc:312] APPLY: finished
0630 12:13:27.753267 (+   194us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.760161 (+  6894us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.760243 (+    82us) write_op.cc:454] Released schema lock
0630 12:13:27.760284 (+    41us) write_op.cc:341] FINISH: Updating metrics
0630 12:13:27.810632 (+ 50348us) spinlock_profiling.cc:243] Waited 1.56 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea49ae 00007f1a7feb84fe 00007f1a86b91e51 00007f1a855e43ad 00007f1a855e3b53 00007f1a855e7d61 00007f1a855e7d19 00007f1a855e7ca9 00007f1a855e7c71 00007f1a855e6e9d
Metrics: {"spinlock_wait_cycles":81792,"child_traces":[["op",{"apply.queue_time_us":148505,"num_ops":3,"prepare.queue_time_us":275347,"prepare.run_cpu_time_us":3533,"prepare.run_wall_time_us":161237,"replication_time_us":647328,"spinlock_wait_cycles":3580672}]]}
I20260630 12:13:27.880374  5315 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=37, attempt_no=0}) took 1245 ms. Trace:
I20260630 12:13:27.881458  5350 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=29, attempt_no=0}) took 1249 ms. Trace:
I20260630 12:13:27.882264  5347 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=8, attempt_no=0}) took 1307 ms. Trace:
I20260630 12:13:27.867252  5333 rpcz_store.cc:276] 0630 12:13:26.555807 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.558412 (+  2605us) service_pool.cc:224] Handling call
0630 12:13:26.729118 (+170706us) spinlock_profiling.cc:243] Waited 2.57 ms on lock 0x7b34001eca28. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.866463 (+1137345us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.902481 (+     0us) write_op.cc:183] PREPARE: starting on tablet be866ad512194145a2ff69299794b01c
0630 12:13:26.907175 (+  4694us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.907215 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:13:26.907230 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:26.948417 (+ 41187us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.950863 (+  2446us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.951690 (+   827us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:26.992827 (+ 41137us) tablet.cc:701] Row locks acquired
0630 12:13:26.994692 (+  1865us) write_op.cc:260] PREPARE: finished
0630 12:13:27.464980 (+470288us) spinlock_profiling.cc:243] Waited 21 ms on lock 0x7b2c00184888. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a804a7a11 00007f1a804b6a0a 00007f1a804b6693 00007f1a804b6631 00007f1a81be7902 00007f1a81be76dd 00007f1a855e2243 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939
0630 12:13:27.465049 (+    69us) write_op.cc:270] Start()
0630 12:13:27.465273 (+   224us) write_op.cc:276] Timestamp: P: 1782821607069112 usec, L: 0
0630 12:13:27.465297 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.470400 (+  5103us) log.cc:844] Serialized 562 byte log entry
0630 12:13:27.639748 (+169348us) spinlock_profiling.cc:243] Waited 4.41 ms on lock 0x7b54004871d4. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81ba7e28 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901 00007f1a855e5b2d 000000000043f3c4 000000000043f209
0630 12:13:27.706469 (+ 66721us) spinlock_profiling.cc:243] Waited 5.84 ms on lock 0x7b180026bea0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.745919 (+ 39450us) spinlock_profiling.cc:243] Waited 20.2 ms on lock 0x7b58000467d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.774467 (+ 28548us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.841512 (+ 67045us) write_op.cc:301] APPLY: starting
0630 12:13:27.841591 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.841774 (+   183us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.841797 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.842749 (+   952us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.842947 (+   198us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.842994 (+    47us) write_op.cc:312] APPLY: finished
0630 12:13:27.843217 (+   223us) log.cc:844] Serialized 52 byte log entry
0630 12:13:27.849552 (+  6335us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.850178 (+   626us) write_op.cc:454] Released schema lock
0630 12:13:27.850249 (+    71us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":5915520,"child_traces":[["op",{"apply.queue_time_us":66620,"mutex_wait_us":1980,"num_ops":6,"prepare.queue_time_us":140391,"prepare.run_cpu_time_us":10607,"prepare.run_wall_time_us":745965,"raft.queue_time_us":2794,"raft.run_cpu_time_us":1355,"raft.run_wall_time_us":39470,"replication_time_us":309062,"spinlock_wait_cycles":118152064}]]}
I20260630 12:13:27.882778  5347 rpcz_store.cc:276] 0630 12:13:26.575882 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.577554 (+  1672us) service_pool.cc:224] Handling call
0630 12:13:26.827414 (+249860us) spinlock_profiling.cc:243] Waited 7.64 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.882205 (+1054791us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.171302 (+     0us) write_op.cc:183] PREPARE: starting on tablet fb7e32570d4f464ab0a507286b77bdca
0630 12:13:27.212257 (+ 40955us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.212286 (+    29us) write_op.cc:435] Acquired schema lock
0630 12:13:27.212299 (+    13us) tablet.cc:662] Decoding operations
0630 12:13:27.220873 (+  8574us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.221704 (+   831us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.222639 (+   935us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.231954 (+  9315us) tablet.cc:701] Row locks acquired
0630 12:13:27.231967 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:27.232126 (+   159us) write_op.cc:270] Start()
0630 12:13:27.232263 (+   137us) write_op.cc:276] Timestamp: P: 1782821607232087 usec, L: 0
0630 12:13:27.232279 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.232839 (+   560us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.339860 (+107021us) spinlock_profiling.cc:243] Waited 42 ms on lock 0x7b58000e63d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.632945 (+293085us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.852764 (+219819us) write_op.cc:301] APPLY: starting
0630 12:13:27.852839 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.853005 (+   166us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.853026 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.860666 (+  7640us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.860852 (+   186us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.860895 (+    43us) write_op.cc:312] APPLY: finished
0630 12:13:27.861133 (+   238us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.881787 (+ 20654us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.881890 (+   103us) write_op.cc:454] Released schema lock
0630 12:13:27.881929 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":17574144,"child_traces":[["op",{"apply.queue_time_us":219616,"num_ops":5,"prepare.queue_time_us":319258,"prepare.run_cpu_time_us":3321,"prepare.run_wall_time_us":65707,"raft.queue_time_us":1568,"raft.run_cpu_time_us":2061,"raft.run_wall_time_us":105292,"replication_time_us":400549,"spinlock_wait_cycles":96651136}]]}
I20260630 12:13:27.836017  5341 rpcz_store.cc:276] 0630 12:13:26.485931 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.486520 (+   589us) service_pool.cc:224] Handling call
0630 12:13:26.498058 (+ 11538us) spinlock_profiling.cc:243] Waited 10.5 ms on lock 0x7b34002a3178. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.835494 (+1337436us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.645622 (+     0us) write_op.cc:183] PREPARE: starting on tablet f953e32ed4a54ea69c70597296ab564b
0630 12:13:26.673615 (+ 27993us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.673881 (+   266us) write_op.cc:435] Acquired schema lock
0630 12:13:26.675061 (+  1180us) tablet.cc:662] Decoding operations
0630 12:13:26.714162 (+ 39101us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.717412 (+  3250us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.718254 (+   842us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:26.756195 (+ 37941us) tablet.cc:701] Row locks acquired
0630 12:13:26.757465 (+  1270us) write_op.cc:260] PREPARE: finished
0630 12:13:26.762072 (+  4607us) write_op.cc:270] Start()
0630 12:13:26.798112 (+ 36040us) write_op.cc:276] Timestamp: P: 1782821606762018 usec, L: 0
0630 12:13:26.798134 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:26.810149 (+ 12015us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.406770 (+596621us) spinlock_profiling.cc:243] Waited 3.65 ms on lock 0x7b180024f100. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0b62 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.499642 (+ 92872us) spinlock_profiling.cc:243] Waited 381 ms on lock 0x7b58001526d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.710833 (+211191us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.827905 (+117072us) write_op.cc:301] APPLY: starting
0630 12:13:27.827973 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.828113 (+   140us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.828135 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.828892 (+   757us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.829062 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.829109 (+    47us) write_op.cc:312] APPLY: finished
0630 12:13:27.829315 (+   206us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.835030 (+  5715us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.835111 (+    81us) write_op.cc:454] Released schema lock
0630 12:13:27.835162 (+    51us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":24108800,"child_traces":[["op",{"apply.queue_time_us":116900,"mutex_wait_us":6635,"num_ops":5,"prepare.queue_time_us":115342,"prepare.run_cpu_time_us":4607,"prepare.run_wall_time_us":180822,"raft.queue_time_us":6167,"raft.run_cpu_time_us":4141,"raft.run_wall_time_us":678946,"replication_time_us":912593,"spinlock_wait_cycles":884059264}]]}
I20260630 12:13:27.830545  5334 rpcz_store.cc:276] 0630 12:13:26.548179 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.549285 (+  1106us) service_pool.cc:224] Handling call
0630 12:13:27.827198 (+1277913us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:26.845487 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4bdbabd91f447859f31d38995974357
0630 12:13:26.845946 (+   459us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:26.845970 (+    24us) write_op.cc:435] Acquired schema lock
0630 12:13:26.845985 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:26.877037 (+ 31052us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:26.884655 (+  7618us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:26.889606 (+  4951us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:26.945562 (+ 55956us) tablet.cc:701] Row locks acquired
0630 12:13:26.948594 (+  3032us) write_op.cc:260] PREPARE: finished
0630 12:13:26.955466 (+  6872us) write_op.cc:270] Start()
0630 12:13:26.966486 (+ 11020us) write_op.cc:276] Timestamp: P: 1782821606953490 usec, L: 0
0630 12:13:26.966512 (+    26us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.010988 (+ 44476us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.651234 (+640246us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.792025 (+140791us) write_op.cc:301] APPLY: starting
0630 12:13:27.792101 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.792263 (+   162us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.792374 (+   111us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.806673 (+ 14299us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.806843 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.806885 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:27.807073 (+   188us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.815039 (+  7966us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.826844 (+ 11805us) write_op.cc:454] Released schema lock
0630 12:13:27.826892 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":140618,"mutex_wait_us":25641,"num_ops":5,"prepare.queue_time_us":237334,"prepare.run_cpu_time_us":56798,"prepare.run_wall_time_us":265389,"raft.queue_time_us":119677,"raft.run_cpu_time_us":27,"raft.run_wall_time_us":28,"replication_time_us":679590,"thread_start_us":97826,"threads_started":1}]]}
I20260630 12:13:27.877252  5311 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=44, attempt_no=0}) took 1195 ms. Trace:
I20260630 12:13:27.878414  5349 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=43, attempt_no=0}) took 1203 ms. Trace:
I20260630 12:13:27.890750  5347 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=40, attempt_no=0}) took 1209 ms. Trace:
I20260630 12:13:27.881877  5350 rpcz_store.cc:276] 0630 12:13:26.643724 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.648401 (+  4677us) service_pool.cc:224] Handling call
0630 12:13:27.881399 (+1232998us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.142780 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7b6161a19c194734ba45db96046f3fe3
0630 12:13:27.143785 (+  1005us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.146658 (+  2873us) write_op.cc:435] Acquired schema lock
0630 12:13:27.146678 (+    20us) tablet.cc:662] Decoding operations
0630 12:13:27.175455 (+ 28777us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.176707 (+  1252us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.177119 (+   412us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:13:27.192986 (+ 15867us) tablet.cc:701] Row locks acquired
0630 12:13:27.193003 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:13:27.202298 (+  9295us) write_op.cc:270] Start()
0630 12:13:27.202404 (+   106us) write_op.cc:276] Timestamp: P: 1782821607201665 usec, L: 0
0630 12:13:27.202426 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.202992 (+   566us) log.cc:844] Serialized 388 byte log entry
0630 12:13:27.526231 (+323239us) spinlock_profiling.cc:243] Waited 239 ms on lock 0x7b5800286ad0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.699014 (+172783us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.879874 (+180860us) write_op.cc:301] APPLY: starting
0630 12:13:27.879951 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.880056 (+   105us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.880075 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.880500 (+   425us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.880643 (+   143us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.880682 (+    39us) write_op.cc:312] APPLY: finished
0630 12:13:27.880848 (+   166us) log.cc:844] Serialized 28 byte log entry
0630 12:13:27.881009 (+   161us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.881078 (+    69us) write_op.cc:454] Released schema lock
0630 12:13:27.881114 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":180662,"num_ops":2,"prepare.queue_time_us":414179,"prepare.run_cpu_time_us":3072,"prepare.run_wall_time_us":68273,"raft.queue_time_us":2526,"raft.run_cpu_time_us":3114,"raft.run_wall_time_us":320535,"replication_time_us":496471,"spinlock_wait_cycles":548724096}]]}
I20260630 12:13:27.894788  5345 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:40648 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=42, attempt_no=0}) took 1350 ms. Trace:
I20260630 12:13:27.891057  5349 rpcz_store.cc:276] 0630 12:13:26.676317 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.678141 (+  1824us) service_pool.cc:224] Handling call
0630 12:13:27.878347 (+1200206us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.461609 (+     0us) write_op.cc:183] PREPARE: starting on tablet 67c8a97a1b3d4f9b84df9ca768de11be
0630 12:13:27.462169 (+   560us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.462201 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:13:27.462219 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:27.462698 (+   479us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.475674 (+ 12976us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.476619 (+   945us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.478050 (+  1431us) tablet.cc:701] Row locks acquired
0630 12:13:27.478065 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:27.478197 (+   132us) write_op.cc:270] Start()
0630 12:13:27.478269 (+    72us) write_op.cc:276] Timestamp: P: 1782821607478167 usec, L: 0
0630 12:13:27.478282 (+    13us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.478798 (+   516us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.553652 (+ 74854us) spinlock_profiling.cc:243] Waited 1.41 ms on lock 0x7b1800299320. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.554384 (+   732us) spinlock_profiling.cc:243] Waited 958 us on lock 0x7b1800299320. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.698464 (+144080us) spinlock_profiling.cc:243] Waited 2.26 ms on lock 0x7b5400236520. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b25142 00007f1a81b05eaa 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5
0630 12:13:27.774442 (+ 75978us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.870596 (+ 96154us) write_op.cc:301] APPLY: starting
0630 12:13:27.870688 (+    92us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.870876 (+   188us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.870898 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.871766 (+   868us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.871961 (+   195us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.872015 (+    54us) write_op.cc:312] APPLY: finished
0630 12:13:27.872272 (+   257us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.877842 (+  5570us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.877937 (+    95us) write_op.cc:454] Released schema lock
0630 12:13:27.877997 (+    60us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":95661,"mutex_wait_us":46044,"num_ops":5,"prepare.queue_time_us":754768,"prepare.run_cpu_time_us":2733,"prepare.run_wall_time_us":17597,"raft.queue_time_us":5840,"raft.run_cpu_time_us":5937,"raft.run_wall_time_us":204776,"replication_time_us":296025,"spinlock_wait_cycles":10638336}]]}
I20260630 12:13:27.892728  5319 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=32, attempt_no=0}) took 1238 ms. Trace:
I20260630 12:13:27.891162  5347 rpcz_store.cc:276] 0630 12:13:26.681626 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.688076 (+  6450us) service_pool.cc:224] Handling call
0630 12:13:27.890677 (+1202601us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.203468 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7b6161a19c194734ba45db96046f3fe3
0630 12:13:27.203908 (+   440us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.203931 (+    23us) write_op.cc:435] Acquired schema lock
0630 12:13:27.203947 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:27.204331 (+   384us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.204378 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.204402 (+    24us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:27.204604 (+   202us) tablet.cc:701] Row locks acquired
0630 12:13:27.204617 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:27.204775 (+   158us) write_op.cc:270] Start()
0630 12:13:27.204881 (+   106us) write_op.cc:276] Timestamp: P: 1782821607204732 usec, L: 0
0630 12:13:27.204896 (+    15us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.205425 (+   529us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.660426 (+455001us) spinlock_profiling.cc:243] Waited 235 ms on lock 0x7b5800286ad0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.699283 (+ 38857us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.887177 (+187894us) write_op.cc:301] APPLY: starting
0630 12:13:27.887249 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.887386 (+   137us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.887406 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.888952 (+  1546us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.889133 (+   181us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.889182 (+    49us) write_op.cc:312] APPLY: finished
0630 12:13:27.889372 (+   190us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.890251 (+   879us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.890328 (+    77us) write_op.cc:454] Released schema lock
0630 12:13:27.890366 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":1197440,"child_traces":[["op",{"apply.queue_time_us":187714,"num_ops":3,"prepare.queue_time_us":459468,"prepare.run_cpu_time_us":2268,"prepare.run_wall_time_us":2268,"raft.queue_time_us":2670,"raft.run_cpu_time_us":4712,"raft.run_wall_time_us":451467,"replication_time_us":494290,"spinlock_wait_cycles":541481344}]]}
I20260630 12:13:27.890390  5311 rpcz_store.cc:276] 0630 12:13:26.681979 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.682359 (+   380us) service_pool.cc:224] Handling call
0630 12:13:27.094975 (+412616us) spinlock_profiling.cc:243] Waited 5.31 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.877182 (+782207us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.233307 (+     0us) write_op.cc:183] PREPARE: starting on tablet fb7e32570d4f464ab0a507286b77bdca
0630 12:13:27.233760 (+   453us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.233789 (+    29us) write_op.cc:435] Acquired schema lock
0630 12:13:27.233804 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:27.234232 (+   428us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.234281 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.234307 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.234712 (+   405us) tablet.cc:701] Row locks acquired
0630 12:13:27.234727 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:27.234900 (+   173us) write_op.cc:270] Start()
0630 12:13:27.234992 (+    92us) write_op.cc:276] Timestamp: P: 1782821607234843 usec, L: 0
0630 12:13:27.235011 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.457075 (+222064us) spinlock_profiling.cc:243] Waited 965 us on lock 0x7b5400015a20. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a8688e5c4 00007f1a81b235ab 00007f1a81b232fa 00007f1a81ba7965 00007f1a81ba7e09 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.457632 (+   557us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.633225 (+175593us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.860911 (+227686us) write_op.cc:301] APPLY: starting
0630 12:13:27.860990 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.861138 (+   148us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.861157 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.862088 (+   931us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.862289 (+   201us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.862354 (+    65us) write_op.cc:312] APPLY: finished
0630 12:13:27.862600 (+   246us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.862827 (+   227us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.862934 (+   107us) write_op.cc:454] Released schema lock
0630 12:13:27.862986 (+    52us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":12228736,"child_traces":[["op",{"apply.queue_time_us":226457,"num_ops":5,"prepare.queue_time_us":132756,"prepare.run_cpu_time_us":5880,"prepare.run_wall_time_us":224614,"replication_time_us":398110,"spinlock_wait_cycles":2220160}]]}
I20260630 12:13:27.903702  5319 rpcz_store.cc:276] 0630 12:13:26.662156 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.664451 (+  2295us) service_pool.cc:224] Handling call
0630 12:13:27.280381 (+615930us) spinlock_profiling.cc:243] Waited 10.9 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.892669 (+612288us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.326280 (+     0us) write_op.cc:183] PREPARE: starting on tablet 370d7aa4cc01402e8966cc4a8ce79a40
0630 12:13:27.326871 (+   591us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.326901 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:13:27.326919 (+    18us) tablet.cc:662] Decoding operations
0630 12:13:27.329920 (+  3001us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.332076 (+  2156us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.333260 (+  1184us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:27.353806 (+ 20546us) tablet.cc:701] Row locks acquired
0630 12:13:27.353818 (+    12us) write_op.cc:260] PREPARE: finished
0630 12:13:27.368662 (+ 14844us) write_op.cc:270] Start()
0630 12:13:27.372739 (+  4077us) write_op.cc:276] Timestamp: P: 1782821607367311 usec, L: 0
0630 12:13:27.373732 (+   993us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.380071 (+  6339us) log.cc:844] Serialized 475 byte log entry
0630 12:13:27.613202 (+233131us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.818911 (+205709us) write_op.cc:301] APPLY: starting
0630 12:13:27.818993 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.819126 (+   133us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.819218 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.884458 (+ 65240us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.884622 (+   164us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.884663 (+    41us) write_op.cc:312] APPLY: finished
0630 12:13:27.884861 (+   198us) log.cc:844] Serialized 40 byte log entry
0630 12:13:27.892252 (+  7391us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.892339 (+    87us) write_op.cc:454] Released schema lock
0630 12:13:27.892376 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":25093376,"child_traces":[["op",{"apply.queue_time_us":205545,"num_ops":4,"prepare.queue_time_us":27935,"prepare.run_cpu_time_us":3372,"prepare.run_wall_time_us":54038,"replication_time_us":239371}]]}
I20260630 12:13:27.906587  5333 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=20, attempt_no=0}) took 1339 ms. Trace:
I20260630 12:13:27.907048  5333 rpcz_store.cc:276] 0630 12:13:26.567531 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.569552 (+  2021us) service_pool.cc:224] Handling call
0630 12:13:26.713516 (+143964us) spinlock_profiling.cc:243] Waited 1.55 ms on lock 0x7b34001eca28. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.906520 (+1193004us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.232256 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9d1e4108d061458a8a3777674e23b735
0630 12:13:27.232734 (+   478us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.232786 (+    52us) write_op.cc:435] Acquired schema lock
0630 12:13:27.232803 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:27.233255 (+   452us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.233297 (+    42us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.233322 (+    25us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.233740 (+   418us) tablet.cc:701] Row locks acquired
0630 12:13:27.233766 (+    26us) write_op.cc:260] PREPARE: finished
0630 12:13:27.528554 (+294788us) spinlock_profiling.cc:243] Waited 223 ms on lock 0x7b1800164c40. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81be773d 00007f1a855e2243 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901 00007f1a855e5b2d 000000000043f3c4 000000000043f209
0630 12:13:27.528597 (+    43us) write_op.cc:270] Start()
0630 12:13:27.528811 (+   214us) write_op.cc:276] Timestamp: P: 1782821607456613 usec, L: 0
0630 12:13:27.528835 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.529501 (+   666us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.776383 (+246882us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.885760 (+109377us) write_op.cc:301] APPLY: starting
0630 12:13:27.885839 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.885986 (+   147us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.886007 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.886875 (+   868us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.887049 (+   174us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.887096 (+    47us) write_op.cc:312] APPLY: finished
0630 12:13:27.887307 (+   211us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.906015 (+ 18708us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.906142 (+   127us) write_op.cc:454] Released schema lock
0630 12:13:27.906190 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":3558272,"child_traces":[["op",{"apply.queue_time_us":109206,"num_ops":5,"prepare.queue_time_us":503554,"prepare.run_cpu_time_us":6207,"prepare.run_wall_time_us":297534,"replication_time_us":247427,"spinlock_wait_cycles":512256384}]]}
I20260630 12:13:27.903267  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=33, attempt_no=0}) took 1287 ms. Trace:
I20260630 12:13:27.911723  5334 rpcz_store.cc:276] 0630 12:13:26.628943 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.630103 (+  1160us) service_pool.cc:224] Handling call
0630 12:13:26.980026 (+349923us) spinlock_profiling.cc:243] Waited 994 us on lock 0x7b34001eca28. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.903188 (+923162us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.529964 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9d1e4108d061458a8a3777674e23b735
0630 12:13:27.530465 (+   501us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.530490 (+    25us) write_op.cc:435] Acquired schema lock
0630 12:13:27.530510 (+    20us) tablet.cc:662] Decoding operations
0630 12:13:27.531037 (+   527us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.531081 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.531108 (+    27us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:27.573600 (+ 42492us) tablet.cc:701] Row locks acquired
0630 12:13:27.574855 (+  1255us) write_op.cc:260] PREPARE: finished
0630 12:13:27.588456 (+ 13601us) write_op.cc:270] Start()
0630 12:13:27.591191 (+  2735us) write_op.cc:276] Timestamp: P: 1782821607587591 usec, L: 0
0630 12:13:27.597912 (+  6721us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.626293 (+ 28381us) log.cc:844] Serialized 562 byte log entry
0630 12:13:27.776705 (+150412us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.890879 (+114174us) write_op.cc:301] APPLY: starting
0630 12:13:27.890954 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.891100 (+   146us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.891179 (+    79us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.898901 (+  7722us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.900694 (+  1793us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.900747 (+    53us) write_op.cc:312] APPLY: finished
0630 12:13:27.900977 (+   230us) log.cc:844] Serialized 52 byte log entry
0630 12:13:27.902750 (+  1773us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.902841 (+    91us) write_op.cc:454] Released schema lock
0630 12:13:27.902885 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":2286464,"child_traces":[["op",{"apply.queue_time_us":113998,"num_ops":6,"prepare.queue_time_us":439839,"prepare.run_cpu_time_us":3510,"prepare.run_wall_time_us":106362,"replication_time_us":178637}]]}
I20260630 12:13:27.900390  5350 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=21, attempt_no=0}) took 1348 ms. Trace:
I20260630 12:13:27.918622  5349 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=7, attempt_no=0}) took 1347 ms. Trace:
I20260630 12:13:27.880790  5315 rpcz_store.cc:276] 0630 12:13:26.648646 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.650868 (+  2222us) service_pool.cc:224] Handling call
0630 12:13:27.880191 (+1229323us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.185434 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4bdbabd91f447859f31d38995974357
0630 12:13:27.186600 (+  1166us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.186626 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:13:27.189745 (+  3119us) tablet.cc:662] Decoding operations
0630 12:13:27.222346 (+ 32601us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.223784 (+  1438us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.225077 (+  1293us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.252636 (+ 27559us) tablet.cc:701] Row locks acquired
0630 12:13:27.252654 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:13:27.253538 (+   884us) write_op.cc:270] Start()
0630 12:13:27.254978 (+  1440us) write_op.cc:276] Timestamp: P: 1782821607252785 usec, L: 0
0630 12:13:27.257564 (+  2586us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.524723 (+267159us) spinlock_profiling.cc:243] Waited 10.7 ms on lock 0x7b5400236a20. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b29520 00007f1a81bb2b42 00007f1a81ba7f67 00007f1a81ba7da4 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.525213 (+   490us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.774443 (+249230us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.840609 (+ 66166us) write_op.cc:301] APPLY: starting
0630 12:13:27.840698 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.840843 (+   145us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.840862 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.841715 (+   853us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.841881 (+   166us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.841920 (+    39us) write_op.cc:312] APPLY: finished
0630 12:13:27.842088 (+   168us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.879739 (+ 37651us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.879856 (+   117us) write_op.cc:454] Released schema lock
0630 12:13:27.879910 (+    54us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":65726,"num_ops":5,"prepare.queue_time_us":480456,"prepare.run_cpu_time_us":5735,"prepare.run_wall_time_us":340068,"replication_time_us":516772,"spinlock_wait_cycles":24553856}]]}
I20260630 12:13:27.916072  5311 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=19, attempt_no=0}) took 1364 ms. Trace:
I20260630 12:13:27.918582  5347 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=24, attempt_no=0}) took 1316 ms. Trace:
I20260630 12:13:27.921340  5333 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38960 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=25, attempt_no=0}) took 1342 ms. Trace:
I20260630 12:13:27.916587  5350 rpcz_store.cc:276] 0630 12:13:26.554213 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.555758 (+  1545us) service_pool.cc:224] Handling call
0630 12:13:27.067869 (+512111us) spinlock_profiling.cc:243] Waited 1.06 ms on lock 0x7b3400047408. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.900322 (+832453us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.205876 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7b6161a19c194734ba45db96046f3fe3
0630 12:13:27.206350 (+   474us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.206377 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:27.206396 (+    19us) tablet.cc:662] Decoding operations
0630 12:13:27.206759 (+   363us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.206797 (+    38us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.206821 (+    24us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:27.207030 (+   209us) tablet.cc:701] Row locks acquired
0630 12:13:27.207047 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:13:27.207193 (+   146us) write_op.cc:270] Start()
0630 12:13:27.208300 (+  1107us) write_op.cc:276] Timestamp: P: 1782821607207155 usec, L: 0
0630 12:13:27.208314 (+    14us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.217047 (+  8733us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.699541 (+482494us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.744155 (+ 44614us) spinlock_profiling.cc:243] Waited 227 ms on lock 0x7b5800286ad0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.895447 (+151292us) write_op.cc:301] APPLY: starting
0630 12:13:27.895517 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.895636 (+   119us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.895658 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.896122 (+   464us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.896292 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.896337 (+    45us) write_op.cc:312] APPLY: finished
0630 12:13:27.896539 (+   202us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.899722 (+  3183us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.899824 (+   102us) write_op.cc:454] Released schema lock
0630 12:13:27.899878 (+    54us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":2446208,"child_traces":[["op",{"apply.queue_time_us":195712,"mutex_wait_us":1308,"num_ops":3,"prepare.queue_time_us":61995,"prepare.run_cpu_time_us":2616,"prepare.run_wall_time_us":12371,"raft.queue_time_us":115,"raft.run_cpu_time_us":5309,"raft.run_wall_time_us":526834,"replication_time_us":490402,"spinlock_wait_cycles":521870592}]]}
I20260630 12:13:27.919698  5311 rpcz_store.cc:276] 0630 12:13:26.552051 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.552993 (+   942us) service_pool.cc:224] Handling call
0630 12:13:27.916008 (+1363015us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.169987 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4fea64429fa4065989061d2188f7d5e
0630 12:13:27.176128 (+  6141us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.176202 (+    74us) write_op.cc:435] Acquired schema lock
0630 12:13:27.176218 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:27.212320 (+ 36102us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.212368 (+    48us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.212400 (+    32us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.227359 (+ 14959us) tablet.cc:701] Row locks acquired
0630 12:13:27.229060 (+  1701us) write_op.cc:260] PREPARE: finished
0630 12:13:27.235646 (+  6586us) write_op.cc:270] Start()
0630 12:13:27.235773 (+   127us) write_op.cc:276] Timestamp: P: 1782821607235596 usec, L: 0
0630 12:13:27.235790 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.237954 (+  2164us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.731408 (+493454us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.913305 (+181897us) write_op.cc:301] APPLY: starting
0630 12:13:27.913392 (+    87us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.913541 (+   149us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.913634 (+    93us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.914383 (+   749us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.914547 (+   164us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.914587 (+    40us) write_op.cc:312] APPLY: finished
0630 12:13:27.914805 (+   218us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.915600 (+   795us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.915680 (+    80us) write_op.cc:454] Released schema lock
0630 12:13:27.915723 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":181712,"num_ops":5,"prepare.queue_time_us":531545,"prepare.run_cpu_time_us":3739,"prepare.run_wall_time_us":68225,"replication_time_us":495475}]]}
I20260630 12:13:27.919360  5349 rpcz_store.cc:276] 0630 12:13:26.575508 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.577029 (+  1521us) service_pool.cc:224] Handling call
0630 12:13:26.798153 (+221124us) spinlock_profiling.cc:243] Waited 5.14 ms on lock 0x7b34001eca28. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.918556 (+1120403us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.487764 (+     0us) write_op.cc:183] PREPARE: starting on tablet 67c8a97a1b3d4f9b84df9ca768de11be
0630 12:13:27.513649 (+ 25885us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.513689 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:13:27.513709 (+    20us) tablet.cc:662] Decoding operations
0630 12:13:27.515131 (+  1422us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.515171 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.515195 (+    24us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:13:27.515657 (+   462us) tablet.cc:701] Row locks acquired
0630 12:13:27.515670 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:27.515844 (+   174us) write_op.cc:270] Start()
0630 12:13:27.515953 (+   109us) write_op.cc:276] Timestamp: P: 1782821607515800 usec, L: 0
0630 12:13:27.515973 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.558327 (+ 42354us) log.cc:844] Serialized 562 byte log entry
0630 12:13:27.627293 (+ 68966us) spinlock_profiling.cc:243] Waited 17 ms on lock 0x7b58000458d0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.662876 (+ 35583us) spinlock_profiling.cc:243] Waited 5.35 ms on lock 0x7b18002cc020. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a87986bf1 00007f1a87993391 00007f1a7eac0a33 00007f1a7eac2e01 00007f1a7eac2db9 00007f1a7eac2d49 00007f1a7eac2d11 00007f1a7eac200d 000000000043f3c4 000000000043f209 00007f1a7eaa3e7a
0630 12:13:27.702479 (+ 39603us) spinlock_profiling.cc:243] Waited 38.8 ms on lock 0x7b5800045bd0. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b0643c 00007f1a81b0cd53 00007f1a81b0ccd9 00007f1a81b0cc69 00007f1a81b0cc31 00007f1a81b0bdfd 000000000043f3c4 000000000043f209 00007f1a7eac0ab5 00007f1a7eac2e01
0630 12:13:27.775273 (+ 72794us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.908816 (+133543us) write_op.cc:301] APPLY: starting
0630 12:13:27.908886 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.909048 (+   162us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.909068 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.909744 (+   676us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.909864 (+   120us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.909890 (+    26us) write_op.cc:312] APPLY: finished
0630 12:13:27.910056 (+   166us) log.cc:844] Serialized 52 byte log entry
0630 12:13:27.918096 (+  8040us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.918186 (+    90us) write_op.cc:454] Released schema lock
0630 12:13:27.918258 (+    72us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":11816320,"child_traces":[["op",{"apply.queue_time_us":126862,"mutex_wait_us":11978,"num_ops":6,"prepare.queue_time_us":639279,"prepare.run_cpu_time_us":3448,"prepare.run_wall_time_us":83963,"raft.queue_time_us":8104,"raft.run_cpu_time_us":2776,"raft.run_wall_time_us":102284,"replication_time_us":259186,"spinlock_wait_cycles":142437248}]]}
I20260630 12:13:27.930262  5350 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57362 (ReqId={client: 474945f5ef374d9ebcdb40e60099cd5c, seq_no=36, attempt_no=0}) took 1262 ms. Trace:
I20260630 12:13:27.921918  5333 rpcz_store.cc:276] 0630 12:13:26.579543 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.580342 (+   799us) service_pool.cc:224] Handling call
0630 12:13:27.173923 (+593581us) spinlock_profiling.cc:243] Waited 3.37 ms on lock 0x7b34001eca28. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a7fe5e171 00007f1a7fea318c 00007f1a7fee81d1 00007f1a7feeb4cf 00007f1a7feec821 00007f1a7feec7d9 00007f1a7feec769 00007f1a7feec731 00007f1a7feeba2d 000000000043f3c4 000000000043f209
0630 12:13:27.921278 (+747355us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.583689 (+     0us) write_op.cc:183] PREPARE: starting on tablet 67c8a97a1b3d4f9b84df9ca768de11be
0630 12:13:27.591563 (+  7874us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.591590 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:27.591605 (+    15us) tablet.cc:662] Decoding operations
0630 12:13:27.592006 (+   401us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.592046 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.592071 (+    25us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:13:27.592482 (+   411us) tablet.cc:701] Row locks acquired
0630 12:13:27.592496 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:13:27.592660 (+   164us) write_op.cc:270] Start()
0630 12:13:27.592775 (+   115us) write_op.cc:276] Timestamp: P: 1782821607592616 usec, L: 0
0630 12:13:27.592791 (+    16us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.696856 (+104065us) spinlock_profiling.cc:243] Waited 12.4 ms on lock 0x7b5400236520. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b29520 00007f1a81bb2b42 00007f1a81ba7f67 00007f1a81ba7da4 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.697516 (+   660us) log.cc:844] Serialized 475 byte log entry
0630 12:13:27.796028 (+ 98512us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.910908 (+114880us) write_op.cc:301] APPLY: starting
0630 12:13:27.910980 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.911119 (+   139us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.911141 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.920172 (+  9031us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.920343 (+   171us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.920392 (+    49us) write_op.cc:312] APPLY: finished
0630 12:13:27.920592 (+   200us) log.cc:844] Serialized 40 byte log entry
0630 12:13:27.920816 (+   224us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.920906 (+    90us) write_op.cc:454] Released schema lock
0630 12:13:27.920954 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":7742848,"child_traces":[["op",{"apply.queue_time_us":114716,"mutex_wait_us":9603,"num_ops":4,"prepare.queue_time_us":398497,"prepare.run_cpu_time_us":5294,"prepare.run_wall_time_us":134336,"raft.queue_time_us":16291,"raft.run_cpu_time_us":25,"raft.run_wall_time_us":26,"replication_time_us":203128,"spinlock_wait_cycles":28517632}]]}
I20260630 12:13:27.930665  5350 rpcz_store.cc:276] 0630 12:13:26.673152 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.674801 (+  1649us) service_pool.cc:224] Handling call
0630 12:13:27.930199 (+1255398us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.330557 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4fea64429fa4065989061d2188f7d5e
0630 12:13:27.339964 (+  9407us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.339990 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:13:27.340006 (+    16us) tablet.cc:662] Decoding operations
0630 12:13:27.340516 (+   510us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.340555 (+    39us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.340712 (+   157us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:13:27.340933 (+   221us) tablet.cc:701] Row locks acquired
0630 12:13:27.340945 (+    12us) write_op.cc:260] PREPARE: finished
0630 12:13:27.341131 (+   186us) write_op.cc:270] Start()
0630 12:13:27.341229 (+    98us) write_op.cc:276] Timestamp: P: 1782821607341072 usec, L: 0
0630 12:13:27.341248 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.526660 (+185412us) spinlock_profiling.cc:243] Waited 3.8 ms on lock 0x7b5400015520. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b15571 00007f1a81b29520 00007f1a81bb2b42 00007f1a81ba7f67 00007f1a81ba7da4 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.527142 (+   482us) log.cc:844] Serialized 432 byte log entry
0630 12:13:27.747912 (+220770us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.926909 (+178997us) write_op.cc:301] APPLY: starting
0630 12:13:27.926984 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.927099 (+   115us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.927119 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.927564 (+   445us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.927724 (+   160us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.927764 (+    40us) write_op.cc:312] APPLY: finished
0630 12:13:27.927905 (+   141us) log.cc:844] Serialized 34 byte log entry
0630 12:13:27.929805 (+  1900us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.929885 (+    80us) write_op.cc:454] Released schema lock
0630 12:13:27.929926 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":178810,"mutex_wait_us":1619,"num_ops":3,"prepare.queue_time_us":639488,"prepare.run_cpu_time_us":4727,"prepare.run_wall_time_us":199099,"replication_time_us":406554,"spinlock_wait_cycles":8745344}]]}
I20260630 12:13:27.895231  5345 rpcz_store.cc:276] 0630 12:13:26.550685 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.550933 (+   248us) service_pool.cc:224] Handling call
0630 12:13:27.894712 (+1343779us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.441399 (+     0us) write_op.cc:183] PREPARE: starting on tablet f953e32ed4a54ea69c70597296ab564b
0630 12:13:27.441917 (+   518us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.441944 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:13:27.441958 (+    14us) tablet.cc:662] Decoding operations
0630 12:13:27.442491 (+   533us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.442543 (+    52us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.442572 (+    29us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:13:27.442997 (+   425us) tablet.cc:701] Row locks acquired
0630 12:13:27.443012 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:13:27.443199 (+   187us) write_op.cc:270] Start()
0630 12:13:27.443305 (+   106us) write_op.cc:276] Timestamp: P: 1782821607443146 usec, L: 0
0630 12:13:27.444419 (+  1114us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.485717 (+ 41298us) log.cc:844] Serialized 519 byte log entry
0630 12:13:27.662146 (+176429us) spinlock_profiling.cc:243] Waited 7.71 ms on lock 0x7b540026b220. stack: 00007f1a7ea8e983 00007f1a7ea8e880 00007f1a7e41e1d4 000000000042d824 000000000042d7b9 00007f1a81b16090 00007f1a81b236b8 00007f1a81b232fa 00007f1a81ba7965 00007f1a81ba7e09 00007f1a855e2581 00007f1a855e1d58 00007f1a855e69f1 00007f1a855e69a9 00007f1a855e6939 00007f1a855e6901
0630 12:13:27.711514 (+ 49368us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.881395 (+169881us) write_op.cc:301] APPLY: starting
0630 12:13:27.881470 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.881607 (+   137us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.881628 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.882357 (+   729us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.882531 (+   174us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.882573 (+    42us) write_op.cc:312] APPLY: finished
0630 12:13:27.882780 (+   207us) log.cc:844] Serialized 46 byte log entry
0630 12:13:27.882941 (+   161us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.883043 (+   102us) write_op.cc:454] Released schema lock
0630 12:13:27.883081 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":169729,"num_ops":5,"prepare.queue_time_us":849184,"prepare.run_cpu_time_us":6017,"prepare.run_wall_time_us":220985,"replication_time_us":266998,"spinlock_wait_cycles":17728256}]]}
I20260630 12:13:27.920075  5347 rpcz_store.cc:276] 0630 12:13:26.606483 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:13:26.608024 (+  1541us) service_pool.cc:224] Handling call
0630 12:13:27.918518 (+1310494us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:13:27.244025 (+     0us) write_op.cc:183] PREPARE: starting on tablet b4fea64429fa4065989061d2188f7d5e
0630 12:13:27.284822 (+ 40797us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:13:27.284855 (+    33us) write_op.cc:435] Acquired schema lock
0630 12:13:27.284872 (+    17us) tablet.cc:662] Decoding operations
0630 12:13:27.285477 (+   605us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:13:27.285514 (+    37us) write_op.cc:641] Partition lock acquired for write op
0630 12:13:27.285538 (+    24us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:13:27.285669 (+   131us) tablet.cc:701] Row locks acquired
0630 12:13:27.285682 (+    13us) write_op.cc:260] PREPARE: finished
0630 12:13:27.287640 (+  1958us) write_op.cc:270] Start()
0630 12:13:27.292989 (+  5349us) write_op.cc:276] Timestamp: P: 1782821607285801 usec, L: 0
0630 12:13:27.293011 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:13:27.310161 (+ 17150us) log.cc:844] Serialized 345 byte log entry
0630 12:13:27.731700 (+421539us) op_driver.cc:464] REPLICATION: finished
0630 12:13:27.916558 (+184858us) write_op.cc:301] APPLY: starting
0630 12:13:27.916634 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:13:27.916724 (+    90us) tablet.cc:1370] finished BulkCheckPresence
0630 12:13:27.916810 (+    86us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:13:27.917033 (+   223us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:13:27.917185 (+   152us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:13:27.917244 (+    59us) write_op.cc:312] APPLY: finished
0630 12:13:27.917404 (+   160us) log.cc:844] Serialized 22 byte log entry
0630 12:13:27.918090 (+   686us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:13:27.918173 (+    83us) write_op.cc:454] Released schema lock
0630 12:13:27.918212 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":184687,"mutex_wait_us":759,"num_ops":1,"prepare.queue_time_us":564175,"prepare.run_cpu_time_us":3072,"prepare.run_wall_time_us":71655,"replication_time_us":435987}]]}
W20260630 12:13:28.341759  5169 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 75339.2us
W20260630 12:13:28.361497  5103 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:33311, user_credentials={real_user=slave}} blocked reactor thread for 93024.6us
W20260630 12:13:28.588304  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 91604.1us
W20260630 12:13:28.815477  4954 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 50685.1us
W20260630 12:13:29.504621  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 131287us
W20260630 12:13:30.153580  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 47190us
W20260630 12:13:30.171813  5103 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 46707.7us
W20260630 12:13:30.213925  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 44014.8us
W20260630 12:13:30.363523  5103 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 46065.9us
W20260630 12:13:30.372941  4954 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 54889.5us
W20260630 12:13:30.634657  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 58932.4us
W20260630 12:13:30.736644  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 68493us
W20260630 12:13:31.079990  5169 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 75659.6us
W20260630 12:13:31.067132  5274 log.cc:927] Time spent T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Append to log took a long time: real 0.065s	user 0.004s	sys 0.002s
W20260630 12:13:31.210322  5169 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:39745, user_credentials={real_user=slave}} blocked reactor thread for 73183.7us
I20260630 12:13:31.232671   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:31.239642  5400 instance_detector.cc: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:31.239751  5401 instance_detector.cc: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:31.240835  5403 instance_detector.cc: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:31.243290   431 server_base.cc:1061] running on GCE node
I20260630 12:13:31.245309   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:31.245553   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:31.245770   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821611245738 us; error 0 us; skew 500 ppm
I20260630 12:13:31.246297   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:31.249109   431 webserver.cc:533] Webserver started at http://127.0.107.196:37925/ using document root <none> and password file <none>
I20260630 12:13:31.249606   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:31.249804   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:31.250101   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:31.251502   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "b1b63bbbaa994fb39c161f4399909b58"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.256558   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:31.260335  5408 log_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:31.261184   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:13:31.261489   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "b1b63bbbaa994fb39c161f4399909b58"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.261878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:31.303253   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:31.304695   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:31.306238   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:31.308660   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:31.308846   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.309057   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:31.309195   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.350957   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45297
I20260630 12:13:31.351052  5470 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45297 every 8 connection(s)
I20260630 12:13:31.357345   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:31.366557  5475 instance_detector.cc: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:31.367515  5476 instance_detector.cc: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:31.372148  5479 instance_detector.cc: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:31.373221   431 server_base.cc:1061] running on GCE node
I20260630 12:13:31.378356   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:31.378608   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:31.378762   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821611378747 us; error 0 us; skew 500 ppm
I20260630 12:13:31.379473   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:31.381870  5471 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:31.382282  5471 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:31.382491   431 webserver.cc:533] Webserver started at http://127.0.107.197:40217/ using document root <none> and password file <none>
I20260630 12:13:31.383010   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:31.383086  5471 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
I20260630 12:13:31.383217   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:31.383646   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:31.384886   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-4-root/instance:
uuid: "7e8d0a9e018041c9b26e55641b8b78ef"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.385421  4886 ts_manager.cc:194] Registered new tserver with Master: b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196:45297)
I20260630 12:13:31.387452  4886 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54464
I20260630 12:13:31.390550   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:13:31.394192  5483 log_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:31.394997   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:31.395295   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-4-root
uuid: "7e8d0a9e018041c9b26e55641b8b78ef"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.395603   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:31.405046   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:31.406265   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:31.407884   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:31.410238   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:31.410461   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.410699   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:31.410882   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.471589   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:38537
I20260630 12:13:31.471678  5545 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:38537 every 8 connection(s)
I20260630 12:13:31.478397   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:31.486339  5549 instance_detector.cc: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:31.488036  5550 instance_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:31.491086  5546 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:31.491503  5546 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:31.492349  5546 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
W20260630 12:13:31.492682  5552 instance_detector.cc: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:31.493496   431 server_base.cc:1061] running on GCE node
I20260630 12:13:31.494750  4886 ts_manager.cc:194] Registered new tserver with Master: 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197:38537)
I20260630 12:13:31.495708   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:31.495950   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:31.496147   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821611496130 us; error 0 us; skew 500 ppm
I20260630 12:13:31.496214  4886 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54478
I20260630 12:13:31.496687   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:31.499603   431 webserver.cc:533] Webserver started at http://127.0.107.198:44625/ using document root <none> and password file <none>
I20260630 12:13:31.500084   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:31.500259   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:31.500514   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:31.501623   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-5-root/instance:
uuid: "907abbfba7e749f5a476d1289c674d95"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.506268   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:13:31.509549  5557 log_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:31.510274   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:13:31.510582   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-5-root
uuid: "907abbfba7e749f5a476d1289c674d95"
format_stamp: "Formatted at 2026-06-30 12:13:31 on dist-test-slave-g2rq"
I20260630 12:13:31.510835   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-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:31.531103   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:31.532303   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:31.534283   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:31.537530   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:31.537757   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.537988   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:31.538194   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:31.612154   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:38105
I20260630 12:13:31.612284  5619 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:38105 every 8 connection(s)
I20260630 12:13:31.627424  5620 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42419
I20260630 12:13:31.627826  5620 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:31.628539  5620 heartbeater.cc:507] Master 127.0.107.254:42419 requested a full tablet report, sending...
I20260630 12:13:31.630363  4886 ts_manager.cc:194] Registered new tserver with Master: 907abbfba7e749f5a476d1289c674d95 (127.0.107.198:38105)
I20260630 12:13:31.631582  4886 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54486
I20260630 12:13:32.202405  4989 consensus_queue.cc:237] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:32.211585  5138 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:32.213953  5064 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260630 12:13:32.215404  5314 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:13:32.216651  5627 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:13:32.225631  5314 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
W20260630 12:13:32.231519  4955 consensus_peers.cc:597] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 -> Peer b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196:45297): Couldn't send request to peer b1b63bbbaa994fb39c161f4399909b58. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4fea64429fa4065989061d2188f7d5e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.233754  5064 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.239619  5138 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.254405  4886 catalog_manager.cc:5697] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d reported cstate change: config changed from index -1 to 25, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.256275  5138 consensus_queue.cc:237] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:32.267792  5064 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:32.270198  4989 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:32.270040  5380 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:32.272641  5380 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:32.292523  5101 consensus_peers.cc:597] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 -> Peer 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197:38537): Couldn't send request to peer 7e8d0a9e018041c9b26e55641b8b78ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dbe0bd1328264ed79e0633b59346d147. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.292444  5641 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.294718  4989 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.296789  5064 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.308037  4884 catalog_manager.cc:5697] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.310739  4989 consensus_queue.cc:237] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:32.320497  5138 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:32.320619  5064 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:32.322567  5632 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } 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:32.323778  5314 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:32.338263  5632 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:32.342864  5138 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:32.343755  5064 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
W20260630 12:13:32.346706  4954 consensus_peers.cc:597] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 -> Peer 907abbfba7e749f5a476d1289c674d95 (127.0.107.198:38105): Couldn't send request to peer 907abbfba7e749f5a476d1289c674d95. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7b6161a19c194734ba45db96046f3fe3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.354574  4884 catalog_manager.cc:5697] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:32.365767  5064 consensus_queue.cc:237] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:32.375689  5138 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:32.377142  5388 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:32.382196  4989 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:32.383865  5651 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260630 12:13:32.387292  5030 consensus_peers.cc:597] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d -> Peer b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196:45297): Couldn't send request to peer b1b63bbbaa994fb39c161f4399909b58. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: be866ad512194145a2ff69299794b01c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.390169  5471 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:32.392855  5388 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.396884  4984 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.398597  5138 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:32.407398  5135 consensus_queue.cc:237] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:32.406540  4886 catalog_manager.cc:5697] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d reported cstate change: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:32.416087  5064 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:32.417779  5380 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:32.419126  4984 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:32.420754  5380 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:13:32.429199  5641 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
W20260630 12:13:32.431043  5103 consensus_peers.cc:597] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 -> Peer 907abbfba7e749f5a476d1289c674d95 (127.0.107.198:38105): Couldn't send request to peer 907abbfba7e749f5a476d1289c674d95. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1d7fba26bc344a9ab53800ca0abeb609. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.431631  5064 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:32.436095  4984 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:32.444505  5058 consensus_queue.cc:237] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:32.447655  4884 catalog_manager.cc:5697] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:32.456064  5135 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:32.458652  4984 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:32.460275  5388 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:32.462142  5388 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:32.465147  5027 consensus_peers.cc:597] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d -> Peer 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197:38537): Couldn't send request to peer 7e8d0a9e018041c9b26e55641b8b78ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4bdbabd91f447859f31d38995974357. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:32.471642  5651 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.472900  4989 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.474298  5135 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.486398  4886 catalog_manager.cc:5697] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:32.499037  5546 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:32.633859  5620 heartbeater.cc:499] Master 127.0.107.254:42419 was elected leader, sending a full tablet report...
I20260630 12:13:32.680548  5662 ts_tablet_manager.cc:933] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Initiating tablet copy from peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:32.682585  5662 tablet_copy_client.cc:323] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:46259
I20260630 12:13:32.694857  4999 tablet_copy_service.cc:140] P 8b3e67f9441942c0a7f4a42fff468749: Received BeginTabletCopySession request for tablet b4fea64429fa4065989061d2188f7d5e from peer b1b63bbbaa994fb39c161f4399909b58 ({username='slave'} at 127.0.0.1:57374)
I20260630 12:13:32.695523  4999 tablet_copy_service.cc:161] P 8b3e67f9441942c0a7f4a42fff468749: Beginning new tablet copy session on tablet b4fea64429fa4065989061d2188f7d5e from peer b1b63bbbaa994fb39c161f4399909b58 at {username='slave'} at 127.0.0.1:57374: session id = b1b63bbbaa994fb39c161f4399909b58-b4fea64429fa4065989061d2188f7d5e
I20260630 12:13:32.703799  4999 tablet_copy_source_session.cc:215] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:32.706979  5662 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4fea64429fa4065989061d2188f7d5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:32.718854  5662 tablet_copy_client.cc:806] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:32.719643  5662 tablet_copy_client.cc:670] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:32.724074  5663 tablet_copy_client.cc:1025] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:32.789752  5665 ts_tablet_manager.cc:933] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Initiating tablet copy from peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:32.791306  5665 tablet_copy_client.cc:323] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39745
I20260630 12:13:32.803525  5669 ts_tablet_manager.cc:933] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Initiating tablet copy from peer e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:32.803401  5148 tablet_copy_service.cc:140] P b50cb6ad008245c3a7af4eff433db177: Received BeginTabletCopySession request for tablet dbe0bd1328264ed79e0633b59346d147 from peer 7e8d0a9e018041c9b26e55641b8b78ef ({username='slave'} at 127.0.0.1:40670)
I20260630 12:13:32.804128  5148 tablet_copy_service.cc:161] P b50cb6ad008245c3a7af4eff433db177: Beginning new tablet copy session on tablet dbe0bd1328264ed79e0633b59346d147 from peer 7e8d0a9e018041c9b26e55641b8b78ef at {username='slave'} at 127.0.0.1:40670: session id = 7e8d0a9e018041c9b26e55641b8b78ef-dbe0bd1328264ed79e0633b59346d147
I20260630 12:13:32.809051  5669 tablet_copy_client.cc:323] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33311
I20260630 12:13:32.813094  5148 tablet_copy_source_session.cc:215] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:32.816550  5665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbe0bd1328264ed79e0633b59346d147. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:32.824003  5074 tablet_copy_service.cc:140] P e09876942193410688da642b8f8b011d: Received BeginTabletCopySession request for tablet be866ad512194145a2ff69299794b01c from peer b1b63bbbaa994fb39c161f4399909b58 ({username='slave'} at 127.0.0.1:38980)
I20260630 12:13:32.824666  5074 tablet_copy_service.cc:161] P e09876942193410688da642b8f8b011d: Beginning new tablet copy session on tablet be866ad512194145a2ff69299794b01c from peer b1b63bbbaa994fb39c161f4399909b58 at {username='slave'} at 127.0.0.1:38980: session id = b1b63bbbaa994fb39c161f4399909b58-be866ad512194145a2ff69299794b01c
I20260630 12:13:32.832330  5074 tablet_copy_source_session.cc:215] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:32.833281  5665 tablet_copy_client.cc:806] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:32.834010  5665 tablet_copy_client.cc:670] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:32.836591  5669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be866ad512194145a2ff69299794b01c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:32.837661  5666 tablet_copy_client.cc:1025] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:32.857188  5669 tablet_copy_client.cc:806] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:32.857946  5669 tablet_copy_client.cc:670] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:32.861831  5670 tablet_copy_client.cc:1025] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:32.932791  5672 ts_tablet_manager.cc:933] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Initiating tablet copy from peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:32.934381  5672 tablet_copy_client.cc:323] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:46259
I20260630 12:13:32.944355  4999 tablet_copy_service.cc:140] P 8b3e67f9441942c0a7f4a42fff468749: Received BeginTabletCopySession request for tablet 7b6161a19c194734ba45db96046f3fe3 from peer 907abbfba7e749f5a476d1289c674d95 ({username='slave'} at 127.0.0.1:57376)
I20260630 12:13:32.944943  4999 tablet_copy_service.cc:161] P 8b3e67f9441942c0a7f4a42fff468749: Beginning new tablet copy session on tablet 7b6161a19c194734ba45db96046f3fe3 from peer 907abbfba7e749f5a476d1289c674d95 at {username='slave'} at 127.0.0.1:57376: session id = 907abbfba7e749f5a476d1289c674d95-7b6161a19c194734ba45db96046f3fe3
I20260630 12:13:32.952673  4999 tablet_copy_source_session.cc:215] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:32.955538  5672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b6161a19c194734ba45db96046f3fe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:32.966548  5672 tablet_copy_client.cc:806] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:32.967105  5672 tablet_copy_client.cc:670] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:32.970562  5673 tablet_copy_client.cc:1025] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:33.027410  5675 ts_tablet_manager.cc:933] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Initiating tablet copy from peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:33.029074  5675 tablet_copy_client.cc:323] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39745
I20260630 12:13:33.037573  5148 tablet_copy_service.cc:140] P b50cb6ad008245c3a7af4eff433db177: Received BeginTabletCopySession request for tablet 1d7fba26bc344a9ab53800ca0abeb609 from peer 907abbfba7e749f5a476d1289c674d95 ({username='slave'} at 127.0.0.1:40678)
I20260630 12:13:33.038041  5148 tablet_copy_service.cc:161] P b50cb6ad008245c3a7af4eff433db177: Beginning new tablet copy session on tablet 1d7fba26bc344a9ab53800ca0abeb609 from peer 907abbfba7e749f5a476d1289c674d95 at {username='slave'} at 127.0.0.1:40678: session id = 907abbfba7e749f5a476d1289c674d95-1d7fba26bc344a9ab53800ca0abeb609
I20260630 12:13:33.043183  5148 tablet_copy_source_session.cc:215] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:33.045922  5675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7fba26bc344a9ab53800ca0abeb609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:33.057186  5675 tablet_copy_client.cc:806] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:33.057816  5675 tablet_copy_client.cc:670] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:33.062268  5676 tablet_copy_client.cc:1025] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:33.063645  5677 ts_tablet_manager.cc:933] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Initiating tablet copy from peer e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:33.065063  5677 tablet_copy_client.cc:323] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33311
I20260630 12:13:33.074151  5074 tablet_copy_service.cc:140] P e09876942193410688da642b8f8b011d: Received BeginTabletCopySession request for tablet b4bdbabd91f447859f31d38995974357 from peer 7e8d0a9e018041c9b26e55641b8b78ef ({username='slave'} at 127.0.0.1:38982)
I20260630 12:13:33.074630  5074 tablet_copy_service.cc:161] P e09876942193410688da642b8f8b011d: Beginning new tablet copy session on tablet b4bdbabd91f447859f31d38995974357 from peer 7e8d0a9e018041c9b26e55641b8b78ef at {username='slave'} at 127.0.0.1:38982: session id = 7e8d0a9e018041c9b26e55641b8b78ef-b4bdbabd91f447859f31d38995974357
I20260630 12:13:33.080588  5074 tablet_copy_source_session.cc:215] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:33.083153  5677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4bdbabd91f447859f31d38995974357. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:33.093116  5677 tablet_copy_client.cc:806] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:33.093634  5677 tablet_copy_client.cc:670] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:33.097784  5678 tablet_copy_client.cc:1025] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:34.724929  5662 tablet_copy_client.cc:538] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:34.734380  5662 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Bootstrap starting.
I20260630 12:13:34.839807  5665 tablet_copy_client.cc:538] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:34.850435  5665 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap starting.
I20260630 12:13:34.859736  5662 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=84 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:34.860787  5662 tablet_bootstrap.cc:492] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Bootstrap complete.
I20260630 12:13:34.861488  5662 ts_tablet_manager.cc:1403] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Time spent bootstrapping tablet: real 0.127s	user 0.096s	sys 0.032s
I20260630 12:13:34.862862  5669 tablet_copy_client.cc:538] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:34.864174  5662 raft_consensus.cc:359] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:34.865144  5662 raft_consensus.cc:740] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b1b63bbbaa994fb39c161f4399909b58, State: Initialized, Role: LEARNER
I20260630 12:13:34.865805  5662 consensus_queue.cc:260] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:34.873852  5669 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Bootstrap starting.
I20260630 12:13:34.887748  5662 ts_tablet_manager.cc:1434] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.015s
I20260630 12:13:34.889896  4999 tablet_copy_service.cc:342] P 8b3e67f9441942c0a7f4a42fff468749: Request end of tablet copy session b1b63bbbaa994fb39c161f4399909b58-b4fea64429fa4065989061d2188f7d5e received from {username='slave'} at 127.0.0.1:57374
I20260630 12:13:34.890470  4999 tablet_copy_service.cc:434] P 8b3e67f9441942c0a7f4a42fff468749: ending tablet copy session b1b63bbbaa994fb39c161f4399909b58-b4fea64429fa4065989061d2188f7d5e on tablet b4fea64429fa4065989061d2188f7d5e with peer b1b63bbbaa994fb39c161f4399909b58
I20260630 12:13:34.971573  5672 tablet_copy_client.cc:538] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:34.987867  5672 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Bootstrap starting.
I20260630 12:13:35.016583  5669 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:35.017588  5669 tablet_bootstrap.cc:492] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Bootstrap complete.
I20260630 12:13:35.018329  5669 ts_tablet_manager.cc:1403] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Time spent bootstrapping tablet: real 0.145s	user 0.124s	sys 0.011s
I20260630 12:13:35.021001  5669 raft_consensus.cc:359] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:35.021864  5669 raft_consensus.cc:740] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b1b63bbbaa994fb39c161f4399909b58, State: Initialized, Role: LEARNER
I20260630 12:13:35.022492  5669 consensus_queue.cc:260] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:35.024617  5665 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=117 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:35.025642  5665 tablet_bootstrap.cc:492] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap complete.
I20260630 12:13:35.026060  5669 ts_tablet_manager.cc:1434] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:13:35.026405  5665 ts_tablet_manager.cc:1403] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent bootstrapping tablet: real 0.176s	user 0.151s	sys 0.012s
I20260630 12:13:35.029718  5665 raft_consensus.cc:359] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:35.030527  5665 raft_consensus.cc:740] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7e8d0a9e018041c9b26e55641b8b78ef, State: Initialized, Role: LEARNER
I20260630 12:13:35.031554  5074 tablet_copy_service.cc:342] P e09876942193410688da642b8f8b011d: Request end of tablet copy session b1b63bbbaa994fb39c161f4399909b58-be866ad512194145a2ff69299794b01c received from {username='slave'} at 127.0.0.1:38980
I20260630 12:13:35.032069  5074 tablet_copy_service.cc:434] P e09876942193410688da642b8f8b011d: ending tablet copy session b1b63bbbaa994fb39c161f4399909b58-be866ad512194145a2ff69299794b01c on tablet be866ad512194145a2ff69299794b01c with peer b1b63bbbaa994fb39c161f4399909b58
I20260630 12:13:35.031212  5665 consensus_queue.cc:260] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:35.038244  5665 ts_tablet_manager.cc:1434] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.004s
I20260630 12:13:35.040894  5148 tablet_copy_service.cc:342] P b50cb6ad008245c3a7af4eff433db177: Request end of tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-dbe0bd1328264ed79e0633b59346d147 received from {username='slave'} at 127.0.0.1:40670
I20260630 12:13:35.041405  5148 tablet_copy_service.cc:434] P b50cb6ad008245c3a7af4eff433db177: ending tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-dbe0bd1328264ed79e0633b59346d147 on tablet dbe0bd1328264ed79e0633b59346d147 with peer 7e8d0a9e018041c9b26e55641b8b78ef
I20260630 12:13:35.063371  5675 tablet_copy_client.cc:538] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:35.072866  5675 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Bootstrap starting.
I20260630 12:13:35.098661  5677 tablet_copy_client.cc:538] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:35.115381  5446 raft_consensus.cc:1217] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260630 12:13:35.148015  5677 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap starting.
I20260630 12:13:35.153695  5672 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=82 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:35.154675  5672 tablet_bootstrap.cc:492] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Bootstrap complete.
I20260630 12:13:35.155426  5672 ts_tablet_manager.cc:1403] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Time spent bootstrapping tablet: real 0.168s	user 0.117s	sys 0.020s
I20260630 12:13:35.158159  5672 raft_consensus.cc:359] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:35.158986  5672 raft_consensus.cc:740] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 907abbfba7e749f5a476d1289c674d95, State: Initialized, Role: LEARNER
I20260630 12:13:35.159634  5672 consensus_queue.cc:260] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:35.168941  5672 ts_tablet_manager.cc:1434] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:13:35.170739  4999 tablet_copy_service.cc:342] P 8b3e67f9441942c0a7f4a42fff468749: Request end of tablet copy session 907abbfba7e749f5a476d1289c674d95-7b6161a19c194734ba45db96046f3fe3 received from {username='slave'} at 127.0.0.1:57376
I20260630 12:13:35.171186  4999 tablet_copy_service.cc:434] P 8b3e67f9441942c0a7f4a42fff468749: ending tablet copy session 907abbfba7e749f5a476d1289c674d95-7b6161a19c194734ba45db96046f3fe3 on tablet 7b6161a19c194734ba45db96046f3fe3 with peer 907abbfba7e749f5a476d1289c674d95
I20260630 12:13:35.275153  5677 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:35.275930  5677 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap complete.
I20260630 12:13:35.276449  5677 ts_tablet_manager.cc:1403] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent bootstrapping tablet: real 0.129s	user 0.104s	sys 0.015s
I20260630 12:13:35.278499  5677 raft_consensus.cc:359] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:35.279057  5677 raft_consensus.cc:740] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7e8d0a9e018041c9b26e55641b8b78ef, State: Initialized, Role: LEARNER
I20260630 12:13:35.279531  5677 consensus_queue.cc:260] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:35.281158  5677 ts_tablet_manager.cc:1434] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:35.282626  5675 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:35.282877  5074 tablet_copy_service.cc:342] P e09876942193410688da642b8f8b011d: Request end of tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-b4bdbabd91f447859f31d38995974357 received from {username='slave'} at 127.0.0.1:38982
I20260630 12:13:35.283370  5074 tablet_copy_service.cc:434] P e09876942193410688da642b8f8b011d: ending tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-b4bdbabd91f447859f31d38995974357 on tablet b4bdbabd91f447859f31d38995974357 with peer 7e8d0a9e018041c9b26e55641b8b78ef
I20260630 12:13:35.283574  5675 tablet_bootstrap.cc:492] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Bootstrap complete.
I20260630 12:13:35.284252  5675 ts_tablet_manager.cc:1403] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Time spent bootstrapping tablet: real 0.212s	user 0.147s	sys 0.049s
I20260630 12:13:35.286746  5675 raft_consensus.cc:359] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:35.287498  5675 raft_consensus.cc:740] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 907abbfba7e749f5a476d1289c674d95, State: Initialized, Role: LEARNER
I20260630 12:13:35.288025  5675 consensus_queue.cc:260] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:35.289808  5675 ts_tablet_manager.cc:1434] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:35.291466  5148 tablet_copy_service.cc:342] P b50cb6ad008245c3a7af4eff433db177: Request end of tablet copy session 907abbfba7e749f5a476d1289c674d95-1d7fba26bc344a9ab53800ca0abeb609 received from {username='slave'} at 127.0.0.1:40678
I20260630 12:13:35.291882  5148 tablet_copy_service.cc:434] P b50cb6ad008245c3a7af4eff433db177: ending tablet copy session 907abbfba7e749f5a476d1289c674d95-1d7fba26bc344a9ab53800ca0abeb609 on tablet 1d7fba26bc344a9ab53800ca0abeb609 with peer 907abbfba7e749f5a476d1289c674d95
I20260630 12:13:35.313483  5521 raft_consensus.cc:1217] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:35.338495  5595 raft_consensus.cc:1217] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:35.405230  5446 raft_consensus.cc:1217] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:35.474017  5595 raft_consensus.cc:1217] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:35.499648  5697 raft_consensus.cc:1064] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: attempting to promote NON_VOTER b1b63bbbaa994fb39c161f4399909b58 to VOTER
I20260630 12:13:35.502348  5697 consensus_queue.cc:237] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:35.508891  5446 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.508891  5135 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.510795  5685 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:35.511090  5058 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.511754  5698 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:35.513118  5697 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:35.521903  5698 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.526479  5064 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.532496  5135 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.535038  5446 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.541657  4883 catalog_manager.cc:5697] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 25 to 26, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.568480  4984 consensus_queue.cc:237] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:35.574010  5446 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.574771  5064 raft_consensus.cc:1275] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.575963  5698 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:35.576934  5697 consensus_queue.cc:1048] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:35.584148  5685 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.585922  5064 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.585943  5446 raft_consensus.cc:2955] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.595112  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b4fea64429fa4065989061d2188f7d5e with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:35.601075  4884 catalog_manager.cc:5697] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 reported cstate change: config changed from index 26 to 27, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:35.612085  5128 tablet_service.cc:1558] Processing DeleteTablet for tablet b4fea64429fa4065989061d2188f7d5e with delete_type TABLET_DATA_TOMBSTONED (TS b50cb6ad008245c3a7af4eff433db177 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:40618
I20260630 12:13:35.614277  5707 tablet_replica.cc:333] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:35.615460  5707 raft_consensus.cc:2243] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:35.616279  5707 raft_consensus.cc:2272] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:35.617650  5521 raft_consensus.cc:1217] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:13:35.622540  5707 ts_tablet_manager.cc:1916] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:35.636682  5707 ts_tablet_manager.cc:1929] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260630 12:13:35.637012  5707 log.cc:1199] T b4fea64429fa4065989061d2188f7d5e P b50cb6ad008245c3a7af4eff433db177: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root/wals/b4fea64429fa4065989061d2188f7d5e
I20260630 12:13:35.638411  4873 catalog_manager.cc:5028] TS b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): tablet b4fea64429fa4065989061d2188f7d5e (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:35.896481  5685 raft_consensus.cc:1064] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: attempting to promote NON_VOTER 907abbfba7e749f5a476d1289c674d95 to VOTER
I20260630 12:13:35.899533  5685 consensus_queue.cc:237] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:35.906373  5595 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.909857  5698 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:35.911358  5138 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.912963  5064 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:35.928761  5697 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:35.946071  5680 raft_consensus.cc:1064] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: attempting to promote NON_VOTER 907abbfba7e749f5a476d1289c674d95 to VOTER
I20260630 12:13:35.931093  5697 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.019s
I20260630 12:13:35.948932  5680 consensus_queue.cc:237] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:35.958603  5594 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:35.961423  5710 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:35.994357  4984 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:35.995817  5064 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:35.996078  5680 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:36.003219  5717 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } 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:36.034092  5683 raft_consensus.cc:1064] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: attempting to promote NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef to VOTER
I20260630 12:13:36.036563  5683 consensus_queue.cc:237] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } }
I20260630 12:13:36.043639  5698 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.045845  5593 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.055233  5713 raft_consensus.cc:1064] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: attempting to promote NON_VOTER b1b63bbbaa994fb39c161f4399909b58 to VOTER
I20260630 12:13:36.061209  5595 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.062211  5717 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.081874  5060 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.083253  5713 consensus_queue.cc:237] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:36.064147  5521 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.064177  5138 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.070058  4886 catalog_manager.cc:5697] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 reported cstate change: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.089658  5714 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:36.072067  5135 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.077471  4984 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.079548  5064 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.103502  4984 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.110880  4880 catalog_manager.cc:5697] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 reported cstate change: config changed from index 26 to 27, 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:36.130102  5446 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.082142  5718 raft_consensus.cc:1064] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: attempting to promote NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef to VOTER
I20260630 12:13:36.122807  5725 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.009s
I20260630 12:13:36.132153  5714 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:36.133018  5683 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:36.146719  4989 consensus_queue.cc:237] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:36.149180  5135 consensus_queue.cc:237] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:36.158068  5593 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:36.160102  5698 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } 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:36.166194  4984 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.168927  5717 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:36.173426  5593 raft_consensus.cc:1275] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.176182  5135 raft_consensus.cc:1275] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:36.177790  5685 consensus_queue.cc:1048] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:36.178038  5717 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.170152  5697 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.185220  5135 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.189064  5680 consensus_queue.cc:1048] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:13:36.181254  4985 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.196707  5593 raft_consensus.cc:2955] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.189414  5595 raft_consensus.cc:2955] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } } }
I20260630 12:13:36.133944  5718 consensus_queue.cc:237] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } }
I20260630 12:13:36.232405  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1d7fba26bc344a9ab53800ca0abeb609 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:36.234302  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7b6161a19c194734ba45db96046f3fe3 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:36.238386  4884 catalog_manager.cc:5697] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 reported cstate change: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:36.239177  4880 catalog_manager.cc:5697] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index 27 to 28, VOTER e09876942193410688da642b8f8b011d (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:13:36.243464  5029 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46259, user_credentials={real_user=slave}} blocked reactor thread for 151076us
I20260630 12:13:36.246017  5137 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.251600  5048 tablet_service.cc:1558] Processing DeleteTablet for tablet 1d7fba26bc344a9ab53800ca0abeb609 with delete_type TABLET_DATA_TOMBSTONED (TS e09876942193410688da642b8f8b011d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:38924
I20260630 12:13:36.253669  4989 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.256326  4985 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.257002  5680 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } 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:36.262413  5521 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.264101  5680 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:36.264254  5727 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:13:36.266213  5729 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.268883  5713 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } 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:36.273272  5060 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.274322  5135 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.279505  5680 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:13:36.274359  5733 tablet_replica.cc:333] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:36.281896  5733 raft_consensus.cc:2243] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:36.285722  5733 raft_consensus.cc:2272] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:36.289202  5520 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.291867  5048 tablet_service.cc:1558] Processing DeleteTablet for tablet 7b6161a19c194734ba45db96046f3fe3 with delete_type TABLET_DATA_TOMBSTONED (TS e09876942193410688da642b8f8b011d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:38924
I20260630 12:13:36.294045  4886 catalog_manager.cc:5697] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:36.297281  4985 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.304411  5733 ts_tablet_manager.cc:1916] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:36.309857  5718 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.320519  5064 consensus_queue.cc:237] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } }
I20260630 12:13:36.324067  4989 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.334379  5521 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.356976  4884 catalog_manager.cc:5697] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 reported cstate change: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.363226  5064 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.366065  4989 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.372339  5729 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:36.371866  5713 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.384690  5446 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.386220  5733 ts_tablet_manager.cc:1929] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:36.386782  5733 log.cc:1199] T 1d7fba26bc344a9ab53800ca0abeb609 P e09876942193410688da642b8f8b011d: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root/wals/1d7fba26bc344a9ab53800ca0abeb609
I20260630 12:13:36.388561  4873 catalog_manager.cc:5028] TS e09876942193410688da642b8f8b011d (127.0.107.194:33311): tablet 1d7fba26bc344a9ab53800ca0abeb609 (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:36.388655  4985 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.392164  5733 tablet_replica.cc:333] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:36.395090  5733 raft_consensus.cc:2243] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:36.396013  5733 raft_consensus.cc:2272] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:36.399307  5727 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.402069  5135 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.402110  4886 catalog_manager.cc:5697] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 26 to 27, b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:36.405596  4989 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.408169  5519 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.414619  5138 consensus_queue.cc:237] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [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: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } }
I20260630 12:13:36.425573  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b4bdbabd91f447859f31d38995974357 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:36.435703  5733 ts_tablet_manager.cc:1916] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:36.436187  5727 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } 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:36.441319  5519 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.445580  5064 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.447472  5520 raft_consensus.cc:1275] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:36.452455  5718 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:36.454275  5718 consensus_queue.cc:1048] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } 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:36.454170  4886 catalog_manager.cc:5697] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 27 to 28, VOTER b50cb6ad008245c3a7af4eff433db177 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:36.457015  5733 ts_tablet_manager.cc:1929] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:36.457491  5733 log.cc:1199] T 7b6161a19c194734ba45db96046f3fe3 P e09876942193410688da642b8f8b011d: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-1-root/wals/7b6161a19c194734ba45db96046f3fe3
I20260630 12:13:36.458961  4873 catalog_manager.cc:5028] TS e09876942193410688da642b8f8b011d (127.0.107.194:33311): tablet 7b6161a19c194734ba45db96046f3fe3 (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:36.465993  5680 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.468537  5064 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.473976  5128 tablet_service.cc:1558] Processing DeleteTablet for tablet b4bdbabd91f447859f31d38995974357 with delete_type TABLET_DATA_TOMBSTONED (TS b50cb6ad008245c3a7af4eff433db177 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:40618
I20260630 12:13:36.473804  5060 consensus_queue.cc:237] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [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: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:36.481496  5446 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.481858  5138 raft_consensus.cc:1275] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:36.483774  5727 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:13:36.484788  5713 consensus_queue.cc:1048] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } 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:36.484575  5519 raft_consensus.cc:2955] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.491444  5714 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.493566  4880 catalog_manager.cc:5697] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } }
I20260630 12:13:36.495772  5446 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.506114  5138 raft_consensus.cc:2955] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } } }
I20260630 12:13:36.508018  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet dbe0bd1328264ed79e0633b59346d147 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:36.508852  4873 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet be866ad512194145a2ff69299794b01c with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:36.510557  4971 tablet_service.cc:1558] Processing DeleteTablet for tablet dbe0bd1328264ed79e0633b59346d147 with delete_type TABLET_DATA_TOMBSTONED (TS 8b3e67f9441942c0a7f4a42fff468749 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:57346
I20260630 12:13:36.512693  5743 tablet_replica.cc:333] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:36.513710  5743 raft_consensus.cc:2243] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:36.514570  4886 catalog_manager.cc:5697] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 27 to 28, VOTER 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:13:36.514575  5743 raft_consensus.cc:2272] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:36.524533  5744 tablet_replica.cc:333] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:36.525854  5744 raft_consensus.cc:2243] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:36.526764  5744 raft_consensus.cc:2272] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:36.527281  5743 ts_tablet_manager.cc:1916] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:36.534269  5744 ts_tablet_manager.cc:1916] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:36.543291  4971 tablet_service.cc:1558] Processing DeleteTablet for tablet be866ad512194145a2ff69299794b01c with delete_type TABLET_DATA_TOMBSTONED (TS 8b3e67f9441942c0a7f4a42fff468749 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:57346
I20260630 12:13:36.549176  5743 ts_tablet_manager.cc:1929] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:36.549757  5743 log.cc:1199] T b4bdbabd91f447859f31d38995974357 P b50cb6ad008245c3a7af4eff433db177: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-2-root/wals/b4bdbabd91f447859f31d38995974357
I20260630 12:13:36.551265  4873 catalog_manager.cc:5028] TS b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): tablet b4bdbabd91f447859f31d38995974357 (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:36.556119  5744 ts_tablet_manager.cc:1929] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:36.556521  5744 log.cc:1199] T dbe0bd1328264ed79e0633b59346d147 P 8b3e67f9441942c0a7f4a42fff468749: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root/wals/dbe0bd1328264ed79e0633b59346d147
I20260630 12:13:36.557878  5744 tablet_replica.cc:333] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:36.557873  4873 catalog_manager.cc:5028] TS 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): tablet dbe0bd1328264ed79e0633b59346d147 (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:36.558727  5744 raft_consensus.cc:2243] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:36.559610  5744 raft_consensus.cc:2272] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:36.562335  5744 ts_tablet_manager.cc:1916] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:36.573135  5744 ts_tablet_manager.cc:1929] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:13:36.573455  5744 log.cc:1199] T be866ad512194145a2ff69299794b01c P 8b3e67f9441942c0a7f4a42fff468749: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782821479742301-431-0/minicluster-data/ts-0-root/wals/be866ad512194145a2ff69299794b01c
I20260630 12:13:36.574822  4873 catalog_manager.cc:5028] TS 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): tablet be866ad512194145a2ff69299794b01c (table test-workload [id=053b196baa674a7ead883c72bd520bba]) successfully deleted
I20260630 12:13:37.565766  5064 consensus_queue.cc:237] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [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: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:37.573743  4989 raft_consensus.cc:1275] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:37.573836  5138 raft_consensus.cc:1275] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:37.575186  5747 consensus_queue.cc:1048] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.576143  5713 consensus_queue.cc:1048] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:37.583084  5029 consensus_peers.cc:597] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d -> Peer 907abbfba7e749f5a476d1289c674d95 (127.0.107.198:38105): Couldn't send request to peer 907abbfba7e749f5a476d1289c674d95. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 67c8a97a1b3d4f9b84df9ca768de11be. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.584542  5747 raft_consensus.cc:2955] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.587316  4989 raft_consensus.cc:2955] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.588948  5138 raft_consensus.cc:2955] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.598146  4886 catalog_manager.cc:5697] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d reported cstate change: config changed from index -1 to 26, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:37.602989  5138 consensus_queue.cc:237] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:37.610234  4989 raft_consensus.cc:1275] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:37.610829  5064 raft_consensus.cc:1275] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:37.611972  5745 consensus_queue.cc:1048] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } 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:37.613070  5680 consensus_queue.cc:1048] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:37.634092  5104 consensus_peers.cc:597] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 -> Peer b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196:45297): Couldn't send request to peer b1b63bbbaa994fb39c161f4399909b58. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f953e32ed4a54ea69c70597296ab564b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.638088  5680 raft_consensus.cc:2955] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.640105  4989 raft_consensus.cc:2955] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.640717  5064 raft_consensus.cc:2955] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.650283  4886 catalog_manager.cc:5697] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 reported cstate change: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:37.651078  5138 consensus_queue.cc:237] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:37.659014  5064 raft_consensus.cc:1275] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:13:37.659905  5101 consensus_peers.cc:597] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 -> Peer 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197:38537): Couldn't send request to peer 7e8d0a9e018041c9b26e55641b8b78ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b233cdbde9bd4fd09c8dbadda25b7e2c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.660425  5680 consensus_queue.cc:1048] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.667522  4989 raft_consensus.cc:1275] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer b50cb6ad008245c3a7af4eff433db177: 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:37.668882  5680 consensus_queue.cc:1048] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.668305  5761 raft_consensus.cc:2955] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.670104  5064 raft_consensus.cc:2955] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.674467  4985 raft_consensus.cc:2955] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.682785  4989 consensus_queue.cc:237] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:37.683822  4881 catalog_manager.cc:5697] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d reported cstate change: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "b50cb6ad008245c3a7af4eff433db177" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.692842  5138 raft_consensus.cc:1275] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:13:37.693053  4955 consensus_peers.cc:597] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 -> Peer b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196:45297): Couldn't send request to peer b1b63bbbaa994fb39c161f4399909b58. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fb7e32570d4f464ab0a507286b77bdca. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.693171  5064 raft_consensus.cc:1275] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Refusing update from remote peer 8b3e67f9441942c0a7f4a42fff468749: 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:37.695274  5767 consensus_queue.cc:1048] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.697329  5698 consensus_queue.cc:1048] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.703253  5767 raft_consensus.cc:2955] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.704870  5138 raft_consensus.cc:2955] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.707072  5064 raft_consensus.cc:2955] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.716800  4886 catalog_manager.cc:5697] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 reported cstate change: config changed from index -1 to 26, NON_VOTER b1b63bbbaa994fb39c161f4399909b58 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8b3e67f9441942c0a7f4a42fff468749" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } } }
I20260630 12:13:37.716800  5060 consensus_queue.cc:237] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:37.726266  5138 raft_consensus.cc:1275] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:37.726778  4989 raft_consensus.cc:1275] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:37.727782  5713 consensus_queue.cc:1048] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:13:37.729266  5747 consensus_queue.cc:1048] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:13:37.733090  5027 consensus_peers.cc:597] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d -> Peer 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197:38537): Couldn't send request to peer 7e8d0a9e018041c9b26e55641b8b78ef. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9d1e4108d061458a8a3777674e23b735. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.737579  5747 raft_consensus.cc:2955] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.739393  5135 raft_consensus.cc:2955] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.742499  4989 raft_consensus.cc:2955] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.753528  5060 consensus_queue.cc:237] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:37.754814  4881 catalog_manager.cc:5697] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 reported cstate change: config changed from index -1 to 26, NON_VOTER 7e8d0a9e018041c9b26e55641b8b78ef (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } } }
I20260630 12:13:37.761433  5519 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260630 12:13:37.762669  5029 consensus_peers.cc:597] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d -> Peer 907abbfba7e749f5a476d1289c674d95 (127.0.107.198:38105): Couldn't send request to peer 907abbfba7e749f5a476d1289c674d95. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b4bdbabd91f447859f31d38995974357. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:37.763439  5713 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } 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:37.771816  4989 raft_consensus.cc:1275] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Refusing update from remote peer e09876942193410688da642b8f8b011d: 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:37.773439  5774 consensus_queue.cc:1048] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } 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:37.774853  5713 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.778693  4989 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.780786  5519 raft_consensus.cc:2955] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } } }
I20260630 12:13:37.790196  4886 catalog_manager.cc:5697] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d reported cstate change: config changed from index 28 to 29, NON_VOTER 907abbfba7e749f5a476d1289c674d95 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "e09876942193410688da642b8f8b011d" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:38.018484  5779 ts_tablet_manager.cc:933] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Initiating tablet copy from peer e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:38.020242  5779 tablet_copy_client.cc:323] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33311
I20260630 12:13:38.033929  5074 tablet_copy_service.cc:140] P e09876942193410688da642b8f8b011d: Received BeginTabletCopySession request for tablet 67c8a97a1b3d4f9b84df9ca768de11be from peer 907abbfba7e749f5a476d1289c674d95 ({username='slave'} at 127.0.0.1:37556)
I20260630 12:13:38.034435  5074 tablet_copy_service.cc:161] P e09876942193410688da642b8f8b011d: Beginning new tablet copy session on tablet 67c8a97a1b3d4f9b84df9ca768de11be from peer 907abbfba7e749f5a476d1289c674d95 at {username='slave'} at 127.0.0.1:37556: session id = 907abbfba7e749f5a476d1289c674d95-67c8a97a1b3d4f9b84df9ca768de11be
I20260630 12:13:38.041574  5074 tablet_copy_source_session.cc:215] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.044945  5779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 67c8a97a1b3d4f9b84df9ca768de11be. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.057240  5779 tablet_copy_client.cc:806] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.057804  5779 tablet_copy_client.cc:670] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.062312  5780 tablet_copy_client.cc:1025] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.080068  5783 ts_tablet_manager.cc:933] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Initiating tablet copy from peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259)
I20260630 12:13:38.082508  5783 tablet_copy_client.cc:323] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:46259
I20260630 12:13:38.084153  4999 tablet_copy_service.cc:140] P 8b3e67f9441942c0a7f4a42fff468749: Received BeginTabletCopySession request for tablet fb7e32570d4f464ab0a507286b77bdca from peer b1b63bbbaa994fb39c161f4399909b58 ({username='slave'} at 127.0.0.1:57374)
I20260630 12:13:38.084582  4999 tablet_copy_service.cc:161] P 8b3e67f9441942c0a7f4a42fff468749: Beginning new tablet copy session on tablet fb7e32570d4f464ab0a507286b77bdca from peer b1b63bbbaa994fb39c161f4399909b58 at {username='slave'} at 127.0.0.1:57374: session id = b1b63bbbaa994fb39c161f4399909b58-fb7e32570d4f464ab0a507286b77bdca
I20260630 12:13:38.089462  4999 tablet_copy_source_session.cc:215] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.092036  5783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb7e32570d4f464ab0a507286b77bdca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.103983  5783 tablet_copy_client.cc:806] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.104547  5783 tablet_copy_client.cc:670] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.108367  5785 ts_tablet_manager.cc:933] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Initiating tablet copy from peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:38.108371  5784 tablet_copy_client.cc:1025] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.110432  5785 tablet_copy_client.cc:323] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39745
I20260630 12:13:38.132704  5148 tablet_copy_service.cc:140] P b50cb6ad008245c3a7af4eff433db177: Received BeginTabletCopySession request for tablet f953e32ed4a54ea69c70597296ab564b from peer b1b63bbbaa994fb39c161f4399909b58 ({username='slave'} at 127.0.0.1:47460)
I20260630 12:13:38.133332  5148 tablet_copy_service.cc:161] P b50cb6ad008245c3a7af4eff433db177: Beginning new tablet copy session on tablet f953e32ed4a54ea69c70597296ab564b from peer b1b63bbbaa994fb39c161f4399909b58 at {username='slave'} at 127.0.0.1:47460: session id = b1b63bbbaa994fb39c161f4399909b58-f953e32ed4a54ea69c70597296ab564b
I20260630 12:13:38.140743  5148 tablet_copy_source_session.cc:215] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.143668  5785 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f953e32ed4a54ea69c70597296ab564b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.155261  5785 tablet_copy_client.cc:806] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.156117  5785 tablet_copy_client.cc:670] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.159916  5786 tablet_copy_client.cc:1025] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.183449  5789 ts_tablet_manager.cc:933] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Initiating tablet copy from peer e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:38.184916  5789 tablet_copy_client.cc:323] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33311
I20260630 12:13:38.186277  5074 tablet_copy_service.cc:140] P e09876942193410688da642b8f8b011d: Received BeginTabletCopySession request for tablet 9d1e4108d061458a8a3777674e23b735 from peer 7e8d0a9e018041c9b26e55641b8b78ef ({username='slave'} at 127.0.0.1:38982)
I20260630 12:13:38.186712  5074 tablet_copy_service.cc:161] P e09876942193410688da642b8f8b011d: Beginning new tablet copy session on tablet 9d1e4108d061458a8a3777674e23b735 from peer 7e8d0a9e018041c9b26e55641b8b78ef at {username='slave'} at 127.0.0.1:38982: session id = 7e8d0a9e018041c9b26e55641b8b78ef-9d1e4108d061458a8a3777674e23b735
I20260630 12:13:38.192027  5074 tablet_copy_source_session.cc:215] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.194728  5789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d1e4108d061458a8a3777674e23b735. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.207511  5789 tablet_copy_client.cc:806] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.208029  5789 tablet_copy_client.cc:670] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.211745  5790 tablet_copy_client.cc:1025] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.228798  5791 ts_tablet_manager.cc:933] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Initiating tablet copy from peer e09876942193410688da642b8f8b011d (127.0.107.194:33311)
I20260630 12:13:38.230368  5791 tablet_copy_client.cc:323] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:33311
I20260630 12:13:38.231835  5074 tablet_copy_service.cc:140] P e09876942193410688da642b8f8b011d: Received BeginTabletCopySession request for tablet b4bdbabd91f447859f31d38995974357 from peer 907abbfba7e749f5a476d1289c674d95 ({username='slave'} at 127.0.0.1:37556)
I20260630 12:13:38.232368  5074 tablet_copy_service.cc:161] P e09876942193410688da642b8f8b011d: Beginning new tablet copy session on tablet b4bdbabd91f447859f31d38995974357 from peer 907abbfba7e749f5a476d1289c674d95 at {username='slave'} at 127.0.0.1:37556: session id = 907abbfba7e749f5a476d1289c674d95-b4bdbabd91f447859f31d38995974357
I20260630 12:13:38.239880  5074 tablet_copy_source_session.cc:215] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.243093  5791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b4bdbabd91f447859f31d38995974357. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.253657  5793 ts_tablet_manager.cc:933] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Initiating tablet copy from peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
I20260630 12:13:38.257499  5791 tablet_copy_client.cc:806] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.258224  5791 tablet_copy_client.cc:670] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.259438  5793 tablet_copy_client.cc:323] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:39745
I20260630 12:13:38.261054  5148 tablet_copy_service.cc:140] P b50cb6ad008245c3a7af4eff433db177: Received BeginTabletCopySession request for tablet b233cdbde9bd4fd09c8dbadda25b7e2c from peer 7e8d0a9e018041c9b26e55641b8b78ef ({username='slave'} at 127.0.0.1:40670)
I20260630 12:13:38.261652  5148 tablet_copy_service.cc:161] P b50cb6ad008245c3a7af4eff433db177: Beginning new tablet copy session on tablet b233cdbde9bd4fd09c8dbadda25b7e2c from peer 7e8d0a9e018041c9b26e55641b8b78ef at {username='slave'} at 127.0.0.1:40670: session id = 7e8d0a9e018041c9b26e55641b8b78ef-b233cdbde9bd4fd09c8dbadda25b7e2c
I20260630 12:13:38.267683  5792 tablet_copy_client.cc:1025] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.269143  5148 tablet_copy_source_session.cc:215] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:38.271952  5793 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b233cdbde9bd4fd09c8dbadda25b7e2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:38.289897  5793 tablet_copy_client.cc:806] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:38.290483  5793 tablet_copy_client.cc:670] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:38.297066  5794 tablet_copy_client.cc:1025] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Injecting latency into file download: 2000
I20260630 12:13:38.332180   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:38.341122   431 tablet_copy_service.cc:362] P 8b3e67f9441942c0a7f4a42fff468749: Destroying tablet copy session b1b63bbbaa994fb39c161f4399909b58-fb7e32570d4f464ab0a507286b77bdca due to service shutdown
I20260630 12:13:38.341470   431 tablet_copy_service.cc:434] P 8b3e67f9441942c0a7f4a42fff468749: ending tablet copy session b1b63bbbaa994fb39c161f4399909b58-fb7e32570d4f464ab0a507286b77bdca on tablet fb7e32570d4f464ab0a507286b77bdca with peer b1b63bbbaa994fb39c161f4399909b58
W20260630 12:13:38.357280  5029 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
W20260630 12:13:38.360524  5029 consensus_peers.cc:597] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d -> Peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Couldn't send request to peer 8b3e67f9441942c0a7f4a42fff468749. 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:38.372792   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:38.373587   431 tablet_replica.cc:333] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.374197   431 raft_consensus.cc:2243] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.374797   431 raft_consensus.cc:2272] T 67c8a97a1b3d4f9b84df9ca768de11be P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.378032   431 tablet_replica.cc:333] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.378743   431 raft_consensus.cc:2243] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.379200   431 raft_consensus.cc:2272] T b233cdbde9bd4fd09c8dbadda25b7e2c P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.382351   431 tablet_replica.cc:333] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.382982   431 raft_consensus.cc:2243] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.383513   431 raft_consensus.cc:2272] T 1d7fba26bc344a9ab53800ca0abeb609 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.385638   431 tablet_replica.cc:333] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.386139   431 raft_consensus.cc:2243] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.386901   431 raft_consensus.cc:2272] T 370d7aa4cc01402e8966cc4a8ce79a40 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.389165   431 tablet_replica.cc:333] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.389683   431 raft_consensus.cc:2243] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.390208   431 raft_consensus.cc:2272] T f953e32ed4a54ea69c70597296ab564b P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.392830   431 tablet_replica.cc:333] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.393355   431 raft_consensus.cc:2243] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.393783   431 raft_consensus.cc:2272] T b4bdbabd91f447859f31d38995974357 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.397347   431 tablet_replica.cc:333] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.398017   431 raft_consensus.cc:2243] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.398996   431 raft_consensus.cc:2272] T 7b6161a19c194734ba45db96046f3fe3 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:38.400481  5103 consensus_peers.cc:597] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 -> Peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Couldn't send request to peer 8b3e67f9441942c0a7f4a42fff468749. 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:38.401842   431 tablet_replica.cc:333] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.402570   431 raft_consensus.cc:2243] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.403115   431 raft_consensus.cc:2272] T 9d1e4108d061458a8a3777674e23b735 P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.405563   431 tablet_replica.cc:333] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.406050   431 raft_consensus.cc:2243] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.406966   431 raft_consensus.cc:2272] T fb7e32570d4f464ab0a507286b77bdca P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.409849   431 tablet_replica.cc:333] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749: stopping tablet replica
I20260630 12:13:38.410311   431 raft_consensus.cc:2243] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.411020   431 raft_consensus.cc:2272] T b4fea64429fa4065989061d2188f7d5e P 8b3e67f9441942c0a7f4a42fff468749 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:38.445544  5029 consensus_peers.cc:597] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d -> Peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Couldn't send request to peer 8b3e67f9441942c0a7f4a42fff468749. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:38.446534   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:38.484549   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:38.502694   431 tablet_copy_service.cc:362] P e09876942193410688da642b8f8b011d: Destroying tablet copy session 907abbfba7e749f5a476d1289c674d95-b4bdbabd91f447859f31d38995974357 due to service shutdown
I20260630 12:13:38.503090   431 tablet_copy_service.cc:434] P e09876942193410688da642b8f8b011d: ending tablet copy session 907abbfba7e749f5a476d1289c674d95-b4bdbabd91f447859f31d38995974357 on tablet b4bdbabd91f447859f31d38995974357 with peer 907abbfba7e749f5a476d1289c674d95
I20260630 12:13:38.503675   431 tablet_copy_service.cc:362] P e09876942193410688da642b8f8b011d: Destroying tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-9d1e4108d061458a8a3777674e23b735 due to service shutdown
I20260630 12:13:38.503950   431 tablet_copy_service.cc:434] P e09876942193410688da642b8f8b011d: ending tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-9d1e4108d061458a8a3777674e23b735 on tablet 9d1e4108d061458a8a3777674e23b735 with peer 7e8d0a9e018041c9b26e55641b8b78ef
I20260630 12:13:38.504441   431 tablet_copy_service.cc:362] P e09876942193410688da642b8f8b011d: Destroying tablet copy session 907abbfba7e749f5a476d1289c674d95-67c8a97a1b3d4f9b84df9ca768de11be due to service shutdown
I20260630 12:13:38.504706   431 tablet_copy_service.cc:434] P e09876942193410688da642b8f8b011d: ending tablet copy session 907abbfba7e749f5a476d1289c674d95-67c8a97a1b3d4f9b84df9ca768de11be on tablet 67c8a97a1b3d4f9b84df9ca768de11be with peer 907abbfba7e749f5a476d1289c674d95
I20260630 12:13:38.533200   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:38.534301   431 tablet_replica.cc:333] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.535136   431 raft_consensus.cc:2243] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.535972   431 raft_consensus.cc:2272] T b4fea64429fa4065989061d2188f7d5e P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.539374   431 tablet_replica.cc:333] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.540213   431 raft_consensus.cc:2243] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.540937   431 raft_consensus.cc:2272] T f953e32ed4a54ea69c70597296ab564b P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.544304   431 tablet_replica.cc:333] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.545135   431 raft_consensus.cc:2243] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.545790   431 raft_consensus.cc:2272] T 370d7aa4cc01402e8966cc4a8ce79a40 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.548827   431 tablet_replica.cc:333] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.549547   431 raft_consensus.cc:2243] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.550210   431 raft_consensus.cc:2272] T b233cdbde9bd4fd09c8dbadda25b7e2c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.553300   431 tablet_replica.cc:333] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.554101   431 raft_consensus.cc:2243] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.554931   431 raft_consensus.cc:2272] T be866ad512194145a2ff69299794b01c P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.557958   431 tablet_replica.cc:333] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.558570   431 raft_consensus.cc:2243] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.559753   431 raft_consensus.cc:2272] T 67c8a97a1b3d4f9b84df9ca768de11be P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.564514   431 tablet_replica.cc:333] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.565164   431 raft_consensus.cc:2243] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.565763   431 raft_consensus.cc:2272] T dbe0bd1328264ed79e0633b59346d147 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:38.567764  5103 consensus_peers.cc:597] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 -> Peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Couldn't send request to peer 8b3e67f9441942c0a7f4a42fff468749. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:38.568492   431 tablet_replica.cc:333] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.569036   431 raft_consensus.cc:2243] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.569993   431 raft_consensus.cc:2272] T b4bdbabd91f447859f31d38995974357 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.572721   431 tablet_replica.cc:333] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.573210   431 raft_consensus.cc:2243] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.574174   431 raft_consensus.cc:2272] T 9d1e4108d061458a8a3777674e23b735 P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.576924   431 tablet_replica.cc:333] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d: stopping tablet replica
I20260630 12:13:38.577406   431 raft_consensus.cc:2243] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.577888   431 raft_consensus.cc:2272] T fb7e32570d4f464ab0a507286b77bdca P e09876942193410688da642b8f8b011d [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:38.602332  5103 consensus_peers.cc:597] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 -> Peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Couldn't send request to peer e09876942193410688da642b8f8b011d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:33311: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:38.614967   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:38.646565   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:38.664925   431 tablet_copy_service.cc:362] P b50cb6ad008245c3a7af4eff433db177: Destroying tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-b233cdbde9bd4fd09c8dbadda25b7e2c due to service shutdown
I20260630 12:13:38.665325   431 tablet_copy_service.cc:434] P b50cb6ad008245c3a7af4eff433db177: ending tablet copy session 7e8d0a9e018041c9b26e55641b8b78ef-b233cdbde9bd4fd09c8dbadda25b7e2c on tablet b233cdbde9bd4fd09c8dbadda25b7e2c with peer 7e8d0a9e018041c9b26e55641b8b78ef
I20260630 12:13:38.665853   431 tablet_copy_service.cc:362] P b50cb6ad008245c3a7af4eff433db177: Destroying tablet copy session b1b63bbbaa994fb39c161f4399909b58-f953e32ed4a54ea69c70597296ab564b due to service shutdown
I20260630 12:13:38.666136   431 tablet_copy_service.cc:434] P b50cb6ad008245c3a7af4eff433db177: ending tablet copy session b1b63bbbaa994fb39c161f4399909b58-f953e32ed4a54ea69c70597296ab564b on tablet f953e32ed4a54ea69c70597296ab564b with peer b1b63bbbaa994fb39c161f4399909b58
W20260630 12:13:38.673043  5103 consensus_peers.cc:597] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 -> Peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Couldn't send request to peer 8b3e67f9441942c0a7f4a42fff468749. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:38.687470   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:38.688318   431 tablet_replica.cc:333] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.689080   431 raft_consensus.cc:2243] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.689870   431 raft_consensus.cc:2272] T 67c8a97a1b3d4f9b84df9ca768de11be P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.692698   431 tablet_replica.cc:333] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.693300   431 raft_consensus.cc:2243] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.693807   431 raft_consensus.cc:2272] T be866ad512194145a2ff69299794b01c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.696058   431 tablet_replica.cc:333] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.696578   431 raft_consensus.cc:2243] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.697655   431 raft_consensus.cc:2272] T f953e32ed4a54ea69c70597296ab564b P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.699934   431 tablet_replica.cc:333] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.700462   431 raft_consensus.cc:2243] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.700919   431 raft_consensus.cc:2272] T 370d7aa4cc01402e8966cc4a8ce79a40 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.703018   431 tablet_replica.cc:333] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.703536   431 raft_consensus.cc:2243] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.704267   431 raft_consensus.cc:2272] T 1d7fba26bc344a9ab53800ca0abeb609 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.706452   431 tablet_replica.cc:333] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.706928   431 raft_consensus.cc:2243] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.707683   431 raft_consensus.cc:2272] T dbe0bd1328264ed79e0633b59346d147 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.709920   431 tablet_replica.cc:333] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.710412   431 raft_consensus.cc:2243] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.710889   431 raft_consensus.cc:2272] T 7b6161a19c194734ba45db96046f3fe3 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.713281   431 tablet_replica.cc:333] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.713848   431 raft_consensus.cc:2243] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.714401   431 raft_consensus.cc:2272] T 9d1e4108d061458a8a3777674e23b735 P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.717208   431 tablet_replica.cc:333] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.717792   431 raft_consensus.cc:2243] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:38.718300   431 raft_consensus.cc:2272] T fb7e32570d4f464ab0a507286b77bdca P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.720543   431 tablet_replica.cc:333] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177: stopping tablet replica
I20260630 12:13:38.721012   431 raft_consensus.cc:2243] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:38.721989   431 raft_consensus.cc:2272] T b233cdbde9bd4fd09c8dbadda25b7e2c P b50cb6ad008245c3a7af4eff433db177 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:38.759464   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:38.788820   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:38.815058   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:39.440274  5799 raft_consensus.cc:493] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 8b3e67f9441942c0a7f4a42fff468749)
I20260630 12:13:39.440752  5799 raft_consensus.cc:515] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:39.442986  5799 leader_election.cc:290] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
W20260630 12:13:39.448589  5411 leader_election.cc:336] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111)
W20260630 12:13:39.449288  5411 leader_election.cc:336] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33311: connect: Connection refused (error 111)
I20260630 12:13:39.449610  5411 leader_election.cc:304] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [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: b1b63bbbaa994fb39c161f4399909b58; no voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d
I20260630 12:13:39.450214  5799 raft_consensus.cc:2749] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:39.548501  5799 raft_consensus.cc:493] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e09876942193410688da642b8f8b011d)
I20260630 12:13:39.549261  5799 raft_consensus.cc:515] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: false } }
I20260630 12:13:39.552076  5799 leader_election.cc:290] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
W20260630 12:13:39.557168  5411 leader_election.cc:336] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33311: connect: Connection refused (error 111)
W20260630 12:13:39.558076  5411 leader_election.cc:336] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39745: connect: Connection refused (error 111)
I20260630 12:13:39.558545  5411 leader_election.cc:304] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [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: b1b63bbbaa994fb39c161f4399909b58; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:39.559698  5799 raft_consensus.cc:2749] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:39.694060  5803 raft_consensus.cc:493] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 8b3e67f9441942c0a7f4a42fff468749)
I20260630 12:13:39.694566  5803 raft_consensus.cc:515] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:39.696596  5803 leader_election.cc:290] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
W20260630 12:13:39.703641  5560 leader_election.cc:336] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111)
W20260630 12:13:39.704440  5560 leader_election.cc:336] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39745: connect: Connection refused (error 111)
I20260630 12:13:39.704872  5560 leader_election.cc:304] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [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: 907abbfba7e749f5a476d1289c674d95; no voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177
I20260630 12:13:39.705621  5803 raft_consensus.cc:2749] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:39.774479  5803 raft_consensus.cc:493] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b50cb6ad008245c3a7af4eff433db177)
I20260630 12:13:39.774978  5803 raft_consensus.cc:515] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: false } }
I20260630 12:13:39.776968  5803 leader_election.cc:290] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
W20260630 12:13:39.782475  5560 leader_election.cc:336] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111)
W20260630 12:13:39.783222  5560 leader_election.cc:336] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39745: connect: Connection refused (error 111)
I20260630 12:13:39.783684  5560 leader_election.cc:304] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [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: 907abbfba7e749f5a476d1289c674d95; no voters: 8b3e67f9441942c0a7f4a42fff468749, b50cb6ad008245c3a7af4eff433db177
I20260630 12:13:39.784394  5803 raft_consensus.cc:2749] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:39.903987  5807 raft_consensus.cc:493] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e09876942193410688da642b8f8b011d)
I20260630 12:13:39.904493  5807 raft_consensus.cc:515] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:39.906596  5807 leader_election.cc:290] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259), e09876942193410688da642b8f8b011d (127.0.107.194:33311)
W20260630 12:13:39.913443  5486 leader_election.cc:336] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8b3e67f9441942c0a7f4a42fff468749 (127.0.107.193:46259): Network error: Client connection negotiation failed: client connection to 127.0.107.193:46259: connect: Connection refused (error 111)
W20260630 12:13:39.914193  5486 leader_election.cc:336] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33311: connect: Connection refused (error 111)
I20260630 12:13:39.914515  5486 leader_election.cc:304] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [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: 7e8d0a9e018041c9b26e55641b8b78ef; no voters: 8b3e67f9441942c0a7f4a42fff468749, e09876942193410688da642b8f8b011d
I20260630 12:13:39.915234  5807 raft_consensus.cc:2749] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:40.022246  5807 raft_consensus.cc:493] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b50cb6ad008245c3a7af4eff433db177)
I20260630 12:13:40.022694  5807 raft_consensus.cc:515] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } }
I20260630 12:13:40.024612  5807 leader_election.cc:290] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e09876942193410688da642b8f8b011d (127.0.107.194:33311), b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745)
W20260630 12:13:40.028656  5486 leader_election.cc:336] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e09876942193410688da642b8f8b011d (127.0.107.194:33311): Network error: Client connection negotiation failed: client connection to 127.0.107.194:33311: connect: Connection refused (error 111)
W20260630 12:13:40.029366  5486 leader_election.cc:336] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b50cb6ad008245c3a7af4eff433db177 (127.0.107.195:39745): Network error: Client connection negotiation failed: client connection to 127.0.107.195:39745: connect: Connection refused (error 111)
I20260630 12:13:40.029695  5486 leader_election.cc:304] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [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: 7e8d0a9e018041c9b26e55641b8b78ef; no voters: b50cb6ad008245c3a7af4eff433db177, e09876942193410688da642b8f8b011d
I20260630 12:13:40.030259  5807 raft_consensus.cc:2749] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:13:40.063314  5779 tablet_copy_client.cc:538] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.072412  5779 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Bootstrap starting.
I20260630 12:13:40.109531  5783 tablet_copy_client.cc:538] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.119135  5783 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Bootstrap starting.
I20260630 12:13:40.160844  5785 tablet_copy_client.cc:538] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.169732  5785 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Bootstrap starting.
I20260630 12:13:40.179520  5779 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.180446  5779 tablet_bootstrap.cc:492] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Bootstrap complete.
I20260630 12:13:40.181129  5779 ts_tablet_manager.cc:1403] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Time spent bootstrapping tablet: real 0.109s	user 0.092s	sys 0.016s
I20260630 12:13:40.183679  5779 raft_consensus.cc:359] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:40.184494  5779 raft_consensus.cc:740] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 907abbfba7e749f5a476d1289c674d95, State: Initialized, Role: LEARNER
I20260630 12:13:40.185134  5779 consensus_queue.cc:260] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95 [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: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:40.187469  5779 ts_tablet_manager.cc:1434] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
W20260630 12:13:40.190268  5779 tablet_copy_client.cc:1131] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: 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:33311: connect: Connection refused (error 111)
I20260630 12:13:40.212634  5789 tablet_copy_client.cc:538] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.222313  5789 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap starting.
I20260630 12:13:40.268567  5791 tablet_copy_client.cc:538] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.270999  5783 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.271898  5783 tablet_bootstrap.cc:492] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Bootstrap complete.
I20260630 12:13:40.272536  5783 ts_tablet_manager.cc:1403] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Time spent bootstrapping tablet: real 0.154s	user 0.133s	sys 0.016s
I20260630 12:13:40.275099  5783 raft_consensus.cc:359] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:40.275933  5783 raft_consensus.cc:740] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b1b63bbbaa994fb39c161f4399909b58, State: Initialized, Role: LEARNER
I20260630 12:13:40.276556  5783 consensus_queue.cc:260] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:40.278044  5791 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Bootstrap starting.
I20260630 12:13:40.297986  5793 tablet_copy_client.cc:538] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:40.307679  5793 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap starting.
I20260630 12:13:40.316780  5783 ts_tablet_manager.cc:1434] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: Time spent starting tablet: real 0.044s	user 0.015s	sys 0.027s
W20260630 12:13:40.332329  5783 tablet_copy_client.cc:1131] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: 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:46259: connect: Connection refused (error 111)
I20260630 12:13:40.366902  5785 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.367919  5785 tablet_bootstrap.cc:492] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Bootstrap complete.
I20260630 12:13:40.368621  5785 ts_tablet_manager.cc:1403] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Time spent bootstrapping tablet: real 0.199s	user 0.124s	sys 0.017s
I20260630 12:13:40.371090  5785 raft_consensus.cc:359] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:40.371922  5785 raft_consensus.cc:740] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b1b63bbbaa994fb39c161f4399909b58, State: Initialized, Role: LEARNER
I20260630 12:13:40.372534  5785 consensus_queue.cc:260] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58 [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "b1b63bbbaa994fb39c161f4399909b58" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45297 } attrs { promote: true } }
I20260630 12:13:40.374758  5785 ts_tablet_manager.cc:1434] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
W20260630 12:13:40.377663  5785 tablet_copy_client.cc:1131] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: 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:39745: connect: Connection refused (error 111)
I20260630 12:13:40.379555   431 tablet_replica.cc:333] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58: stopping tablet replica
I20260630 12:13:40.380313   431 raft_consensus.cc:2243] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.380956   431 raft_consensus.cc:2272] T be866ad512194145a2ff69299794b01c P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.382716  5789 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.383576  5789 tablet_bootstrap.cc:492] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap complete.
I20260630 12:13:40.383592   431 tablet_replica.cc:333] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58: stopping tablet replica
I20260630 12:13:40.384272  5789 ts_tablet_manager.cc:1403] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent bootstrapping tablet: real 0.162s	user 0.141s	sys 0.021s
I20260630 12:13:40.384519   431 raft_consensus.cc:2243] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.385102   431 raft_consensus.cc:2272] T f953e32ed4a54ea69c70597296ab564b P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:40.387295  5789 raft_consensus.cc:359] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:40.388149  5789 raft_consensus.cc:740] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7e8d0a9e018041c9b26e55641b8b78ef, State: Initialized, Role: LEARNER
I20260630 12:13:40.388824  5789 consensus_queue.cc:260] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } attrs { replace: true } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:40.390489   431 tablet_replica.cc:333] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58: stopping tablet replica
I20260630 12:13:40.391300   431 raft_consensus.cc:2243] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.392812  5789 ts_tablet_manager.cc:1434] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:13:40.396169   431 raft_consensus.cc:2272] T fb7e32570d4f464ab0a507286b77bdca P b1b63bbbaa994fb39c161f4399909b58 [term 1 LEARNER]: Raft consensus is shut down!
W20260630 12:13:40.396394  5789 tablet_copy_client.cc:1131] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: 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:33311: connect: Connection refused (error 111)
I20260630 12:13:40.407364   431 tablet_replica.cc:333] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58: stopping tablet replica
I20260630 12:13:40.408180   431 raft_consensus.cc:2243] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.408963   431 raft_consensus.cc:2272] T b4fea64429fa4065989061d2188f7d5e P b1b63bbbaa994fb39c161f4399909b58 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.438249   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:40.463917   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260630 12:13:40.507160   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:40.514315  5791 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.515110  5791 tablet_bootstrap.cc:492] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Bootstrap complete.
I20260630 12:13:40.515815  5791 ts_tablet_manager.cc:1403] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Time spent bootstrapping tablet: real 0.238s	user 0.133s	sys 0.030s
I20260630 12:13:40.517664  5791 raft_consensus.cc:359] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:40.518198  5791 raft_consensus.cc:740] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 907abbfba7e749f5a476d1289c674d95, State: Initialized, Role: LEARNER
I20260630 12:13:40.518632  5791 consensus_queue.cc:260] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } attrs { replace: true } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: false } } peers { permanent_uuid: "907abbfba7e749f5a476d1289c674d95" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 38105 } attrs { promote: true } }
I20260630 12:13:40.520304  5791 ts_tablet_manager.cc:1434] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:40.522549  5793 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:13:40.523470  5793 tablet_bootstrap.cc:492] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Bootstrap complete.
W20260630 12:13:40.523412  5791 tablet_copy_client.cc:1131] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: 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:33311: connect: Connection refused (error 111)
I20260630 12:13:40.524401  5793 ts_tablet_manager.cc:1403] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent bootstrapping tablet: real 0.217s	user 0.132s	sys 0.024s
I20260630 12:13:40.526526  5793 raft_consensus.cc:359] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:40.527070  5793 raft_consensus.cc:740] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7e8d0a9e018041c9b26e55641b8b78ef, State: Initialized, Role: LEARNER
I20260630 12:13:40.527565  5793 consensus_queue.cc:260] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef [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: "8b3e67f9441942c0a7f4a42fff468749" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46259 } } peers { permanent_uuid: "e09876942193410688da642b8f8b011d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33311 } attrs { replace: true } } peers { permanent_uuid: "b50cb6ad008245c3a7af4eff433db177" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39745 } } peers { permanent_uuid: "7e8d0a9e018041c9b26e55641b8b78ef" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 38537 } attrs { promote: true } }
I20260630 12:13:40.529392  5793 ts_tablet_manager.cc:1434] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
W20260630 12:13:40.531635  5793 tablet_copy_client.cc:1131] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: 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:39745: connect: Connection refused (error 111)
I20260630 12:13:40.533124   431 tablet_replica.cc:333] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef: stopping tablet replica
I20260630 12:13:40.533864   431 raft_consensus.cc:2243] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.534340   431 raft_consensus.cc:2272] T b233cdbde9bd4fd09c8dbadda25b7e2c P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:40.537171   431 tablet_replica.cc:333] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef: stopping tablet replica
I20260630 12:13:40.537856   431 raft_consensus.cc:2243] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.538487   431 raft_consensus.cc:2272] T 9d1e4108d061458a8a3777674e23b735 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:40.541395   431 tablet_replica.cc:333] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef: stopping tablet replica
I20260630 12:13:40.542094   431 raft_consensus.cc:2243] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.542784   431 raft_consensus.cc:2272] T b4bdbabd91f447859f31d38995974357 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.545408   431 tablet_replica.cc:333] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef: stopping tablet replica
I20260630 12:13:40.546066   431 raft_consensus.cc:2243] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.546728   431 raft_consensus.cc:2272] T dbe0bd1328264ed79e0633b59346d147 P 7e8d0a9e018041c9b26e55641b8b78ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.570690   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260630 12:13:40.588289   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260630 12:13:40.608721   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:40.609627   431 tablet_replica.cc:333] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95: stopping tablet replica
I20260630 12:13:40.610674   431 raft_consensus.cc:2243] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.611172   431 raft_consensus.cc:2272] T b4bdbabd91f447859f31d38995974357 P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:40.614050   431 tablet_replica.cc:333] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95: stopping tablet replica
I20260630 12:13:40.614738   431 raft_consensus.cc:2243] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.615412   431 raft_consensus.cc:2272] T 1d7fba26bc344a9ab53800ca0abeb609 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.618184   431 tablet_replica.cc:333] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95: stopping tablet replica
I20260630 12:13:40.618841   431 raft_consensus.cc:2243] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:13:40.619297   431 raft_consensus.cc:2272] T 67c8a97a1b3d4f9b84df9ca768de11be P 907abbfba7e749f5a476d1289c674d95 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:13:40.621934   431 tablet_replica.cc:333] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95: stopping tablet replica
I20260630 12:13:40.622537   431 raft_consensus.cc:2243] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:40.623135   431 raft_consensus.cc:2272] T 7b6161a19c194734ba45db96046f3fe3 P 907abbfba7e749f5a476d1289c674d95 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.646997   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260630 12:13:40.659596   431 master.cc:562] Master@127.0.107.254:42419 shutting down...
W20260630 12:13:40.688366  4935 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:13:40.689852   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:40.690380   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:40.690681   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e030686ecf2f42ab9c3e979db231ac76: stopping tablet replica
I20260630 12:13:40.712376   431 master.cc:584] Master@127.0.107.254:42419 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17556 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:13:40.760737   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42819
I20260630 12:13:40.762108   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:40.767599  5820 instance_detector.cc: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:40.767640  5819 instance_detector.cc: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:40.768401  5822 instance_detector.cc: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:40.769639   431 server_base.cc:1061] running on GCE node
I20260630 12:13:40.770473   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:40.770678   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:40.770838   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821620770825 us; error 0 us; skew 500 ppm
I20260630 12:13:40.771368   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:40.773757   431 webserver.cc:533] Webserver started at http://127.0.107.254:34333/ using document root <none> and password file <none>
I20260630 12:13:40.774216   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:40.774384   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:40.774643   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:40.775722   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "cc65fac8add748f2832a7791b6cc89a7"
format_stamp: "Formatted at 2026-06-30 12:13:40 on dist-test-slave-g2rq"
I20260630 12:13:40.779927   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:13:40.783227  5827 log_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:40.783989   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:40.784257   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "cc65fac8add748f2832a7791b6cc89a7"
format_stamp: "Formatted at 2026-06-30 12:13:40 on dist-test-slave-g2rq"
I20260630 12:13:40.784518   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-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:40.800843   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:40.801959   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:40.841526   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42819
I20260630 12:13:40.841662  5878 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42819 every 8 connection(s)
I20260630 12:13:40.845237  5879 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:40.855665  5879 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7: Bootstrap starting.
I20260630 12:13:40.860129  5879 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:40.864530  5879 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7: No bootstrap required, opened a new log
I20260630 12:13:40.866564  5879 raft_consensus.cc:359] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER }
I20260630 12:13:40.866950  5879 raft_consensus.cc:385] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:40.867121  5879 raft_consensus.cc:740] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc65fac8add748f2832a7791b6cc89a7, State: Initialized, Role: FOLLOWER
I20260630 12:13:40.867699  5879 consensus_queue.cc:260] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER }
I20260630 12:13:40.868156  5879 raft_consensus.cc:399] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:40.868355  5879 raft_consensus.cc:493] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:40.868564  5879 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:40.872978  5879 raft_consensus.cc:515] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER }
I20260630 12:13:40.873483  5879 leader_election.cc:304] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [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: cc65fac8add748f2832a7791b6cc89a7; no voters: 
I20260630 12:13:40.874549  5879 leader_election.cc:290] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:40.874949  5882 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:40.876500  5882 raft_consensus.cc:697] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 1 LEADER]: Becoming Leader. State: Replica: cc65fac8add748f2832a7791b6cc89a7, State: Running, Role: LEADER
I20260630 12:13:40.877148  5882 consensus_queue.cc:237] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [LEADER]: Queue going to LEADER mode. State: All 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: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER }
I20260630 12:13:40.877461  5879 sys_catalog.cc:565] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:40.881845  5884 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cc65fac8add748f2832a7791b6cc89a7. Latest consensus state: current_term: 1 leader_uuid: "cc65fac8add748f2832a7791b6cc89a7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER } }
I20260630 12:13:40.882787  5884 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:40.882072  5883 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cc65fac8add748f2832a7791b6cc89a7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cc65fac8add748f2832a7791b6cc89a7" member_type: VOTER } }
I20260630 12:13:40.884076  5883 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:40.886169  5890 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:40.891085  5890 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:40.893253   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:40.900305  5890 catalog_manager.cc:1383] Generated new cluster ID: 3ebccfc879034f28bcae50dc53d96c80
I20260630 12:13:40.900638  5890 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:40.923775  5890 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:40.925071  5890 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:40.938709  5890 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7: Generated new TSK 0
I20260630 12:13:40.939256  5890 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:40.959944   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:40.965812  5900 instance_detector.cc: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:40.966854  5901 instance_detector.cc: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:40.968349  5903 instance_detector.cc: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:40.970724   431 server_base.cc:1061] running on GCE node
I20260630 12:13:40.971732   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:40.971948   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:40.972114   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821620972101 us; error 0 us; skew 500 ppm
I20260630 12:13:40.972585   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:40.974978   431 webserver.cc:533] Webserver started at http://127.0.107.193:34595/ using document root <none> and password file <none>
I20260630 12:13:40.975534   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:40.975699   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:40.975911   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:40.976969   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "69c0be04a61847fda453163d7788cb48"
format_stamp: "Formatted at 2026-06-30 12:13:40 on dist-test-slave-g2rq"
I20260630 12:13:40.981499   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:40.985193  5908 log_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:40.986277   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:13:40.986604   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "69c0be04a61847fda453163d7788cb48"
format_stamp: "Formatted at 2026-06-30 12:13:40 on dist-test-slave-g2rq"
I20260630 12:13:40.986877   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-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:41.009701   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:41.010779   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:41.012223   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:41.014493   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:41.014688   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.014914   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:41.015122   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.080202   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43499
I20260630 12:13:41.080287  5971 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43499 every 8 connection(s)
I20260630 12:13:41.086755   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:41.096047  5976 instance_detector.cc: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:41.097604  5977 instance_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:41.099596   431 server_base.cc:1061] running on GCE node
W20260630 12:13:41.099993  5979 instance_detector.cc: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:41.101224  5972 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42819
I20260630 12:13:41.101660  5972 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:41.102288   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:41.102592   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:41.102623  5972 heartbeater.cc:507] Master 127.0.107.254:42819 requested a full tablet report, sending...
I20260630 12:13:41.102945   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821621102923 us; error 0 us; skew 500 ppm
I20260630 12:13:41.103793   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:41.105824  5844 ts_manager.cc:194] Registered new tserver with Master: 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499)
I20260630 12:13:41.107142   431 webserver.cc:533] Webserver started at http://127.0.107.194:39065/ using document root <none> and password file <none>
I20260630 12:13:41.107911   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:41.108179   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:41.108557   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:41.108834  5844 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41814
I20260630 12:13:41.110570   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "4cf714e344364e79aad6218a55c90c93"
format_stamp: "Formatted at 2026-06-30 12:13:41 on dist-test-slave-g2rq"
I20260630 12:13:41.115267   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:13:41.118844  5984 log_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:41.119632   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:41.119901   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "4cf714e344364e79aad6218a55c90c93"
format_stamp: "Formatted at 2026-06-30 12:13:41 on dist-test-slave-g2rq"
I20260630 12:13:41.120193   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-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:41.131178   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:41.132520   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:41.134223   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:41.136725   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:41.136945   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.137180   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:41.137339   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.178967   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34365
I20260630 12:13:41.179067  6046 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34365 every 8 connection(s)
I20260630 12:13:41.183745   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:41.191074  6050 instance_detector.cc: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:41.191486  6051 instance_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:41.194490   431 server_base.cc:1061] running on GCE node
W20260630 12:13:41.195699  6054 instance_detector.cc: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:41.195897  6047 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42819
I20260630 12:13:41.196353  6047 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:41.196802   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:41.197084   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:41.197229  6047 heartbeater.cc:507] Master 127.0.107.254:42819 requested a full tablet report, sending...
I20260630 12:13:41.197319   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821621197289 us; error 0 us; skew 500 ppm
I20260630 12:13:41.198123   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:41.199626  5844 ts_manager.cc:194] Registered new tserver with Master: 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365)
I20260630 12:13:41.200717   431 webserver.cc:533] Webserver started at http://127.0.107.195:36393/ using document root <none> and password file <none>
I20260630 12:13:41.201215   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:41.201177  5844 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41824
I20260630 12:13:41.201614   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:41.201908   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:41.203217   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "923192af01944ebab64db67d443193da"
format_stamp: "Formatted at 2026-06-30 12:13:41 on dist-test-slave-g2rq"
I20260630 12:13:41.207801   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:13:41.211010  6058 log_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:41.211776   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:13:41.212069   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "923192af01944ebab64db67d443193da"
format_stamp: "Formatted at 2026-06-30 12:13:41 on dist-test-slave-g2rq"
I20260630 12:13:41.212348   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-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:41.225327   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:41.226434   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:41.227837   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:41.229939   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:41.230125   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.230333   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:41.230479   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:41.268404   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38771
I20260630 12:13:41.268502  6120 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38771 every 8 connection(s)
I20260630 12:13:41.282143  6121 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42819
I20260630 12:13:41.282598  6121 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:41.283460  6121 heartbeater.cc:507] Master 127.0.107.254:42819 requested a full tablet report, sending...
I20260630 12:13:41.285336  5844 ts_manager.cc:194] Registered new tserver with Master: 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:41.286180   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014690482s
I20260630 12:13:41.286722  5844 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41832
I20260630 12:13:42.112252  5972 heartbeater.cc:499] Master 127.0.107.254:42819 was elected leader, sending a full tablet report...
I20260630 12:13:42.204182  6047 heartbeater.cc:499] Master 127.0.107.254:42819 was elected leader, sending a full tablet report...
I20260630 12:13:42.289480  6121 heartbeater.cc:499] Master 127.0.107.254:42819 was elected leader, sending a full tablet report...
I20260630 12:13:42.342993  5844 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41840:
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:42.345597  5844 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:42.402817  6012 tablet_service.cc:1511] Processing CreateTablet for tablet a10f0dc559f44aac9f9f8cfa008949a3 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:42.404855  6012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a10f0dc559f44aac9f9f8cfa008949a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.408890  6011 tablet_service.cc:1511] Processing CreateTablet for tablet 71ec5a0c447e4390994b5ce01614ead4 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:42.410624  6011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ec5a0c447e4390994b5ce01614ead4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.413812  6010 tablet_service.cc:1511] Processing CreateTablet for tablet b42331a04ec14d1fb5cbd921858c1763 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:42.415422  6010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b42331a04ec14d1fb5cbd921858c1763. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.418968  6086 tablet_service.cc:1511] Processing CreateTablet for tablet a10f0dc559f44aac9f9f8cfa008949a3 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:42.420482  6086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a10f0dc559f44aac9f9f8cfa008949a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.429157  6085 tablet_service.cc:1511] Processing CreateTablet for tablet 71ec5a0c447e4390994b5ce01614ead4 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:42.430651  6085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ec5a0c447e4390994b5ce01614ead4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.432901  6084 tablet_service.cc:1511] Processing CreateTablet for tablet b42331a04ec14d1fb5cbd921858c1763 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:42.433154  5937 tablet_service.cc:1511] Processing CreateTablet for tablet a10f0dc559f44aac9f9f8cfa008949a3 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:13:42.433861  5935 tablet_service.cc:1511] Processing CreateTablet for tablet b42331a04ec14d1fb5cbd921858c1763 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:13:42.434718  5937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a10f0dc559f44aac9f9f8cfa008949a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.434748  6084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b42331a04ec14d1fb5cbd921858c1763. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.435361  5935 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b42331a04ec14d1fb5cbd921858c1763. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.436540  5936 tablet_service.cc:1511] Processing CreateTablet for tablet 71ec5a0c447e4390994b5ce01614ead4 (DEFAULT_TABLE table=test-workload [id=903b1cc1e6754696b07d80aba2a672bf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:13:42.437778  5936 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71ec5a0c447e4390994b5ce01614ead4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:42.469048  6141 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: Bootstrap starting.
I20260630 12:13:42.471927  6142 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Bootstrap starting.
I20260630 12:13:42.478788  6141 tablet_bootstrap.cc:654] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.479423  6142 tablet_bootstrap.cc:654] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.480922  6143 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: Bootstrap starting.
I20260630 12:13:42.486145  6141 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: No bootstrap required, opened a new log
I20260630 12:13:42.486964  6141 ts_tablet_manager.cc:1403] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.006s
I20260630 12:13:42.488538  6143 tablet_bootstrap.cc:654] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.490765  6141 raft_consensus.cc:359] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.491982  6141 raft_consensus.cc:385] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.492317  6141 raft_consensus.cc:740] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4cf714e344364e79aad6218a55c90c93, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.493314  6141 consensus_queue.cc:260] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.493942  6142 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: No bootstrap required, opened a new log
I20260630 12:13:42.494460  6143 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: No bootstrap required, opened a new log
I20260630 12:13:42.494575  6142 ts_tablet_manager.cc:1403] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.005s
I20260630 12:13:42.495163  6143 ts_tablet_manager.cc:1403] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.010s
I20260630 12:13:42.498061  6141 ts_tablet_manager.cc:1434] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
I20260630 12:13:42.497798  6142 raft_consensus.cc:359] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.498683  6142 raft_consensus.cc:385] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.499099  6141 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Bootstrap starting.
I20260630 12:13:42.498622  6143 raft_consensus.cc:359] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.499264  6142 raft_consensus.cc:740] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 923192af01944ebab64db67d443193da, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.499683  6143 raft_consensus.cc:385] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.500090  6143 raft_consensus.cc:740] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.500411  6142 consensus_queue.cc:260] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.501076  6143 consensus_queue.cc:260] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.506697  6141 tablet_bootstrap.cc:654] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.510108  6142 ts_tablet_manager.cc:1434] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.003s
I20260630 12:13:42.512372  6143 ts_tablet_manager.cc:1434] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.006s
I20260630 12:13:42.513692  6142 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Bootstrap starting.
I20260630 12:13:42.515909  6141 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: No bootstrap required, opened a new log
I20260630 12:13:42.516494  6141 ts_tablet_manager.cc:1403] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.008s
I20260630 12:13:42.519515  6143 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: Bootstrap starting.
I20260630 12:13:42.521040  6142 tablet_bootstrap.cc:654] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Neither blocks nor log segments found. Creating new log.
W20260630 12:13:42.523504  6122 tablet.cc:2406] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:13:42.525978  6141 raft_consensus.cc:359] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.526727  6141 raft_consensus.cc:385] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.526970  6141 raft_consensus.cc:740] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4cf714e344364e79aad6218a55c90c93, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.527379  6143 tablet_bootstrap.cc:654] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.527704  6141 consensus_queue.cc:260] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.530064  6141 ts_tablet_manager.cc:1434] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.003s
I20260630 12:13:42.531033  6142 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: No bootstrap required, opened a new log
I20260630 12:13:42.531163  6141 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: Bootstrap starting.
I20260630 12:13:42.531786  6142 ts_tablet_manager.cc:1403] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.001s
I20260630 12:13:42.535094  6142 raft_consensus.cc:359] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.535980  6142 raft_consensus.cc:385] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.536265  6142 raft_consensus.cc:740] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 923192af01944ebab64db67d443193da, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.537091  6142 consensus_queue.cc:260] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.537926  6141 tablet_bootstrap.cc:654] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.539685  6142 ts_tablet_manager.cc:1434] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:13:42.540786  6142 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: Bootstrap starting.
I20260630 12:13:42.545922  6143 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: No bootstrap required, opened a new log
I20260630 12:13:42.546460  6143 ts_tablet_manager.cc:1403] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.012s
I20260630 12:13:42.547950  6142 tablet_bootstrap.cc:654] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.549461  6143 raft_consensus.cc:359] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.550269  6143 raft_consensus.cc:385] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.550560  6143 raft_consensus.cc:740] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.551533  6143 consensus_queue.cc:260] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.553459  6141 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: No bootstrap required, opened a new log
I20260630 12:13:42.553687  6143 ts_tablet_manager.cc:1434] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:13:42.554183  6141 ts_tablet_manager.cc:1403] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.009s
I20260630 12:13:42.554642  6143 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: Bootstrap starting.
I20260630 12:13:42.557126  6141 raft_consensus.cc:359] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.557888  6141 raft_consensus.cc:385] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.558188  6141 raft_consensus.cc:740] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4cf714e344364e79aad6218a55c90c93, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.559051  6141 consensus_queue.cc:260] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.559729  6142 tablet_bootstrap.cc:492] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: No bootstrap required, opened a new log
I20260630 12:13:42.560259  6142 ts_tablet_manager.cc:1403] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.000s
I20260630 12:13:42.561357  6143 tablet_bootstrap.cc:654] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:42.562018  6141 ts_tablet_manager.cc:1434] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:13:42.563124  6142 raft_consensus.cc:359] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.563910  6142 raft_consensus.cc:385] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.564209  6142 raft_consensus.cc:740] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 923192af01944ebab64db67d443193da, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.565289  6142 consensus_queue.cc:260] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.567819  6142 ts_tablet_manager.cc:1434] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:13:42.573280  6149 raft_consensus.cc:493] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:42.573549  6143 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: No bootstrap required, opened a new log
I20260630 12:13:42.574117  6143 ts_tablet_manager.cc:1403] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260630 12:13:42.574093  6149 raft_consensus.cc:515] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.577390  6143 raft_consensus.cc:359] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.578056  6143 raft_consensus.cc:385] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:42.578356  6143 raft_consensus.cc:740] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Initialized, Role: FOLLOWER
I20260630 12:13:42.579200  6149 leader_election.cc:290] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.579140  6143 consensus_queue.cc:260] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.584045  6143 ts_tablet_manager.cc:1434] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:13:42.589569  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b42331a04ec14d1fb5cbd921858c1763" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93" is_pre_election: true
I20260630 12:13:42.590548  6022 raft_consensus.cc:2468] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.592374  5911 leader_election.cc:304] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4cf714e344364e79aad6218a55c90c93, 69c0be04a61847fda453163d7788cb48; no voters: 
I20260630 12:13:42.593822  6149 raft_consensus.cc:2804] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:42.594198  6149 raft_consensus.cc:493] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:42.594511  6149 raft_consensus.cc:3060] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.603415  6149 raft_consensus.cc:515] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.604424  6158 raft_consensus.cc:493] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:42.604605  6096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b42331a04ec14d1fb5cbd921858c1763" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da" is_pre_election: true
I20260630 12:13:42.605372  6149 leader_election.cc:290] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 election: Requested vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.605461  6096 raft_consensus.cc:2468] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.606107  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b42331a04ec14d1fb5cbd921858c1763" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93"
I20260630 12:13:42.606690  6022 raft_consensus.cc:3060] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.606598  6095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b42331a04ec14d1fb5cbd921858c1763" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da"
I20260630 12:13:42.605005  6158 raft_consensus.cc:515] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.607288  6095 raft_consensus.cc:3060] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.609055  6158 leader_election.cc:290] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.610122  6096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da" is_pre_election: true
I20260630 12:13:42.610782  6096 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.611013  6021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93" is_pre_election: true
I20260630 12:13:42.611752  6021 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.613050  5911 leader_election.cc:304] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 4cf714e344364e79aad6218a55c90c93, 69c0be04a61847fda453163d7788cb48, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:42.613906  6158 raft_consensus.cc:2804] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:42.614315  6158 raft_consensus.cc:493] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:42.614639  6158 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.616020  6022 raft_consensus.cc:2468] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 1.
I20260630 12:13:42.616020  6095 raft_consensus.cc:2468] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 1.
I20260630 12:13:42.617831  5912 leader_election.cc:304] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 69c0be04a61847fda453163d7788cb48, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:42.618896  6149 raft_consensus.cc:2804] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:42.620291  6149 raft_consensus.cc:697] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Becoming Leader. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Running, Role: LEADER
I20260630 12:13:42.621198  6149 consensus_queue.cc:237] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.621512  6158 raft_consensus.cc:515] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.623304  6158 leader_election.cc:290] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 election: Requested vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.624357  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93"
I20260630 12:13:42.624397  6095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da"
I20260630 12:13:42.625173  6022 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.625216  6095 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.632319  6022 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 1.
I20260630 12:13:42.631861  5842 catalog_manager.cc:5697] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 reported cstate change: term changed from 0 to 1, leader changed from <none> to 69c0be04a61847fda453163d7788cb48 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:42.633582  5911 leader_election.cc:304] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4cf714e344364e79aad6218a55c90c93, 69c0be04a61847fda453163d7788cb48; no voters: 
I20260630 12:13:42.634032  6095 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 1.
I20260630 12:13:42.634370  6149 raft_consensus.cc:2804] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:42.634872  6149 raft_consensus.cc:697] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Becoming Leader. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Running, Role: LEADER
I20260630 12:13:42.635545  6149 consensus_queue.cc:237] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:42.644233  5842 catalog_manager.cc:5697] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 reported cstate change: term changed from 0 to 1, leader changed from <none> to 69c0be04a61847fda453163d7788cb48 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:42.654700  6147 raft_consensus.cc:493] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:42.655181  6147 raft_consensus.cc:515] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.657191  6147 leader_election.cc:290] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 923192af01944ebab64db67d443193da (127.0.107.195:38771), 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499)
I20260630 12:13:42.665184  6149 raft_consensus.cc:493] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:42.665702  6149 raft_consensus.cc:515] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.667781  6149 leader_election.cc:290] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.669231  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93" is_pre_election: true
I20260630 12:13:42.669567  6095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da" is_pre_election: true
I20260630 12:13:42.669890  6022 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.670192  6095 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 0.
I20260630 12:13:42.670346  6096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da" is_pre_election: true
I20260630 12:13:42.670953  5947 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "69c0be04a61847fda453163d7788cb48" is_pre_election: true
I20260630 12:13:42.670980  6096 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4cf714e344364e79aad6218a55c90c93 in term 0.
I20260630 12:13:42.671288  5912 leader_election.cc:304] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 69c0be04a61847fda453163d7788cb48, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:42.671639  5947 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4cf714e344364e79aad6218a55c90c93 in term 0.
I20260630 12:13:42.672288  6149 raft_consensus.cc:2804] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:42.672367  5988 leader_election.cc:304] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4cf714e344364e79aad6218a55c90c93, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:42.672731  6149 raft_consensus.cc:493] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:42.673069  6149 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.673198  6147 raft_consensus.cc:2804] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:42.673574  6147 raft_consensus.cc:493] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:42.673823  6147 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.677851  6149 raft_consensus.cc:515] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.678463  6147 raft_consensus.cc:515] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.679491  6149 leader_election.cc:290] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [CANDIDATE]: Term 1 election: Requested vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:42.680387  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4cf714e344364e79aad6218a55c90c93"
I20260630 12:13:42.680562  6096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "69c0be04a61847fda453163d7788cb48" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da"
I20260630 12:13:42.680855  6095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "923192af01944ebab64db67d443193da"
I20260630 12:13:42.681068  6096 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:42.681143  6022 raft_consensus.cc:2393] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 69c0be04a61847fda453163d7788cb48 in current term 1: Already voted for candidate 4cf714e344364e79aad6218a55c90c93 in this term.
I20260630 12:13:42.681726  5947 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "69c0be04a61847fda453163d7788cb48"
I20260630 12:13:42.682488  5947 raft_consensus.cc:2393] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 4cf714e344364e79aad6218a55c90c93 in current term 1: Already voted for candidate 69c0be04a61847fda453163d7788cb48 in this term.
I20260630 12:13:42.682618  6147 leader_election.cc:290] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [CANDIDATE]: Term 1 election: Requested vote from peers 923192af01944ebab64db67d443193da (127.0.107.195:38771), 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499)
I20260630 12:13:42.683548  5985 leader_election.cc:304] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [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: 4cf714e344364e79aad6218a55c90c93; no voters: 69c0be04a61847fda453163d7788cb48, 923192af01944ebab64db67d443193da
I20260630 12:13:42.684216  6147 raft_consensus.cc:2749] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:13:42.687938  6096 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 69c0be04a61847fda453163d7788cb48 in term 1.
I20260630 12:13:42.688964  5912 leader_election.cc:304] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [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: 69c0be04a61847fda453163d7788cb48, 923192af01944ebab64db67d443193da; no voters: 4cf714e344364e79aad6218a55c90c93
I20260630 12:13:42.689613  6149 raft_consensus.cc:2804] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:42.690069  6149 raft_consensus.cc:697] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Becoming Leader. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Running, Role: LEADER
I20260630 12:13:42.690722  6149 consensus_queue.cc:237] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.697410  5842 catalog_manager.cc:5697] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 reported cstate change: term changed from 0 to 1, leader changed from <none> to 69c0be04a61847fda453163d7788cb48 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } health_report { overall_health: HEALTHY } } }
I20260630 12:13:42.728585   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:42.734984  6165 instance_detector.cc: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:42.735682  6166 instance_detector.cc: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:42.739506  6168 instance_detector.cc: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:42.739537   431 server_base.cc:1061] running on GCE node
I20260630 12:13:42.741077   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:42.741288   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:42.741478   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821622741455 us; error 0 us; skew 500 ppm
I20260630 12:13:42.741971   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:42.744306   431 webserver.cc:533] Webserver started at http://127.0.107.196:46069/ using document root <none> and password file <none>
I20260630 12:13:42.744809   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:42.744983   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:42.745242   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:42.746390   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "6aad2073c0e24a73b769acc2de7ccf9a"
format_stamp: "Formatted at 2026-06-30 12:13:42 on dist-test-slave-g2rq"
I20260630 12:13:42.751080   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:13:42.754365  6173 log_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:42.755117   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:42.755441   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "6aad2073c0e24a73b769acc2de7ccf9a"
format_stamp: "Formatted at 2026-06-30 12:13:42 on dist-test-slave-g2rq"
I20260630 12:13:42.755718   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-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:42.766942   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:42.768167   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:42.769554   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:42.771718   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:42.771908   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:42.772127   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:42.772269   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:42.810302   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42923
I20260630 12:13:42.810391  6235 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42923 every 8 connection(s)
I20260630 12:13:42.823521  6236 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42819
I20260630 12:13:42.823969  6236 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:42.824707  6236 heartbeater.cc:507] Master 127.0.107.254:42819 requested a full tablet report, sending...
I20260630 12:13:42.826609  5842 ts_manager.cc:194] Registered new tserver with Master: 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196:42923)
I20260630 12:13:42.828083  5842 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41856
I20260630 12:13:42.893229  5897 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:13:42.909515  5892 auto_rebalancer.cc:639] Failed to schedule move for tablet a10f0dc559f44aac9f9f8cfa008949a3: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:13:42.909515  5947 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4"
dest_uuid: "69c0be04a61847fda453163d7788cb48"
mode: GRACEFUL
new_leader_uuid: "4cf714e344364e79aad6218a55c90c93"
 from {username='slave'} at 127.0.0.1:59966
I20260630 12:13:42.910429  5947 raft_consensus.cc:606] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Received request to transfer leadership to TS 4cf714e344364e79aad6218a55c90c93
I20260630 12:13:42.913072  5946 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3"
dest_uuid: "69c0be04a61847fda453163d7788cb48"
mode: GRACEFUL
new_leader_uuid: "923192af01944ebab64db67d443193da"
 from {username='slave'} at 127.0.0.1:59966
I20260630 12:13:42.913733  5946 raft_consensus.cc:606] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Received request to transfer leadership to TS 923192af01944ebab64db67d443193da
W20260630 12:13:42.914063  5892 auto_rebalancer.cc:639] Failed to schedule move for tablet 71ec5a0c447e4390994b5ce01614ead4: Remote error: Service unavailable: leader transfer in progress
I20260630 12:13:42.914835  5897 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:13:42.915205  5897 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:42.922079  6149 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:42.928347  6158 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:13:42.928730  6158 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:13:42.932039  6159 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:13:42.946987  6159 raft_consensus.cc:993] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: : Instructing follower 923192af01944ebab64db67d443193da to start an election
I20260630 12:13:42.947494  6149 raft_consensus.cc:1081] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Signalling peer 923192af01944ebab64db67d443193da to start an election
I20260630 12:13:42.949000  6096 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3"
dest_uuid: "923192af01944ebab64db67d443193da"
 from {username='slave'} at 127.0.0.1:35616
I20260630 12:13:42.949471  6096 raft_consensus.cc:493] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:42.949736  6096 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:42.954317  6096 raft_consensus.cc:515] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.956348  6096 leader_election.cc:290] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [CANDIDATE]: Term 2 election: Requested vote from peers 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365), 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499)
I20260630 12:13:42.966141  6022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "923192af01944ebab64db67d443193da" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "4cf714e344364e79aad6218a55c90c93"
I20260630 12:13:42.966287  5946 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a10f0dc559f44aac9f9f8cfa008949a3" candidate_uuid: "923192af01944ebab64db67d443193da" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "69c0be04a61847fda453163d7788cb48"
I20260630 12:13:42.966799  6022 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:42.966850  5946 raft_consensus.cc:3055] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:42.967352  5946 raft_consensus.cc:740] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Running, Role: LEADER
I20260630 12:13:42.968214  5946 consensus_queue.cc:260] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [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: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.969420  5946 raft_consensus.cc:3060] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:42.973944  6022 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 923192af01944ebab64db67d443193da in term 2.
I20260630 12:13:42.975406  6061 leader_election.cc:304] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [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: 4cf714e344364e79aad6218a55c90c93, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:42.976357  6148 raft_consensus.cc:2804] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:42.976612  5946 raft_consensus.cc:2468] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 923192af01944ebab64db67d443193da in term 2.
I20260630 12:13:42.977620  6148 raft_consensus.cc:697] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 LEADER]: Becoming Leader. State: Replica: 923192af01944ebab64db67d443193da, State: Running, Role: LEADER
I20260630 12:13:42.978444  6148 consensus_queue.cc:237] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [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: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } }
I20260630 12:13:42.984530  5842 catalog_manager.cc:5697] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da reported cstate change: term changed from 1 to 2, leader changed from 69c0be04a61847fda453163d7788cb48 (127.0.107.193) to 923192af01944ebab64db67d443193da (127.0.107.195). New cstate: current_term: 2 leader_uuid: "923192af01944ebab64db67d443193da" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:42.987608  6149 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:42.996202  6149 consensus_queue.cc:1048] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:43.008759  6149 consensus_queue.cc:1048] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:43.138036  6251 raft_consensus.cc:993] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: : Instructing follower 4cf714e344364e79aad6218a55c90c93 to start an election
I20260630 12:13:43.138594  6149 raft_consensus.cc:1081] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Signalling peer 4cf714e344364e79aad6218a55c90c93 to start an election
I20260630 12:13:43.140276  6022 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4"
dest_uuid: "4cf714e344364e79aad6218a55c90c93"
 from {username='slave'} at 127.0.0.1:34528
I20260630 12:13:43.140750  6022 raft_consensus.cc:493] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:13:43.141042  6022 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:43.145998  6022 raft_consensus.cc:515] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:43.147668  6022 leader_election.cc:290] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [CANDIDATE]: Term 2 election: Requested vote from peers 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499), 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:43.148407  5946 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "69c0be04a61847fda453163d7788cb48"
I20260630 12:13:43.148629  6096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71ec5a0c447e4390994b5ce01614ead4" candidate_uuid: "4cf714e344364e79aad6218a55c90c93" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "923192af01944ebab64db67d443193da"
I20260630 12:13:43.149005  5946 raft_consensus.cc:3055] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:13:43.149132  6096 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:43.149339  5946 raft_consensus.cc:740] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 69c0be04a61847fda453163d7788cb48, State: Running, Role: LEADER
I20260630 12:13:43.150108  5946 consensus_queue.cc:260] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:43.151005  5946 raft_consensus.cc:3060] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:13:43.153838  6096 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4cf714e344364e79aad6218a55c90c93 in term 2.
I20260630 12:13:43.154831  5988 leader_election.cc:304] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [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: 4cf714e344364e79aad6218a55c90c93, 923192af01944ebab64db67d443193da; no voters: 
I20260630 12:13:43.155611  6147 raft_consensus.cc:2804] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:13:43.155829  5946 raft_consensus.cc:2468] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4cf714e344364e79aad6218a55c90c93 in term 2.
I20260630 12:13:43.156553  6147 raft_consensus.cc:697] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 2 LEADER]: Becoming Leader. State: Replica: 4cf714e344364e79aad6218a55c90c93, State: Running, Role: LEADER
I20260630 12:13:43.157356  6147 consensus_queue.cc:237] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } }
I20260630 12:13:43.162717  5843 catalog_manager.cc:5697] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 reported cstate change: term changed from 1 to 2, leader changed from 69c0be04a61847fda453163d7788cb48 (127.0.107.193) to 4cf714e344364e79aad6218a55c90c93 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "4cf714e344364e79aad6218a55c90c93" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:43.266165  5946 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:43.267585  6148 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:43.314532  6022 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:13:43.315841  6148 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:13:43.405684  5946 raft_consensus.cc:1275] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Refusing update from remote peer 4cf714e344364e79aad6218a55c90c93: 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:43.406953  6147 consensus_queue.cc:1048] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [LEADER]: Connected to new peer: Peer: permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:43.510133  6096 raft_consensus.cc:1275] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Refusing update from remote peer 4cf714e344364e79aad6218a55c90c93: 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:43.511523  6147 consensus_queue.cc:1048] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:43.830397  6236 heartbeater.cc:499] Master 127.0.107.254:42819 was elected leader, sending a full tablet report...
I20260630 12:13:43.925002  5946 consensus_queue.cc:237] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:43.932185  6022 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:43.932928  6096 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:43.933806  6251 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:13:43.934713  6259 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:13:43.942231  5912 consensus_peers.cc:597] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 -> Peer 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196:42923): Couldn't send request to peer 6aad2073c0e24a73b769acc2de7ccf9a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b42331a04ec14d1fb5cbd921858c1763. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:43.944056  6022 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:43.944970  6096 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:43.957659  5842 catalog_manager.cc:5697] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 reported cstate change: config changed from index -1 to 2, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.087538  6251 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.108904  6096 consensus_queue.cc:237] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [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: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:44.115206  5946 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:44.115557  6022 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:44.116760  6269 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:44.117652  6257 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:13:44.124878  6062 consensus_peers.cc:597] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da -> Peer 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196:42923): Couldn't send request to peer 6aad2073c0e24a73b769acc2de7ccf9a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a10f0dc559f44aac9f9f8cfa008949a3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:44.125777  5946 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.127671  6022 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.202764  5844 catalog_manager.cc:5697] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 reported cstate change: config changed from index -1 to 3, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "923192af01944ebab64db67d443193da" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.215546  6273 ts_tablet_manager.cc:933] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: Initiating tablet copy from peer 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499)
I20260630 12:13:44.217038  6273 tablet_copy_client.cc:323] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43499
I20260630 12:13:44.226675  5957 tablet_copy_service.cc:140] P 69c0be04a61847fda453163d7788cb48: Received BeginTabletCopySession request for tablet b42331a04ec14d1fb5cbd921858c1763 from peer 6aad2073c0e24a73b769acc2de7ccf9a ({username='slave'} at 127.0.0.1:58008)
I20260630 12:13:44.227185  5957 tablet_copy_service.cc:161] P 69c0be04a61847fda453163d7788cb48: Beginning new tablet copy session on tablet b42331a04ec14d1fb5cbd921858c1763 from peer 6aad2073c0e24a73b769acc2de7ccf9a at {username='slave'} at 127.0.0.1:58008: session id = 6aad2073c0e24a73b769acc2de7ccf9a-b42331a04ec14d1fb5cbd921858c1763
I20260630 12:13:44.232404  5957 tablet_copy_source_session.cc:215] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:44.234972  6273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b42331a04ec14d1fb5cbd921858c1763. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:44.246120  6273 tablet_copy_client.cc:806] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:44.246592  6273 tablet_copy_client.cc:670] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:44.249697  6273 tablet_copy_client.cc:538] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:44.255553  6273 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: Bootstrap starting.
I20260630 12:13:44.269541  6273 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: 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:44.270231  6273 tablet_bootstrap.cc:492] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: Bootstrap complete.
I20260630 12:13:44.270731  6273 ts_tablet_manager.cc:1403] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:13:44.272724  6273 raft_consensus.cc:359] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:44.273317  6273 raft_consensus.cc:740] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6aad2073c0e24a73b769acc2de7ccf9a, State: Initialized, Role: LEARNER
I20260630 12:13:44.273809  6273 consensus_queue.cc:260] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:44.275918  6273 ts_tablet_manager.cc:1434] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:13:44.277734  5957 tablet_copy_service.cc:342] P 69c0be04a61847fda453163d7788cb48: Request end of tablet copy session 6aad2073c0e24a73b769acc2de7ccf9a-b42331a04ec14d1fb5cbd921858c1763 received from {username='slave'} at 127.0.0.1:58008
I20260630 12:13:44.278146  5957 tablet_copy_service.cc:434] P 69c0be04a61847fda453163d7788cb48: ending tablet copy session 6aad2073c0e24a73b769acc2de7ccf9a-b42331a04ec14d1fb5cbd921858c1763 on tablet b42331a04ec14d1fb5cbd921858c1763 with peer 6aad2073c0e24a73b769acc2de7ccf9a
I20260630 12:13:44.311703  6269 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } } }
I20260630 12:13:44.441774  6273 ts_tablet_manager.cc:933] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: Initiating tablet copy from peer 923192af01944ebab64db67d443193da (127.0.107.195:38771)
I20260630 12:13:44.443291  6273 tablet_copy_client.cc:323] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38771
I20260630 12:13:44.452093  6106 tablet_copy_service.cc:140] P 923192af01944ebab64db67d443193da: Received BeginTabletCopySession request for tablet a10f0dc559f44aac9f9f8cfa008949a3 from peer 6aad2073c0e24a73b769acc2de7ccf9a ({username='slave'} at 127.0.0.1:59788)
I20260630 12:13:44.452606  6106 tablet_copy_service.cc:161] P 923192af01944ebab64db67d443193da: Beginning new tablet copy session on tablet a10f0dc559f44aac9f9f8cfa008949a3 from peer 6aad2073c0e24a73b769acc2de7ccf9a at {username='slave'} at 127.0.0.1:59788: session id = 6aad2073c0e24a73b769acc2de7ccf9a-a10f0dc559f44aac9f9f8cfa008949a3
I20260630 12:13:44.458039  6106 tablet_copy_source_session.cc:215] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:13:44.460924  6273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a10f0dc559f44aac9f9f8cfa008949a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:44.476294  6273 tablet_copy_client.cc:806] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Starting download of 0 data blocks...
I20260630 12:13:44.476963  6273 tablet_copy_client.cc:670] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:13:44.480283  6273 tablet_copy_client.cc:538] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:13:44.484048  6211 raft_consensus.cc:1217] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:13:44.489305  6273 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: Bootstrap starting.
I20260630 12:13:44.507148  6273 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: 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:44.507829  6273 tablet_bootstrap.cc:492] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: Bootstrap complete.
I20260630 12:13:44.508350  6273 ts_tablet_manager.cc:1403] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:13:44.510377  6273 raft_consensus.cc:359] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:44.510962  6273 raft_consensus.cc:740] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 6aad2073c0e24a73b769acc2de7ccf9a, State: Initialized, Role: LEARNER
I20260630 12:13:44.511461  6273 consensus_queue.cc:260] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [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: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: true } }
I20260630 12:13:44.513296  6273 ts_tablet_manager.cc:1434] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:13:44.514914  6106 tablet_copy_service.cc:342] P 923192af01944ebab64db67d443193da: Request end of tablet copy session 6aad2073c0e24a73b769acc2de7ccf9a-a10f0dc559f44aac9f9f8cfa008949a3 received from {username='slave'} at 127.0.0.1:59788
I20260630 12:13:44.515380  6106 tablet_copy_service.cc:434] P 923192af01944ebab64db67d443193da: ending tablet copy session 6aad2073c0e24a73b769acc2de7ccf9a-a10f0dc559f44aac9f9f8cfa008949a3 on tablet a10f0dc559f44aac9f9f8cfa008949a3 with peer 6aad2073c0e24a73b769acc2de7ccf9a
I20260630 12:13:44.752815  6211 raft_consensus.cc:1217] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:13:44.916129  5897 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:44.918955  5897 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:44.919379  5897 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:45.004784  6266 raft_consensus.cc:1064] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: attempting to promote NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a to VOTER
I20260630 12:13:45.007838  6266 consensus_queue.cc:237] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } }
I20260630 12:13:45.014956  6022 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:45.015166  6211 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 LEARNER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:45.015924  6096 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:45.016885  6259 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:13:45.018699  6281 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } 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:45.019601  6251 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } 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:45.032497  6211 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.032166  6096 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.043457  5842 catalog_manager.cc:5697] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a reported cstate change: config changed from index 2 to 3, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.048175  6269 raft_consensus.cc:1064] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: attempting to promote NON_VOTER 6aad2073c0e24a73b769acc2de7ccf9a to VOTER
I20260630 12:13:45.050405  6269 consensus_queue.cc:237] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [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: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } }
I20260630 12:13:45.056711  5946 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:45.056667  6211 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 LEARNER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:45.057147  6021 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: 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:45.058759  6257 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:45.059835  6271 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } 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:45.060696  6269 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:45.071821  5946 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.073449  6211 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.085271  5844 catalog_manager.cc:5697] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 reported cstate change: config changed from index 3 to 4, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "923192af01944ebab64db67d443193da" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.110700  6251 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.120304  6021 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } attrs { replace: true } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.121882  6257 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.134845  6021 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 6aad2073c0e24a73b769acc2de7ccf9a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } attrs { replace: true } } peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.229588  6096 consensus_queue.cc:237] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [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: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } }
I20260630 12:13:45.233686  5946 consensus_queue.cc:237] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [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: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } }
I20260630 12:13:45.236428  6211 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:45.236838  5947 raft_consensus.cc:1275] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Refusing update from remote peer 923192af01944ebab64db67d443193da: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:13:45.238186  6269 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } 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:45.240832  6257 consensus_queue.cc:1048] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [LEADER]: Connected to new peer: Peer: permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:13:45.241098  6021 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:45.243113  6259 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:13:45.244910  6211 raft_consensus.cc:1275] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 FOLLOWER]: Refusing update from remote peer 69c0be04a61847fda453163d7788cb48: 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:45.246410  6259 consensus_queue.cc:1048] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } 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:45.248657  6211 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4cf714e344364e79aad6218a55c90c93 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.254060  6021 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 923192af01944ebab64db67d443193da (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.255578  6209 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 923192af01944ebab64db67d443193da (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.262038  5842 catalog_manager.cc:5697] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a reported cstate change: config changed from index 4 to 5, VOTER 4cf714e344364e79aad6218a55c90c93 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "923192af01944ebab64db67d443193da" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.269733  5946 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4cf714e344364e79aad6218a55c90c93 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.271667  5843 catalog_manager.cc:5697] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 reported cstate change: config changed from index 3 to 4, VOTER 923192af01944ebab64db67d443193da (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "69c0be04a61847fda453163d7788cb48" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.475634  6011 tablet_service.cc:1558] Processing DeleteTablet for tablet a10f0dc559f44aac9f9f8cfa008949a3 with delete_type TABLET_DATA_TOMBSTONED (TS 4cf714e344364e79aad6218a55c90c93 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:34526
I20260630 12:13:45.479537  6289 tablet_replica.cc:333] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: stopping tablet replica
I20260630 12:13:45.480487  6289 raft_consensus.cc:2243] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:45.481256  6289 raft_consensus.cc:2272] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:45.485126  6289 ts_tablet_manager.cc:1916] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:45.497663  6289 ts_tablet_manager.cc:1929] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:13:45.498013  6289 log.cc:1199] T a10f0dc559f44aac9f9f8cfa008949a3 P 4cf714e344364e79aad6218a55c90c93: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-1-root/wals/a10f0dc559f44aac9f9f8cfa008949a3
I20260630 12:13:45.498481  6257 raft_consensus.cc:2955] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4cf714e344364e79aad6218a55c90c93 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "923192af01944ebab64db67d443193da" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38771 } } peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.499495  5830 catalog_manager.cc:5028] TS 4cf714e344364e79aad6218a55c90c93 (127.0.107.194:34365): tablet a10f0dc559f44aac9f9f8cfa008949a3 (table test-workload [id=903b1cc1e6754696b07d80aba2a672bf]) successfully deleted
I20260630 12:13:45.508183  5831 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a10f0dc559f44aac9f9f8cfa008949a3 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:45.550648  6084 tablet_service.cc:1558] Processing DeleteTablet for tablet b42331a04ec14d1fb5cbd921858c1763 with delete_type TABLET_DATA_TOMBSTONED (TS 923192af01944ebab64db67d443193da not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:35612
I20260630 12:13:45.552348  6290 tablet_replica.cc:333] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: stopping tablet replica
I20260630 12:13:45.553097  6290 raft_consensus.cc:2243] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:45.553694  6290 raft_consensus.cc:2272] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:45.556001  6290 ts_tablet_manager.cc:1916] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:13:45.566169  6290 ts_tablet_manager.cc:1929] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:13:45.566447  6290 log.cc:1199] T b42331a04ec14d1fb5cbd921858c1763 P 923192af01944ebab64db67d443193da: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782821479742301-431-0/minicluster-data/ts-2-root/wals/b42331a04ec14d1fb5cbd921858c1763
I20260630 12:13:45.567833  5831 catalog_manager.cc:5028] TS 923192af01944ebab64db67d443193da (127.0.107.195:38771): tablet b42331a04ec14d1fb5cbd921858c1763 (table test-workload [id=903b1cc1e6754696b07d80aba2a672bf]) successfully deleted
I20260630 12:13:45.825641  6251 raft_consensus.cc:2955] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 923192af01944ebab64db67d443193da (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "69c0be04a61847fda453163d7788cb48" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43499 } } peers { permanent_uuid: "4cf714e344364e79aad6218a55c90c93" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34365 } } peers { permanent_uuid: "6aad2073c0e24a73b769acc2de7ccf9a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42923 } attrs { promote: false } } }
I20260630 12:13:45.832525  5828 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b42331a04ec14d1fb5cbd921858c1763 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:13:46.920351  5897 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:46.923018  5897 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:46.923317  5897 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:48.924283  5897 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:48.926847  5897 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:48.927202  5897 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:50.928166  5897 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:50.930742  5897 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:50.931099  5897 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:51.876278   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:51.904736   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:51.905534   431 tablet_replica.cc:333] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48: stopping tablet replica
I20260630 12:13:51.906270   431 raft_consensus.cc:2243] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.907315   431 raft_consensus.cc:2272] T a10f0dc559f44aac9f9f8cfa008949a3 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.909822   431 tablet_replica.cc:333] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48: stopping tablet replica
I20260630 12:13:51.910439   431 raft_consensus.cc:2243] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.910904   431 raft_consensus.cc:2272] T 71ec5a0c447e4390994b5ce01614ead4 P 69c0be04a61847fda453163d7788cb48 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.913178   431 tablet_replica.cc:333] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48: stopping tablet replica
I20260630 12:13:51.913699   431 raft_consensus.cc:2243] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.914670   431 raft_consensus.cc:2272] T b42331a04ec14d1fb5cbd921858c1763 P 69c0be04a61847fda453163d7788cb48 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.940039   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:51.956212   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:13:51.979969   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:51.980655   431 tablet_replica.cc:333] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93: stopping tablet replica
I20260630 12:13:51.981254   431 raft_consensus.cc:2243] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:51.981935   431 raft_consensus.cc:2272] T b42331a04ec14d1fb5cbd921858c1763 P 4cf714e344364e79aad6218a55c90c93 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:51.984247   431 tablet_replica.cc:333] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93: stopping tablet replica
I20260630 12:13:51.984694   431 raft_consensus.cc:2243] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:51.985603   431 raft_consensus.cc:2272] T 71ec5a0c447e4390994b5ce01614ead4 P 4cf714e344364e79aad6218a55c90c93 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:13:52.005071  6059 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43499: connect: Connection refused (error 111) [suppressed 17 similar messages]
W20260630 12:13:52.008338  6059 consensus_peers.cc:597] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da -> Peer 69c0be04a61847fda453163d7788cb48 (127.0.107.193:43499): Couldn't send request to peer 69c0be04a61847fda453163d7788cb48. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43499: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:52.010600   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:13:52.025858   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:13:52.047958   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.048712   431 tablet_replica.cc:333] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da: stopping tablet replica
I20260630 12:13:52.049319   431 raft_consensus.cc:2243] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.049827   431 raft_consensus.cc:2272] T 71ec5a0c447e4390994b5ce01614ead4 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.052054   431 tablet_replica.cc:333] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da: stopping tablet replica
I20260630 12:13:52.052546   431 raft_consensus.cc:2243] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.053385   431 raft_consensus.cc:2272] T a10f0dc559f44aac9f9f8cfa008949a3 P 923192af01944ebab64db67d443193da [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.075978   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:13:52.090694   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:13:52.113983   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:52.114656   431 tablet_replica.cc:333] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a: stopping tablet replica
I20260630 12:13:52.115201   431 raft_consensus.cc:2243] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.116062   431 raft_consensus.cc:2272] T a10f0dc559f44aac9f9f8cfa008949a3 P 6aad2073c0e24a73b769acc2de7ccf9a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.118228   431 tablet_replica.cc:333] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a: stopping tablet replica
I20260630 12:13:52.118683   431 raft_consensus.cc:2243] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:52.119285   431 raft_consensus.cc:2272] T b42331a04ec14d1fb5cbd921858c1763 P 6aad2073c0e24a73b769acc2de7ccf9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.139370   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:13:52.152007   431 master.cc:562] Master@127.0.107.254:42819 shutting down...
I20260630 12:13:52.169720   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:13:52.170467   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:52.170746   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P cc65fac8add748f2832a7791b6cc89a7: stopping tablet replica
I20260630 12:13:52.190219   431 master.cc:584] Master@127.0.107.254:42819 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (11465 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:13:52.225983   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40073
I20260630 12:13:52.227434   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:52.233755  6296 instance_detector.cc: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:52.233712  6297 instance_detector.cc: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:52.234107  6299 instance_detector.cc: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:52.235036   431 server_base.cc:1061] running on GCE node
I20260630 12:13:52.235904   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:52.236109   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:52.236263   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821632236244 us; error 0 us; skew 500 ppm
I20260630 12:13:52.236923   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:52.239190   431 webserver.cc:533] Webserver started at http://127.0.107.254:35293/ using document root <none> and password file <none>
I20260630 12:13:52.239689   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:52.239858   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:52.240127   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:52.241237   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "d31421e805ad424ba441f56a9693255f"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.245679   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:13:52.249032  6304 log_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:52.249744   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:13:52.250011   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "d31421e805ad424ba441f56a9693255f"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.250259   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-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:52.264427   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:52.265550   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:52.301209   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40073
I20260630 12:13:52.301323  6355 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40073 every 8 connection(s)
I20260630 12:13:52.305050  6356 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:52.316125  6356 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f: Bootstrap starting.
I20260630 12:13:52.320691  6356 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:52.324731  6356 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f: No bootstrap required, opened a new log
I20260630 12:13:52.326826  6356 raft_consensus.cc:359] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d31421e805ad424ba441f56a9693255f" member_type: VOTER }
I20260630 12:13:52.327248  6356 raft_consensus.cc:385] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:52.327464  6356 raft_consensus.cc:740] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d31421e805ad424ba441f56a9693255f, State: Initialized, Role: FOLLOWER
I20260630 12:13:52.328011  6356 consensus_queue.cc:260] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d31421e805ad424ba441f56a9693255f" member_type: VOTER }
I20260630 12:13:52.328440  6356 raft_consensus.cc:399] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:13:52.328649  6356 raft_consensus.cc:493] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:13:52.328917  6356 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:52.333375  6356 raft_consensus.cc:515] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d31421e805ad424ba441f56a9693255f" member_type: VOTER }
I20260630 12:13:52.333866  6356 leader_election.cc:304] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [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: d31421e805ad424ba441f56a9693255f; no voters: 
I20260630 12:13:52.334965  6356 leader_election.cc:290] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:13:52.335278  6359 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:52.336617  6359 raft_consensus.cc:697] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 1 LEADER]: Becoming Leader. State: Replica: d31421e805ad424ba441f56a9693255f, State: Running, Role: LEADER
I20260630 12:13:52.337231  6359 consensus_queue.cc:237] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [LEADER]: Queue going to LEADER mode. State: All 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: "d31421e805ad424ba441f56a9693255f" member_type: VOTER }
I20260630 12:13:52.337735  6356 sys_catalog.cc:565] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:13:52.340070  6361 sys_catalog.cc:455] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [sys.catalog]: SysCatalogTable state changed. Reason: New leader d31421e805ad424ba441f56a9693255f. Latest consensus state: current_term: 1 leader_uuid: "d31421e805ad424ba441f56a9693255f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d31421e805ad424ba441f56a9693255f" member_type: VOTER } }
I20260630 12:13:52.339998  6360 sys_catalog.cc:455] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d31421e805ad424ba441f56a9693255f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d31421e805ad424ba441f56a9693255f" member_type: VOTER } }
I20260630 12:13:52.340759  6361 sys_catalog.cc:458] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:52.340831  6360 sys_catalog.cc:458] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [sys.catalog]: This master's current role is: LEADER
I20260630 12:13:52.343483  6364 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:13:52.348424  6364 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:13:52.353052   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:13:52.357697  6364 catalog_manager.cc:1383] Generated new cluster ID: 011c550f0a4b486ca6ea7bec0ef07124
I20260630 12:13:52.357995  6364 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:13:52.375658  6364 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:13:52.376900  6364 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:13:52.395462  6364 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f: Generated new TSK 0
I20260630 12:13:52.396085  6364 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:13:52.419450   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:52.425388  6377 instance_detector.cc: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:52.426385  6378 instance_detector.cc: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:52.427860  6380 instance_detector.cc: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:52.428061   431 server_base.cc:1061] running on GCE node
I20260630 12:13:52.428936   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:52.429131   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:52.429296   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821632429270 us; error 0 us; skew 500 ppm
I20260630 12:13:52.429801   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:52.432148   431 webserver.cc:533] Webserver started at http://127.0.107.193:41955/ using document root <none> and password file <none>
I20260630 12:13:52.432603   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:52.432778   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:52.433023   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:52.434085   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "4298ee0e5f344696bd10adf61295bb80"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.438458   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:13:52.441617  6385 log_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:52.442368   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:13:52.442643   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "4298ee0e5f344696bd10adf61295bb80"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.442896   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-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:52.483840   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:52.485062   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:52.486552   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:52.488811   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:52.489001   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.489215   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:52.489380   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.527760   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42365
I20260630 12:13:52.527845  6447 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42365 every 8 connection(s)
I20260630 12:13:52.532667   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:52.538990  6452 instance_detector.cc: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:52.542495  6453 instance_detector.cc: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:52.543550  6455 instance_detector.cc: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:52.545293  6448 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40073
I20260630 12:13:52.545743  6448 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:52.546409   431 server_base.cc:1061] running on GCE node
I20260630 12:13:52.546710  6448 heartbeater.cc:507] Master 127.0.107.254:40073 requested a full tablet report, sending...
I20260630 12:13:52.547215   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:13:52.547469   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:52.547645   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821632547626 us; error 0 us; skew 500 ppm
I20260630 12:13:52.548372   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:52.549096  6321 ts_manager.cc:194] Registered new tserver with Master: 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365)
I20260630 12:13:52.550747   431 webserver.cc:533] Webserver started at http://127.0.107.194:45869/ using document root <none> and password file <none>
I20260630 12:13:52.551199   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:52.551128  6321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51332
I20260630 12:13:52.551568   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:52.551898   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:52.553097   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "1864d38f9cb54d7582c63f7e089da4e6"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.557204   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:13:52.560218  6460 log_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:52.561124   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:52.561443   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "1864d38f9cb54d7582c63f7e089da4e6"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.561687   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-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:52.573707   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:52.574852   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:52.576215   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:52.578364   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:52.578536   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.578756   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:52.578895   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.616067   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37037
I20260630 12:13:52.616164  6522 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37037 every 8 connection(s)
I20260630 12:13:52.620602   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:13:52.627264  6526 instance_detector.cc: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:52.628618  6527 instance_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:52.631048   431 server_base.cc:1061] running on GCE node
W20260630 12:13:52.631628  6529 instance_detector.cc: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:52.632272  6523 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40073
I20260630 12:13:52.632594   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:13:52.632615  6523 heartbeater.cc:461] Registering TS with master...
W20260630 12:13:52.632972   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:52.633158   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821632633141 us; error 0 us; skew 500 ppm
I20260630 12:13:52.633559  6523 heartbeater.cc:507] Master 127.0.107.254:40073 requested a full tablet report, sending...
I20260630 12:13:52.633698   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:13:52.635763  6321 ts_manager.cc:194] Registered new tserver with Master: 1864d38f9cb54d7582c63f7e089da4e6 (127.0.107.194:37037)
I20260630 12:13:52.636349   431 webserver.cc:533] Webserver started at http://127.0.107.195:34725/ using document root <none> and password file <none>
I20260630 12:13:52.636950   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:13:52.637181   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:13:52.637481   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:13:52.637562  6321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51342
I20260630 12:13:52.639003   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "bc36506905c24135b6db51fc06c3c4cf"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.643208   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:13:52.646601  6534 log_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:52.647418   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:13:52.647679   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "bc36506905c24135b6db51fc06c3c4cf"
format_stamp: "Formatted at 2026-06-30 12:13:52 on dist-test-slave-g2rq"
I20260630 12:13:52.647935   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782821479742301-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:52.680791   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:13:52.681870   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:13:52.683225   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:13:52.685389   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:13:52.685570   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.685823   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:13:52.685966   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:13:52.723675   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39761
I20260630 12:13:52.723764  6596 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39761 every 8 connection(s)
I20260630 12:13:52.736572  6597 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40073
I20260630 12:13:52.736989  6597 heartbeater.cc:461] Registering TS with master...
I20260630 12:13:52.737694  6597 heartbeater.cc:507] Master 127.0.107.254:40073 requested a full tablet report, sending...
I20260630 12:13:52.739635  6321 ts_manager.cc:194] Registered new tserver with Master: bc36506905c24135b6db51fc06c3c4cf (127.0.107.195:39761)
I20260630 12:13:52.740307   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013588624s
I20260630 12:13:52.741235  6321 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51358
I20260630 12:13:53.553886  6448 heartbeater.cc:499] Master 127.0.107.254:40073 was elected leader, sending a full tablet report...
I20260630 12:13:53.640189  6523 heartbeater.cc:499] Master 127.0.107.254:40073 was elected leader, sending a full tablet report...
I20260630 12:13:53.744302  6597 heartbeater.cc:499] Master 127.0.107.254:40073 was elected leader, sending a full tablet report...
I20260630 12:13:53.794474  6321 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34806:
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:53.796377  6321 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:53.836195  6562 tablet_service.cc:1511] Processing CreateTablet for tablet c277eceb169f48de938a5d995d826629 (DEFAULT_TABLE table=test-workload [id=6d36240b21af416abfc90a93f3ceb8fa]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:53.837498  6562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c277eceb169f48de938a5d995d826629. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.838898  6488 tablet_service.cc:1511] Processing CreateTablet for tablet c277eceb169f48de938a5d995d826629 (DEFAULT_TABLE table=test-workload [id=6d36240b21af416abfc90a93f3ceb8fa]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:53.840206  6488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c277eceb169f48de938a5d995d826629. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.848508  6413 tablet_service.cc:1511] Processing CreateTablet for tablet c277eceb169f48de938a5d995d826629 (DEFAULT_TABLE table=test-workload [id=6d36240b21af416abfc90a93f3ceb8fa]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:13:53.849881  6413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c277eceb169f48de938a5d995d826629. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:13:53.853237  6617 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: Bootstrap starting.
I20260630 12:13:53.857056  6618 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: Bootstrap starting.
I20260630 12:13:53.860001  6617 tablet_bootstrap.cc:654] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:53.863735  6618 tablet_bootstrap.cc:654] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:53.865600  6617 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: No bootstrap required, opened a new log
I20260630 12:13:53.866101  6617 ts_tablet_manager.cc:1403] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:13:53.868155  6618 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: No bootstrap required, opened a new log
I20260630 12:13:53.868719  6618 ts_tablet_manager.cc:1403] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:13:53.868996  6617 raft_consensus.cc:359] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.869881  6617 raft_consensus.cc:385] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:53.870240  6617 raft_consensus.cc:740] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc36506905c24135b6db51fc06c3c4cf, State: Initialized, Role: FOLLOWER
I20260630 12:13:53.871222  6617 consensus_queue.cc:260] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.871487  6618 raft_consensus.cc:359] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.872293  6618 raft_consensus.cc:385] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:53.872521  6621 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: Bootstrap starting.
I20260630 12:13:53.872664  6618 raft_consensus.cc:740] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1864d38f9cb54d7582c63f7e089da4e6, State: Initialized, Role: FOLLOWER
I20260630 12:13:53.873648  6618 consensus_queue.cc:260] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.875428  6617 ts_tablet_manager.cc:1434] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:13:53.878008  6618 ts_tablet_manager.cc:1434] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260630 12:13:53.881304  6621 tablet_bootstrap.cc:654] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: Neither blocks nor log segments found. Creating new log.
I20260630 12:13:53.887435  6621 tablet_bootstrap.cc:492] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: No bootstrap required, opened a new log
I20260630 12:13:53.887869  6621 ts_tablet_manager.cc:1403] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:13:53.889879  6621 raft_consensus.cc:359] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.890377  6621 raft_consensus.cc:385] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:13:53.890584  6621 raft_consensus.cc:740] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4298ee0e5f344696bd10adf61295bb80, State: Initialized, Role: FOLLOWER
I20260630 12:13:53.891135  6621 consensus_queue.cc:260] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:53.893604  6621 ts_tablet_manager.cc:1434] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:13:54.005168  6623 raft_consensus.cc:493] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:13:54.005688  6623 raft_consensus.cc:515] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:54.007889  6623 leader_election.cc:290] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bc36506905c24135b6db51fc06c3c4cf (127.0.107.195:39761), 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365)
I20260630 12:13:54.018110  6572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c277eceb169f48de938a5d995d826629" candidate_uuid: "1864d38f9cb54d7582c63f7e089da4e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc36506905c24135b6db51fc06c3c4cf" is_pre_election: true
I20260630 12:13:54.019075  6572 raft_consensus.cc:2468] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1864d38f9cb54d7582c63f7e089da4e6 in term 0.
I20260630 12:13:54.019867  6423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c277eceb169f48de938a5d995d826629" candidate_uuid: "1864d38f9cb54d7582c63f7e089da4e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4298ee0e5f344696bd10adf61295bb80" is_pre_election: true
I20260630 12:13:54.020321  6464 leader_election.cc:304] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1864d38f9cb54d7582c63f7e089da4e6, bc36506905c24135b6db51fc06c3c4cf; no voters: 
I20260630 12:13:54.020603  6423 raft_consensus.cc:2468] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1864d38f9cb54d7582c63f7e089da4e6 in term 0.
I20260630 12:13:54.021209  6623 raft_consensus.cc:2804] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:13:54.021546  6623 raft_consensus.cc:493] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:13:54.021883  6623 raft_consensus.cc:3060] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:54.026888  6623 raft_consensus.cc:515] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:54.028429  6623 leader_election.cc:290] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [CANDIDATE]: Term 1 election: Requested vote from peers bc36506905c24135b6db51fc06c3c4cf (127.0.107.195:39761), 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365)
I20260630 12:13:54.029363  6572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c277eceb169f48de938a5d995d826629" candidate_uuid: "1864d38f9cb54d7582c63f7e089da4e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc36506905c24135b6db51fc06c3c4cf"
I20260630 12:13:54.029699  6423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c277eceb169f48de938a5d995d826629" candidate_uuid: "1864d38f9cb54d7582c63f7e089da4e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4298ee0e5f344696bd10adf61295bb80"
I20260630 12:13:54.029875  6572 raft_consensus.cc:3060] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:54.030227  6423 raft_consensus.cc:3060] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:13:54.034870  6572 raft_consensus.cc:2468] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1864d38f9cb54d7582c63f7e089da4e6 in term 1.
I20260630 12:13:54.035494  6423 raft_consensus.cc:2468] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1864d38f9cb54d7582c63f7e089da4e6 in term 1.
I20260630 12:13:54.035912  6464 leader_election.cc:304] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1864d38f9cb54d7582c63f7e089da4e6, bc36506905c24135b6db51fc06c3c4cf; no voters: 
I20260630 12:13:54.036598  6623 raft_consensus.cc:2804] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:13:54.037684  6623 raft_consensus.cc:697] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 1 LEADER]: Becoming Leader. State: Replica: 1864d38f9cb54d7582c63f7e089da4e6, State: Running, Role: LEADER
I20260630 12:13:54.038358  6623 consensus_queue.cc:237] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } }
I20260630 12:13:54.045122  6321 catalog_manager.cc:5697] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1864d38f9cb54d7582c63f7e089da4e6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1864d38f9cb54d7582c63f7e089da4e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1864d38f9cb54d7582c63f7e089da4e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37037 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4298ee0e5f344696bd10adf61295bb80" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42365 } health_report { overall_health: UNKNOWN } } }
I20260630 12:13:54.089541   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:13:54.104547   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:13:54.105293   431 tablet_replica.cc:333] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80: stopping tablet replica
I20260630 12:13:54.105806   431 raft_consensus.cc:2243] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:13:54.106206   431 raft_consensus.cc:2272] T c277eceb169f48de938a5d995d826629 P 4298ee0e5f344696bd10adf61295bb80 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:13:54.124310   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:13:54.352902  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:54.354159  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:54.354449  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:13:54.433480  6623 consensus_queue.cc:1048] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc36506905c24135b6db51fc06c3c4cf" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39761 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:13:54.448467  6464 consensus_peers.cc:597] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 -> Peer 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365): Couldn't send request to peer 4298ee0e5f344696bd10adf61295bb80. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:13:56.355445  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:56.356711  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:56.357002  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:57.080936  6464 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:13:57.083314  6464 consensus_peers.cc:597] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 -> Peer 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365): Couldn't send request to peer 4298ee0e5f344696bd10adf61295bb80. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:13:58.357895  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:13:58.359107  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:13:58.359397  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:13:59.475173  6464 consensus_peers.cc:597] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 -> Peer 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365): Couldn't send request to peer 4298ee0e5f344696bd10adf61295bb80. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:14:00.360309  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:00.361621  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:00.361896  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:02.041723  6464 consensus_peers.cc:597] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 -> Peer 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365): Couldn't send request to peer 4298ee0e5f344696bd10adf61295bb80. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:14:02.362953  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:02.364423  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:02.364687  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:02.575521  6464 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260630 12:14:03.139149  6352 debug-util.cc:398] Leaking SignalData structure 0x7b08001c1da0 after lost signal to thread 434
W20260630 12:14:03.140236  6352 debug-util.cc:398] Leaking SignalData structure 0x7b080014f400 after lost signal to thread 6355
W20260630 12:14:03.141280  6352 debug-util.cc:398] Leaking SignalData structure 0x7b080018c280 after lost signal to thread 6522
W20260630 12:14:03.142195  6352 debug-util.cc:398] Leaking SignalData structure 0x7b0800084700 after lost signal to thread 6596
I20260630 12:14:04.365615  6374 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:14:04.366886  6374 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:14:04.367161  6374 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:14:04.664672  6464 consensus_peers.cc:597] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 -> Peer 4298ee0e5f344696bd10adf61295bb80 (127.0.107.193:42365): Couldn't send request to peer 4298ee0e5f344696bd10adf61295bb80. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42365: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:14:05.229239   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:05.266845   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:05.267874   431 tablet_replica.cc:333] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6: stopping tablet replica
I20260630 12:14:05.268626   431 raft_consensus.cc:2243] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:05.270162   431 raft_consensus.cc:2272] T c277eceb169f48de938a5d995d826629 P 1864d38f9cb54d7582c63f7e089da4e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:05.293984   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:05.310515   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:05.341827   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:05.342563   431 tablet_replica.cc:333] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf: stopping tablet replica
I20260630 12:14:05.343137   431 raft_consensus.cc:2243] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:05.343741   431 raft_consensus.cc:2272] T c277eceb169f48de938a5d995d826629 P bc36506905c24135b6db51fc06c3c4cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:05.364274   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:05.378604   431 master.cc:562] Master@127.0.107.254:40073 shutting down...
I20260630 12:14:05.409498   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:05.410275   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:05.410631   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d31421e805ad424ba441f56a9693255f: stopping tablet replica
I20260630 12:14:05.692890   431 master.cc:584] Master@127.0.107.254:40073 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13504 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:14:05.731279   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46369
I20260630 12:14:05.732393   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:05.738044  6663 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.738191  6662 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.739307  6665 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.740587   431 server_base.cc:1061] running on GCE node
I20260630 12:14:05.741446   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:05.741629   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:05.741770   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821645741751 us; error 0 us; skew 500 ppm
I20260630 12:14:05.742274   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:05.744663   431 webserver.cc:533] Webserver started at http://127.0.107.254:43141/ using document root <none> and password file <none>
I20260630 12:14:05.745147   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:05.745319   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.745610   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.746834   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-g2rq"
I20260630 12:14:05.751247   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:14:05.754606  6670 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.755378   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:05.755658   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-g2rq"
I20260630 12:14:05.755918   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:05.798065   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:05.799273   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:05.836192   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46369
I20260630 12:14:05.836295  6721 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46369 every 8 connection(s)
I20260630 12:14:05.840183  6722 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:05.851804  6722 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70: Bootstrap starting.
I20260630 12:14:05.856415  6722 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:05.860669  6722 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70: No bootstrap required, opened a new log
I20260630 12:14:05.862785  6722 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER }
I20260630 12:14:05.863200  6722 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:05.863404  6722 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e738dc4a60b4452a6ad7df1bb1a1c70, State: Initialized, Role: FOLLOWER
I20260630 12:14:05.863976  6722 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER }
I20260630 12:14:05.864410  6722 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:05.864606  6722 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:05.864821  6722 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:05.869313  6722 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER }
I20260630 12:14:05.869803  6722 leader_election.cc:304] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [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: 5e738dc4a60b4452a6ad7df1bb1a1c70; no voters: 
I20260630 12:14:05.870858  6722 leader_election.cc:290] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:05.871177  6725 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:05.872447  6725 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 1 LEADER]: Becoming Leader. State: Replica: 5e738dc4a60b4452a6ad7df1bb1a1c70, State: Running, Role: LEADER
I20260630 12:14:05.873118  6725 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [LEADER]: Queue going to LEADER mode. State: All 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: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER }
I20260630 12:14:05.873622  6722 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:05.877590  6726 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER } }
I20260630 12:14:05.877684  6727 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5e738dc4a60b4452a6ad7df1bb1a1c70. Latest consensus state: current_term: 1 leader_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5e738dc4a60b4452a6ad7df1bb1a1c70" member_type: VOTER } }
I20260630 12:14:05.878419  6726 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:05.878448  6727 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:05.889596  6732 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:05.894591  6732 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:05.895668   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:05.903077  6732 catalog_manager.cc:1383] Generated new cluster ID: 8021ae8fd3b949ffbeba62348520bd90
I20260630 12:14:05.903400  6732 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:05.924180  6732 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:05.925503  6732 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:05.939843  6732 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70: Generated new TSK 0
I20260630 12:14:05.940467  6732 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:05.962327   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:05.970299  6743 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.971612  6744 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:05.974231  6746 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:05.974736   431 server_base.cc:1061] running on GCE node
I20260630 12:14:05.975731   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:05.975931   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:05.976104   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821645976087 us; error 0 us; skew 500 ppm
I20260630 12:14:05.976583   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:05.978729   431 webserver.cc:533] Webserver started at http://127.0.107.193:39597/ using document root <none> and password file <none>
I20260630 12:14:05.979157   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:05.979342   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:05.979601   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:05.980659   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "f755b0b8d20f48739d75e03b259de922"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-g2rq"
I20260630 12:14:05.984813   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:05.988063  6751 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:05.988741   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:05.989022   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "f755b0b8d20f48739d75e03b259de922"
format_stamp: "Formatted at 2026-06-30 12:14:05 on dist-test-slave-g2rq"
I20260630 12:14:05.989266   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-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:06.014524   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:06.015683   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:06.017102   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:06.019490   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:06.019675   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.019888   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:06.020047   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.061338   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34241
I20260630 12:14:06.061419  6813 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34241 every 8 connection(s)
I20260630 12:14:06.066459   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:06.073103  6818 instance_detector.cc: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.075431  6819 instance_detector.cc: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:06.076409  6821 instance_detector.cc: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.077106   431 server_base.cc:1061] running on GCE node
I20260630 12:14:06.078008   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:06.078197   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.078368   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821646078351 us; error 0 us; skew 500 ppm
I20260630 12:14:06.078986   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:06.081171  6814 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46369
I20260630 12:14:06.081547  6814 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:06.081820   431 webserver.cc:533] Webserver started at http://127.0.107.194:35881/ using document root <none> and password file <none>
I20260630 12:14:06.082315   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:06.082278  6814 heartbeater.cc:507] Master 127.0.107.254:46369 requested a full tablet report, sending...
I20260630 12:14:06.082738   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:06.083042   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:06.084368   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "53c2b3689bfb4dfe828d254d58deb6e2"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-g2rq"
I20260630 12:14:06.084775  6687 ts_manager.cc:194] Registered new tserver with Master: f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241)
I20260630 12:14:06.087261  6687 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46766
I20260630 12:14:06.090212   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260630 12:14:06.093837  6826 log_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.094590   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:06.094878   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "53c2b3689bfb4dfe828d254d58deb6e2"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-g2rq"
I20260630 12:14:06.095124   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-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:06.109596   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:06.110658   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:06.112107   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:06.114217   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:06.114399   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.114615   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:06.114759   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.154044   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39783
I20260630 12:14:06.154141  6888 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39783 every 8 connection(s)
I20260630 12:14:06.158839   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:06.165284  6892 instance_detector.cc: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.167032  6893 instance_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.168139   431 server_base.cc:1061] running on GCE node
W20260630 12:14:06.169517  6895 instance_detector.cc: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.170567   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:06.170857   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.171020   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821646171004 us; error 0 us; skew 500 ppm
I20260630 12:14:06.171559  6889 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46369
I20260630 12:14:06.171653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:06.171933  6889 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:06.172701  6889 heartbeater.cc:507] Master 127.0.107.254:46369 requested a full tablet report, sending...
I20260630 12:14:06.174201   431 webserver.cc:533] Webserver started at http://127.0.107.195:44409/ using document root <none> and password file <none>
I20260630 12:14:06.174773   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:06.174814  6687 ts_manager.cc:194] Registered new tserver with Master: 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:06.174990   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:06.175447   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:06.176354  6687 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46778
I20260630 12:14:06.176637   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "2e48e1d1571e4477ad8c94c8a197a979"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-g2rq"
I20260630 12:14:06.181188   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:06.184478  6900 log_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.185212   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:06.185500   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "2e48e1d1571e4477ad8c94c8a197a979"
format_stamp: "Formatted at 2026-06-30 12:14:06 on dist-test-slave-g2rq"
I20260630 12:14:06.185760   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-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:06.209758   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:06.210892   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:06.212319   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:06.214540   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:06.214720   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.214947   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:06.215087   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:06.253077   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38013
I20260630 12:14:06.253194  6962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38013 every 8 connection(s)
I20260630 12:14:06.266156  6963 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46369
I20260630 12:14:06.266542  6963 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:06.267218  6963 heartbeater.cc:507] Master 127.0.107.254:46369 requested a full tablet report, sending...
I20260630 12:14:06.269196  6687 ts_manager.cc:194] Registered new tserver with Master: 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:06.269412   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013428262s
I20260630 12:14:06.270514  6687 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46784
I20260630 12:14:07.090205  6814 heartbeater.cc:499] Master 127.0.107.254:46369 was elected leader, sending a full tablet report...
I20260630 12:14:07.178835  6889 heartbeater.cc:499] Master 127.0.107.254:46369 was elected leader, sending a full tablet report...
I20260630 12:14:07.273058  6963 heartbeater.cc:499] Master 127.0.107.254:46369 was elected leader, sending a full tablet report...
I20260630 12:14:07.323629  6687 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46794:
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:07.325975  6687 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:07.378643  6778 tablet_service.cc:1511] Processing CreateTablet for tablet e51028292ef04383ae8e60ea2aa86bda (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:07.380240  6778 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e51028292ef04383ae8e60ea2aa86bda. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.382144  6777 tablet_service.cc:1511] Processing CreateTablet for tablet c00c858bc215469a8cb857e6b1d53d4f (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:07.383471  6777 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00c858bc215469a8cb857e6b1d53d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.384496  6779 tablet_service.cc:1511] Processing CreateTablet for tablet ae1a117fd2574f03b699524fbb1fe107 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:07.385795  6779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae1a117fd2574f03b699524fbb1fe107. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.394481  6854 tablet_service.cc:1511] Processing CreateTablet for tablet ae1a117fd2574f03b699524fbb1fe107 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:07.395210  6776 tablet_service.cc:1511] Processing CreateTablet for tablet fd38dbb30bbb4324804fefaae56f7687 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:07.396556  6776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd38dbb30bbb4324804fefaae56f7687. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.397780  6852 tablet_service.cc:1511] Processing CreateTablet for tablet c00c858bc215469a8cb857e6b1d53d4f (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:07.399536  6854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae1a117fd2574f03b699524fbb1fe107. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.396549  6853 tablet_service.cc:1511] Processing CreateTablet for tablet e51028292ef04383ae8e60ea2aa86bda (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:07.401643  6853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e51028292ef04383ae8e60ea2aa86bda. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.400220  6851 tablet_service.cc:1511] Processing CreateTablet for tablet fd38dbb30bbb4324804fefaae56f7687 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:07.404101  6851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd38dbb30bbb4324804fefaae56f7687. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.406500  6852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00c858bc215469a8cb857e6b1d53d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.437016  6928 tablet_service.cc:1511] Processing CreateTablet for tablet ae1a117fd2574f03b699524fbb1fe107 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:07.438367  6928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae1a117fd2574f03b699524fbb1fe107. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.448491  6983 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: Bootstrap starting.
I20260630 12:14:07.450507  6927 tablet_service.cc:1511] Processing CreateTablet for tablet e51028292ef04383ae8e60ea2aa86bda (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:07.451886  6927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e51028292ef04383ae8e60ea2aa86bda. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.448817  6984 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: Bootstrap starting.
I20260630 12:14:07.456591  6983 tablet_bootstrap.cc:654] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.458973  6984 tablet_bootstrap.cc:654] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.465011  6926 tablet_service.cc:1511] Processing CreateTablet for tablet c00c858bc215469a8cb857e6b1d53d4f (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:07.466410  6926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00c858bc215469a8cb857e6b1d53d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.469636  6983 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: No bootstrap required, opened a new log
I20260630 12:14:07.466444  6925 tablet_service.cc:1511] Processing CreateTablet for tablet fd38dbb30bbb4324804fefaae56f7687 (DEFAULT_TABLE table=test-workload [id=4da38bcfc1be407c999666c0433dfff4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:07.470412  6983 ts_tablet_manager.cc:1403] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.004s
I20260630 12:14:07.471180  6925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd38dbb30bbb4324804fefaae56f7687. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:07.473600  6983 raft_consensus.cc:359] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.474427  6983 raft_consensus.cc:385] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.474731  6983 raft_consensus.cc:740] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.475862  6984 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: No bootstrap required, opened a new log
I20260630 12:14:07.478464  6984 ts_tablet_manager.cc:1403] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: Time spent bootstrapping tablet: real 0.030s	user 0.012s	sys 0.006s
I20260630 12:14:07.481563  6984 raft_consensus.cc:359] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.475653  6983 consensus_queue.cc:260] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.482326  6984 raft_consensus.cc:385] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.482690  6984 raft_consensus.cc:740] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f755b0b8d20f48739d75e03b259de922, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.483527  6984 consensus_queue.cc:260] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.495720  6984 ts_tablet_manager.cc:1434] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.005s
I20260630 12:14:07.496810  6984 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: Bootstrap starting.
I20260630 12:14:07.503279  6984 tablet_bootstrap.cc:654] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.504460  6987 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: Bootstrap starting.
I20260630 12:14:07.503149  6983 ts_tablet_manager.cc:1434] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.004s
I20260630 12:14:07.506242  6983 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: Bootstrap starting.
I20260630 12:14:07.511870  6987 tablet_bootstrap.cc:654] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.512348  6983 tablet_bootstrap.cc:654] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.523093  6984 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: No bootstrap required, opened a new log
I20260630 12:14:07.523151  6983 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: No bootstrap required, opened a new log
I20260630 12:14:07.523722  6984 ts_tablet_manager.cc:1403] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: Time spent bootstrapping tablet: real 0.027s	user 0.007s	sys 0.019s
I20260630 12:14:07.523797  6983 ts_tablet_manager.cc:1403] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.010s
I20260630 12:14:07.523801  6987 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: No bootstrap required, opened a new log
I20260630 12:14:07.524606  6987 ts_tablet_manager.cc:1403] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260630 12:14:07.526211  6984 raft_consensus.cc:359] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.526816  6984 raft_consensus.cc:385] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.527055  6984 raft_consensus.cc:740] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f755b0b8d20f48739d75e03b259de922, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.527061  6983 raft_consensus.cc:359] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.527608  6987 raft_consensus.cc:359] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.527966  6983 raft_consensus.cc:385] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.527814  6984 consensus_queue.cc:260] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.528414  6987 raft_consensus.cc:385] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.528496  6983 raft_consensus.cc:740] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.528884  6987 raft_consensus.cc:740] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e48e1d1571e4477ad8c94c8a197a979, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.529969  6984 ts_tablet_manager.cc:1434] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:07.529544  6983 consensus_queue.cc:260] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.529774  6987 consensus_queue.cc:260] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.531032  6984 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: Bootstrap starting.
I20260630 12:14:07.534354  6983 ts_tablet_manager.cc:1434] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:14:07.535473  6983 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: Bootstrap starting.
I20260630 12:14:07.537732  6984 tablet_bootstrap.cc:654] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.542466  6983 tablet_bootstrap.cc:654] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.544459  6987 ts_tablet_manager.cc:1434] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.004s
I20260630 12:14:07.545603  6987 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: Bootstrap starting.
I20260630 12:14:07.551807  6987 tablet_bootstrap.cc:654] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.556519  6984 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: No bootstrap required, opened a new log
I20260630 12:14:07.557080  6984 ts_tablet_manager.cc:1403] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: Time spent bootstrapping tablet: real 0.026s	user 0.025s	sys 0.000s
I20260630 12:14:07.558269  6987 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: No bootstrap required, opened a new log
I20260630 12:14:07.558411  6983 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: No bootstrap required, opened a new log
I20260630 12:14:07.558772  6987 ts_tablet_manager.cc:1403] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:14:07.558884  6983 ts_tablet_manager.cc:1403] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.004s
I20260630 12:14:07.559939  6984 raft_consensus.cc:359] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.560690  6984 raft_consensus.cc:385] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.560989  6984 raft_consensus.cc:740] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f755b0b8d20f48739d75e03b259de922, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.561210  6983 raft_consensus.cc:359] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.561896  6983 raft_consensus.cc:385] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.561702  6987 raft_consensus.cc:359] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.562422  6983 raft_consensus.cc:740] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.561722  6984 consensus_queue.cc:260] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.562723  6987 raft_consensus.cc:385] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.563963  6987 raft_consensus.cc:740] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e48e1d1571e4477ad8c94c8a197a979, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.563202  6983 consensus_queue.cc:260] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.564546  6984 ts_tablet_manager.cc:1434] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:07.564766  6987 consensus_queue.cc:260] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.565644  6984 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Bootstrap starting.
I20260630 12:14:07.566913  6987 ts_tablet_manager.cc:1434] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:14:07.567960  6987 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: Bootstrap starting.
I20260630 12:14:07.569857  6983 ts_tablet_manager.cc:1434] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:14:07.571004  6983 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Bootstrap starting.
I20260630 12:14:07.572567  6984 tablet_bootstrap.cc:654] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.574852  6987 tablet_bootstrap.cc:654] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.577628  6983 tablet_bootstrap.cc:654] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.590201  6983 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: No bootstrap required, opened a new log
I20260630 12:14:07.590974  6983 ts_tablet_manager.cc:1403] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260630 12:14:07.594328  6983 raft_consensus.cc:359] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.595311  6983 raft_consensus.cc:385] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.595713  6983 raft_consensus.cc:740] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.596737  6983 consensus_queue.cc:260] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.602352  6984 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: No bootstrap required, opened a new log
I20260630 12:14:07.602957  6984 ts_tablet_manager.cc:1403] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Time spent bootstrapping tablet: real 0.038s	user 0.020s	sys 0.016s
I20260630 12:14:07.603212  6983 ts_tablet_manager.cc:1434] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Time spent starting tablet: real 0.012s	user 0.002s	sys 0.004s
I20260630 12:14:07.605845  6987 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: No bootstrap required, opened a new log
I20260630 12:14:07.605861  6984 raft_consensus.cc:359] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.606588  6987 ts_tablet_manager.cc:1403] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.025s
I20260630 12:14:07.606842  6984 raft_consensus.cc:385] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.607120  6984 raft_consensus.cc:740] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f755b0b8d20f48739d75e03b259de922, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.607756  6984 consensus_queue.cc:260] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.609707  6984 ts_tablet_manager.cc:1434] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:07.609676  6987 raft_consensus.cc:359] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.610612  6987 raft_consensus.cc:385] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.610935  6987 raft_consensus.cc:740] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e48e1d1571e4477ad8c94c8a197a979, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.611728  6987 consensus_queue.cc:260] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.613767  6987 ts_tablet_manager.cc:1434] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:07.614743  6987 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: Bootstrap starting.
I20260630 12:14:07.620350  6987 tablet_bootstrap.cc:654] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:07.622956  6988 raft_consensus.cc:493] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:07.623556  6988 raft_consensus.cc:515] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.625247  6987 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: No bootstrap required, opened a new log
I20260630 12:14:07.625747  6987 ts_tablet_manager.cc:1403] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: Time spent bootstrapping tablet: real 0.011s	user 0.005s	sys 0.004s
I20260630 12:14:07.628772  6987 raft_consensus.cc:359] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.625744  6988 leader_election.cc:290] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.629693  6987 raft_consensus.cc:385] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:07.629952  6988 raft_consensus.cc:493] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:07.630141  6987 raft_consensus.cc:740] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e48e1d1571e4477ad8c94c8a197a979, State: Initialized, Role: FOLLOWER
I20260630 12:14:07.630690  6988 raft_consensus.cc:515] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.631124  6987 consensus_queue.cc:260] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.633951  6987 ts_tablet_manager.cc:1434] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:14:07.636874  6988 leader_election.cc:290] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.639544  6789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00c858bc215469a8cb857e6b1d53d4f" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922" is_pre_election: true
I20260630 12:14:07.639961  6788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922" is_pre_election: true
I20260630 12:14:07.642128  6789 raft_consensus.cc:2468] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 0.
I20260630 12:14:07.642207  6788 raft_consensus.cc:2468] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 0.
I20260630 12:14:07.643759  6829 leader_election.cc:304] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.644743  6829 leader_election.cc:304] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.645741  6988 raft_consensus.cc:2804] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:07.646152  6988 raft_consensus.cc:493] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:07.646523  6988 raft_consensus.cc:3060] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.647080  7003 raft_consensus.cc:2804] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:07.652544  7003 raft_consensus.cc:493] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:07.652381  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00c858bc215469a8cb857e6b1d53d4f" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
I20260630 12:14:07.652726  6937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
I20260630 12:14:07.653044  7003 raft_consensus.cc:3060] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.653229  6938 raft_consensus.cc:2468] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 0.
I20260630 12:14:07.653445  6937 raft_consensus.cc:2468] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 0.
I20260630 12:14:07.653158  6988 raft_consensus.cc:515] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.655493  6988 leader_election.cc:290] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 election: Requested vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.656102  6789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922"
I20260630 12:14:07.656728  6789 raft_consensus.cc:3060] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.657354  6937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979"
I20260630 12:14:07.657887  6937 raft_consensus.cc:3060] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.661280  7003 raft_consensus.cc:515] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.663592  6937 raft_consensus.cc:2468] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 1.
I20260630 12:14:07.663554  7003 leader_election.cc:290] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 election: Requested vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.664326  6788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00c858bc215469a8cb857e6b1d53d4f" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922"
I20260630 12:14:07.664690  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00c858bc215469a8cb857e6b1d53d4f" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979"
I20260630 12:14:07.665083  6788 raft_consensus.cc:3060] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.663887  6789 raft_consensus.cc:2468] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 1.
I20260630 12:14:07.665248  6938 raft_consensus.cc:3060] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.665545  6830 leader_election.cc:304] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979, 53c2b3689bfb4dfe828d254d58deb6e2; no voters: 
I20260630 12:14:07.666654  7003 raft_consensus.cc:2804] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:07.667114  7003 raft_consensus.cc:697] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Becoming Leader. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Running, Role: LEADER
I20260630 12:14:07.667972  7003 consensus_queue.cc:237] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.670766  6788 raft_consensus.cc:2468] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 1.
I20260630 12:14:07.671800  6829 leader_election.cc:304] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.672335  6938 raft_consensus.cc:2468] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 1.
I20260630 12:14:07.672586  6988 raft_consensus.cc:2804] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:07.673975  6988 raft_consensus.cc:697] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Becoming Leader. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Running, Role: LEADER
I20260630 12:14:07.674669  6988 consensus_queue.cc:237] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.677657  6686 catalog_manager.cc:5697] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:07.689028  6686 catalog_manager.cc:5697] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:07.739903  6989 raft_consensus.cc:493] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:07.740433  6989 raft_consensus.cc:515] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.742542  6989 leader_election.cc:290] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.752303  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "f755b0b8d20f48739d75e03b259de922" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:07.752539  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "f755b0b8d20f48739d75e03b259de922" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
I20260630 12:14:07.752942  6864 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f755b0b8d20f48739d75e03b259de922 in term 0.
I20260630 12:14:07.753106  6938 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f755b0b8d20f48739d75e03b259de922 in term 0.
I20260630 12:14:07.754065  6753 leader_election.cc:304] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.754724  6989 raft_consensus.cc:2804] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:07.755002  6989 raft_consensus.cc:493] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:07.755254  6989 raft_consensus.cc:3060] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.760059  6989 raft_consensus.cc:515] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.761550  6989 leader_election.cc:290] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [CANDIDATE]: Term 1 election: Requested vote from peers 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:07.762315  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "f755b0b8d20f48739d75e03b259de922" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2"
I20260630 12:14:07.762667  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "f755b0b8d20f48739d75e03b259de922" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979"
I20260630 12:14:07.762952  6864 raft_consensus.cc:3060] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.763233  6938 raft_consensus.cc:3060] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.769945  6938 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f755b0b8d20f48739d75e03b259de922 in term 1.
I20260630 12:14:07.769945  6864 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f755b0b8d20f48739d75e03b259de922 in term 1.
I20260630 12:14:07.771457  6755 leader_election.cc:304] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.772171  6989 raft_consensus.cc:2804] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:07.773254  6989 raft_consensus.cc:697] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 LEADER]: Becoming Leader. State: Replica: f755b0b8d20f48739d75e03b259de922, State: Running, Role: LEADER
I20260630 12:14:07.773996  6989 consensus_queue.cc:237] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.780745  6686 catalog_manager.cc:5697] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 reported cstate change: term changed from 0 to 1, leader changed from <none> to f755b0b8d20f48739d75e03b259de922 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f755b0b8d20f48739d75e03b259de922" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:07.858035  6993 raft_consensus.cc:493] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:07.858544  6993 raft_consensus.cc:515] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.860553  6993 leader_election.cc:290] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:07.870337  6788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922" is_pre_election: true
I20260630 12:14:07.870359  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:07.871035  6788 raft_consensus.cc:2468] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e48e1d1571e4477ad8c94c8a197a979 in term 0.
I20260630 12:14:07.871083  6864 raft_consensus.cc:2468] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e48e1d1571e4477ad8c94c8a197a979 in term 0.
I20260630 12:14:07.872205  6903 leader_election.cc:304] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.872923  6993 raft_consensus.cc:2804] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:07.873270  6993 raft_consensus.cc:493] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:07.873528  6993 raft_consensus.cc:3060] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.878189  6993 raft_consensus.cc:515] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.879868  6993 leader_election.cc:290] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 1 election: Requested vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:07.880596  6788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f755b0b8d20f48739d75e03b259de922"
I20260630 12:14:07.880928  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2"
I20260630 12:14:07.881242  6788 raft_consensus.cc:3060] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.881506  6864 raft_consensus.cc:3060] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:07.888048  6864 raft_consensus.cc:2468] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e48e1d1571e4477ad8c94c8a197a979 in term 1.
I20260630 12:14:07.888048  6788 raft_consensus.cc:2468] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e48e1d1571e4477ad8c94c8a197a979 in term 1.
I20260630 12:14:07.889317  6903 leader_election.cc:304] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979, f755b0b8d20f48739d75e03b259de922; no voters: 
I20260630 12:14:07.890024  6993 raft_consensus.cc:2804] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:07.891788  6993 raft_consensus.cc:697] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 LEADER]: Becoming Leader. State: Replica: 2e48e1d1571e4477ad8c94c8a197a979, State: Running, Role: LEADER
W20260630 12:14:07.891923  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:07.892637  6993 consensus_queue.cc:237] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:07.899623  6686 catalog_manager.cc:5697] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2e48e1d1571e4477ad8c94c8a197a979" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:07.977005   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:07.995951   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:07.997066   431 tablet_replica.cc:333] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: stopping tablet replica
I20260630 12:14:07.997650   431 raft_consensus.cc:2243] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:07.998265   431 pending_rounds.cc:70] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Trying to abort 1 pending ops.
I20260630 12:14:07.998466   431 pending_rounds.cc:77] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437469290811392 op_type: NO_OP noop_request { }
I20260630 12:14:07.998757   431 raft_consensus.cc:2889] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:07.999020   431 raft_consensus.cc:2272] T ae1a117fd2574f03b699524fbb1fe107 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:08.001233   431 tablet_replica.cc:333] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922: stopping tablet replica
I20260630 12:14:08.001731   431 raft_consensus.cc:2243] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:08.002070   431 raft_consensus.cc:2272] T fd38dbb30bbb4324804fefaae56f7687 P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:08.004024   431 tablet_replica.cc:333] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922: stopping tablet replica
I20260630 12:14:08.004498   431 raft_consensus.cc:2243] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:08.004823   431 raft_consensus.cc:2272] T e51028292ef04383ae8e60ea2aa86bda P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:08.006621   431 tablet_replica.cc:333] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922: stopping tablet replica
I20260630 12:14:08.007057   431 raft_consensus.cc:2243] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:08.007436   431 raft_consensus.cc:2272] T c00c858bc215469a8cb857e6b1d53d4f P f755b0b8d20f48739d75e03b259de922 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:08.029626   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260630 12:14:08.182873  6829 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:14:08.185935  6829 consensus_peers.cc:597] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:08.247496  7015 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:08.276783  6993 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:08.284053  7015 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:08.287596  6829 consensus_peers.cc:597] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:08.301891  6903 consensus_peers.cc:597] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:08.701195  7026 consensus_queue.cc:579] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.032s)
W20260630 12:14:08.708030  6686 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e51028292ef04383ae8e60ea2aa86bda with cas_config_opid_index -1: no extra replica candidate found for tablet e51028292ef04383ae8e60ea2aa86bda (table test-workload [id=4da38bcfc1be407c999666c0433dfff4]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
W20260630 12:14:08.894016  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:09.072981   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:09.078361  7027 instance_detector.cc: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:09.079267  7028 instance_detector.cc: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:09.080240  7030 instance_detector.cc: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:09.081202   431 server_base.cc:1061] running on GCE node
I20260630 12:14:09.082185   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:09.082394   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:09.082556   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821649082537 us; error 0 us; skew 500 ppm
I20260630 12:14:09.083020   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:09.085362   431 webserver.cc:533] Webserver started at http://127.0.107.196:46065/ using document root <none> and password file <none>
I20260630 12:14:09.085817   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:09.085996   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:09.086252   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:09.087486   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "f29876ab00724921a78dc7fafb666535"
format_stamp: "Formatted at 2026-06-30 12:14:09 on dist-test-slave-g2rq"
I20260630 12:14:09.091789   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:09.094931  7035 log_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:09.095749   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:09.096033   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "f29876ab00724921a78dc7fafb666535"
format_stamp: "Formatted at 2026-06-30 12:14:09 on dist-test-slave-g2rq"
I20260630 12:14:09.096359   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-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:09.129070   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:09.130230   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:09.131738   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:09.134089   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:09.134295   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:09.134506   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:09.134651   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:09.162194  7026 consensus_queue.cc:579] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.486s)
I20260630 12:14:09.176667   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40051
I20260630 12:14:09.176767  7097 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40051 every 8 connection(s)
I20260630 12:14:09.189941  7098 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46369
I20260630 12:14:09.190274  7098 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:09.190889  7098 heartbeater.cc:507] Master 127.0.107.254:46369 requested a full tablet report, sending...
I20260630 12:14:09.192662  6686 ts_manager.cc:194] Registered new tserver with Master: f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051)
I20260630 12:14:09.193933  6686 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46800
I20260630 12:14:09.233879  6864 consensus_queue.cc:237] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.239606  6938 raft_consensus.cc:1275] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:09.242148  7019 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:09.244048  6829 consensus_peers.cc:597] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.248983  7026 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.250784  6938 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
W20260630 12:14:09.252624  6828 consensus_peers.cc:597] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): Couldn't send request to peer f29876ab00724921a78dc7fafb666535. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c00c858bc215469a8cb857e6b1d53d4f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.256806  6672 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c00c858bc215469a8cb857e6b1d53d4f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 2)
I20260630 12:14:09.261804  6686 catalog_manager.cc:5697] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.298468  6864 consensus_queue.cc:237] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.300530  7104 raft_consensus.cc:493] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:09.300932  7104 raft_consensus.cc:515] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:09.302811  7104 leader_election.cc:290] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:09.303902  6938 raft_consensus.cc:1275] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:09.304474  6937 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
I20260630 12:14:09.305140  6937 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 1.
I20260630 12:14:09.305464  7104 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:09.306334  6830 leader_election.cc:304] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [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: 2e48e1d1571e4477ad8c94c8a197a979, 53c2b3689bfb4dfe828d254d58deb6e2; no voters: 
W20260630 12:14:09.306241  6828 consensus_peers.cc:597] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): Couldn't send request to peer f29876ab00724921a78dc7fafb666535. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e51028292ef04383ae8e60ea2aa86bda. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.307092  7104 raft_consensus.cc:2804] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:09.307483  7104 raft_consensus.cc:493] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:14:09.307524  6829 leader_election.cc:336] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:09.307986  7104 raft_consensus.cc:3060] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:09.310760  6829 consensus_peers.cc:597] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.313544  7026 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.314405  7104 raft_consensus.cc:515] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:09.315016  6937 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.317720  7104 leader_election.cc:290] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 2 election: Requested vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:09.320096  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979"
I20260630 12:14:09.320690  6938 raft_consensus.cc:3060] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:14:09.320809  6829 leader_election.cc:336] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:09.324930  6672 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e51028292ef04383ae8e60ea2aa86bda with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:14:09.327109  6938 raft_consensus.cc:2468] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 53c2b3689bfb4dfe828d254d58deb6e2 in term 2.
I20260630 12:14:09.328519  6830 leader_election.cc:304] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [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: 2e48e1d1571e4477ad8c94c8a197a979, 53c2b3689bfb4dfe828d254d58deb6e2; no voters: f755b0b8d20f48739d75e03b259de922
I20260630 12:14:09.329276  7104 raft_consensus.cc:2804] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:09.329752  7104 raft_consensus.cc:697] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 LEADER]: Becoming Leader. State: Replica: 53c2b3689bfb4dfe828d254d58deb6e2, State: Running, Role: LEADER
I20260630 12:14:09.329109  6685 catalog_manager.cc:5697] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.330371  7104 consensus_queue.cc:237] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Queue going to LEADER 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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:09.342424  6686 catalog_manager.cc:5697] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: term changed from 1 to 2, leader changed from f755b0b8d20f48739d75e03b259de922 (127.0.107.193) to 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:09.384912  7013 consensus_queue.cc:579] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.491s)
I20260630 12:14:09.395263  6938 consensus_queue.cc:237] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.402676  6864 raft_consensus.cc:1275] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Refusing update from remote peer 2e48e1d1571e4477ad8c94c8a197a979: 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:09.404193  7112 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:09.406036  6903 consensus_peers.cc:597] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:09.410799  6902 consensus_peers.cc:597] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 -> Peer f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): Couldn't send request to peer f29876ab00724921a78dc7fafb666535. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fd38dbb30bbb4324804fefaae56f7687. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.411072  7013 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.412786  6864 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:09.418293  6674 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet fd38dbb30bbb4324804fefaae56f7687 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:09.421905  6686 catalog_manager.cc:5697] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "2e48e1d1571e4477ad8c94c8a197a979" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:09.730438  6829 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:09.748453  6938 raft_consensus.cc:1275] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:09.749696  7104 consensus_queue.cc:1048] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:09.853539  7121 ts_tablet_manager.cc:933] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: Initiating tablet copy from peer 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:09.854756  7121 tablet_copy_client.cc:323] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39783
I20260630 12:14:09.863951  6874 tablet_copy_service.cc:140] P 53c2b3689bfb4dfe828d254d58deb6e2: Received BeginTabletCopySession request for tablet c00c858bc215469a8cb857e6b1d53d4f from peer f29876ab00724921a78dc7fafb666535 ({username='slave'} at 127.0.0.1:43524)
I20260630 12:14:09.864406  6874 tablet_copy_service.cc:161] P 53c2b3689bfb4dfe828d254d58deb6e2: Beginning new tablet copy session on tablet c00c858bc215469a8cb857e6b1d53d4f from peer f29876ab00724921a78dc7fafb666535 at {username='slave'} at 127.0.0.1:43524: session id = f29876ab00724921a78dc7fafb666535-c00c858bc215469a8cb857e6b1d53d4f
I20260630 12:14:09.869861  6874 tablet_copy_source_session.cc:215] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:09.873586  7121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c00c858bc215469a8cb857e6b1d53d4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:09.884662  7121 tablet_copy_client.cc:806] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:09.885165  7121 tablet_copy_client.cc:670] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:09.888567  7121 tablet_copy_client.cc:538] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:09.894268  7121 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: Bootstrap starting.
W20260630 12:14:09.896514  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:09.909373  7121 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: 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:09.910254  7121 tablet_bootstrap.cc:492] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: Bootstrap complete.
I20260630 12:14:09.910776  7121 ts_tablet_manager.cc:1403] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260630 12:14:09.912880  7121 raft_consensus.cc:359] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.913439  7121 raft_consensus.cc:740] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f29876ab00724921a78dc7fafb666535, State: Initialized, Role: LEARNER
I20260630 12:14:09.913892  7121 consensus_queue.cc:260] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.915575  7098 heartbeater.cc:499] Master 127.0.107.254:46369 was elected leader, sending a full tablet report...
I20260630 12:14:09.915797  7121 ts_tablet_manager.cc:1434] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:14:09.917591  6874 tablet_copy_service.cc:342] P 53c2b3689bfb4dfe828d254d58deb6e2: Request end of tablet copy session f29876ab00724921a78dc7fafb666535-c00c858bc215469a8cb857e6b1d53d4f received from {username='slave'} at 127.0.0.1:43524
I20260630 12:14:09.917964  6874 tablet_copy_service.cc:434] P 53c2b3689bfb4dfe828d254d58deb6e2: ending tablet copy session f29876ab00724921a78dc7fafb666535-c00c858bc215469a8cb857e6b1d53d4f on tablet c00c858bc215469a8cb857e6b1d53d4f with peer f29876ab00724921a78dc7fafb666535
I20260630 12:14:09.919854  7127 ts_tablet_manager.cc:933] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: Initiating tablet copy from peer 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:09.921314  7127 tablet_copy_client.cc:323] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39783
I20260630 12:14:09.922753  6874 tablet_copy_service.cc:140] P 53c2b3689bfb4dfe828d254d58deb6e2: Received BeginTabletCopySession request for tablet e51028292ef04383ae8e60ea2aa86bda from peer f29876ab00724921a78dc7fafb666535 ({username='slave'} at 127.0.0.1:43524)
I20260630 12:14:09.923305  6874 tablet_copy_service.cc:161] P 53c2b3689bfb4dfe828d254d58deb6e2: Beginning new tablet copy session on tablet e51028292ef04383ae8e60ea2aa86bda from peer f29876ab00724921a78dc7fafb666535 at {username='slave'} at 127.0.0.1:43524: session id = f29876ab00724921a78dc7fafb666535-e51028292ef04383ae8e60ea2aa86bda
I20260630 12:14:09.929422  6874 tablet_copy_source_session.cc:215] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:09.932065  7127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e51028292ef04383ae8e60ea2aa86bda. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:09.942111  7127 tablet_copy_client.cc:806] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:09.942559  7127 tablet_copy_client.cc:670] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:09.945842  7127 tablet_copy_client.cc:538] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:09.951874  7127 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: Bootstrap starting.
I20260630 12:14:09.965214  7127 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: 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:09.966040  7127 tablet_bootstrap.cc:492] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: Bootstrap complete.
I20260630 12:14:09.966717  7127 ts_tablet_manager.cc:1403] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:14:09.969347  7127 raft_consensus.cc:359] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.970111  7127 raft_consensus.cc:740] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f29876ab00724921a78dc7fafb666535, State: Initialized, Role: LEARNER
I20260630 12:14:09.970726  7127 consensus_queue.cc:260] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:09.974675  7127 ts_tablet_manager.cc:1434] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:14:09.976526  6874 tablet_copy_service.cc:342] P 53c2b3689bfb4dfe828d254d58deb6e2: Request end of tablet copy session f29876ab00724921a78dc7fafb666535-e51028292ef04383ae8e60ea2aa86bda received from {username='slave'} at 127.0.0.1:43524
I20260630 12:14:09.976940  6874 tablet_copy_service.cc:434] P 53c2b3689bfb4dfe828d254d58deb6e2: ending tablet copy session f29876ab00724921a78dc7fafb666535-e51028292ef04383ae8e60ea2aa86bda on tablet e51028292ef04383ae8e60ea2aa86bda with peer f29876ab00724921a78dc7fafb666535
I20260630 12:14:10.006436  7127 ts_tablet_manager.cc:933] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: Initiating tablet copy from peer 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:10.007738  7127 tablet_copy_client.cc:323] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38013
I20260630 12:14:10.016052  6948 tablet_copy_service.cc:140] P 2e48e1d1571e4477ad8c94c8a197a979: Received BeginTabletCopySession request for tablet fd38dbb30bbb4324804fefaae56f7687 from peer f29876ab00724921a78dc7fafb666535 ({username='slave'} at 127.0.0.1:34110)
I20260630 12:14:10.016521  6948 tablet_copy_service.cc:161] P 2e48e1d1571e4477ad8c94c8a197a979: Beginning new tablet copy session on tablet fd38dbb30bbb4324804fefaae56f7687 from peer f29876ab00724921a78dc7fafb666535 at {username='slave'} at 127.0.0.1:34110: session id = f29876ab00724921a78dc7fafb666535-fd38dbb30bbb4324804fefaae56f7687
I20260630 12:14:10.021497  6948 tablet_copy_source_session.cc:215] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:10.024114  7127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd38dbb30bbb4324804fefaae56f7687. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:10.034224  7127 tablet_copy_client.cc:806] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:10.034690  7127 tablet_copy_client.cc:670] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:10.037799  7127 tablet_copy_client.cc:538] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:10.043411  7127 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: Bootstrap starting.
I20260630 12:14:10.056205  7127 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: 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:10.056806  7127 tablet_bootstrap.cc:492] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: Bootstrap complete.
I20260630 12:14:10.057336  7127 ts_tablet_manager.cc:1403] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: Time spent bootstrapping tablet: real 0.014s	user 0.015s	sys 0.000s
I20260630 12:14:10.060050  7127 raft_consensus.cc:359] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:10.060859  7127 raft_consensus.cc:740] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f29876ab00724921a78dc7fafb666535, State: Initialized, Role: LEARNER
I20260630 12:14:10.061440  7127 consensus_queue.cc:260] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:10.063347  7127 ts_tablet_manager.cc:1434] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:14:10.064935  6948 tablet_copy_service.cc:342] P 2e48e1d1571e4477ad8c94c8a197a979: Request end of tablet copy session f29876ab00724921a78dc7fafb666535-fd38dbb30bbb4324804fefaae56f7687 received from {username='slave'} at 127.0.0.1:34110
I20260630 12:14:10.065325  6948 tablet_copy_service.cc:434] P 2e48e1d1571e4477ad8c94c8a197a979: ending tablet copy session f29876ab00724921a78dc7fafb666535-fd38dbb30bbb4324804fefaae56f7687 on tablet fd38dbb30bbb4324804fefaae56f7687 with peer f29876ab00724921a78dc7fafb666535
I20260630 12:14:10.373554  7104 consensus_queue.cc:579] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.139s)
I20260630 12:14:10.397609  7073 raft_consensus.cc:1217] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:10.405115  7073 raft_consensus.cc:1217] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:10.417927  7136 consensus_queue.cc:579] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.022s)
I20260630 12:14:10.477466  7073 raft_consensus.cc:1217] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:10.710119  7104 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.379s)
I20260630 12:14:10.718765  6864 consensus_queue.cc:237] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
W20260630 12:14:10.723940  6828 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): Couldn't send request to peer f29876ab00724921a78dc7fafb666535. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ae1a117fd2574f03b699524fbb1fe107. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:10.723966  6938 raft_consensus.cc:1275] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:10.725382  7133 consensus_queue.cc:1048] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:10.727144  6829 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:10.730800  7134 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:10.732491  6938 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:10.738441  6672 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ae1a117fd2574f03b699524fbb1fe107 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:14:10.741904  6685 catalog_manager.cc:5697] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: config changed from index -1 to 2, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:10.778864  7104 consensus_queue.cc:579] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.479s)
I20260630 12:14:10.892109  7104 raft_consensus.cc:1064] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: attempting to promote NON_VOTER f29876ab00724921a78dc7fafb666535 to VOTER
I20260630 12:14:10.893939  7104 consensus_queue.cc:237] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
W20260630 12:14:10.899001  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:10.901218  7073 raft_consensus.cc:1275] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:10.902351  6938 raft_consensus.cc:1275] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:10.903141  7144 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } 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:14:10.904011  7104 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:10.904644  6829 consensus_peers.cc:597] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:10.911149  7144 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:10.912760  6938 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:10.922770  7073 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:10.924528  6686 catalog_manager.cc:5697] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:10.927752  7136 raft_consensus.cc:1064] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: attempting to promote NON_VOTER f29876ab00724921a78dc7fafb666535 to VOTER
I20260630 12:14:10.929831  7136 consensus_queue.cc:237] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:10.941684  6864 consensus_queue.cc:237] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:10.943246  6863 raft_consensus.cc:1275] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Refusing update from remote peer 2e48e1d1571e4477ad8c94c8a197a979: 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:10.945267  7073 raft_consensus.cc:1275] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Refusing update from remote peer 2e48e1d1571e4477ad8c94c8a197a979: 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:10.947466  7147 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:10.948232  7149 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:10.960515  7072 raft_consensus.cc:1275] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:10.961627  6938 raft_consensus.cc:1275] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:10.962036  7133 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } 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:10.966578  7133 consensus_queue.cc:1048] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:10.973579  7144 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
W20260630 12:14:11.933812  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
W20260630 12:14:12.936556  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:12.980588  7157 raft_consensus.cc:493] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 53c2b3689bfb4dfe828d254d58deb6e2)
W20260630 12:14:12.981922  6903 consensus_peers.cc:597] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:12.982287  7157 raft_consensus.cc:515] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:12.987280  7157 leader_election.cc:290] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783), f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051)
W20260630 12:14:12.988148  6863 thread.cc:641] wal-append [worker] (thread pool) Time spent creating pthread: real 2.035s	user 0.037s	sys 0.036s
W20260630 12:14:12.988767  6863 thread.cc:608] wal-append [worker] (thread pool) Time spent starting thread: real 2.036s	user 0.037s	sys 0.036s
I20260630 12:14:12.990221  6863 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:43508 (request call id 14) took 2039 ms. Trace:
I20260630 12:14:12.990702  6863 rpcz_store.cc:276] 0630 12:14:10.950329 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:14:10.950477 (+   148us) service_pool.cc:224] Handling call
0630 12:14:10.950984 (+   507us) raft_consensus.cc:1471] Updating replica for 1 ops
0630 12:14:10.951375 (+   391us) raft_consensus.cc:1534] Early marking committed up to index 0
0630 12:14:10.951403 (+    28us) raft_consensus.cc:1539] Triggering prepare for 1 ops
0630 12:14:10.952298 (+   895us) log.cc:844] Serialized 556 byte log entry
0630 12:14:12.989412 (+2037114us) raft_consensus.cc:1645] Marking committed up to 2
0630 12:14:12.989515 (+   103us) raft_consensus.cc:1697] Filling consensus response to leader.
0630 12:14:12.989699 (+   184us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0630 12:14:12.989775 (+    76us) raft_consensus.cc:1685] finished
0630 12:14:12.989792 (+    17us) raft_consensus.cc:1691] UpdateReplicas() finished
0630 12:14:12.990020 (+   228us) inbound_call.cc:177] Queueing success response
Metrics: {"thread_start_us":2036545,"threads_started":1,"wal-append.queue_time_us":43405,"wal-append.run_cpu_time_us":1662,"wal-append.run_wall_time_us":1002162}
W20260630 12:14:12.992341  6903 leader_election.cc:336] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
W20260630 12:14:13.282941  7073 thread.cc:641] wal-append [worker] (thread pool) Time spent creating pthread: real 2.330s	user 0.019s	sys 0.021s
W20260630 12:14:13.283811  7073 thread.cc:608] wal-append [worker] (thread pool) Time spent starting thread: real 2.331s	user 0.019s	sys 0.021s
I20260630 12:14:13.285109  7073 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:56168 (request call id 5) took 2334 ms. Trace:
I20260630 12:14:13.285514  7073 rpcz_store.cc:276] 0630 12:14:10.950626 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:14:10.950767 (+   141us) service_pool.cc:224] Handling call
0630 12:14:10.951225 (+   458us) raft_consensus.cc:1471] Updating replica for 1 ops
0630 12:14:10.951558 (+   333us) raft_consensus.cc:1534] Early marking committed up to index 0
0630 12:14:10.951584 (+    26us) raft_consensus.cc:1539] Triggering prepare for 1 ops
0630 12:14:10.952597 (+  1013us) log.cc:844] Serialized 556 byte log entry
0630 12:14:13.284446 (+2331849us) raft_consensus.cc:1645] Marking committed up to 2
0630 12:14:13.284513 (+    67us) raft_consensus.cc:1697] Filling consensus response to leader.
0630 12:14:13.284640 (+   127us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0630 12:14:13.284700 (+    60us) raft_consensus.cc:1685] finished
0630 12:14:13.284720 (+    20us) raft_consensus.cc:1691] UpdateReplicas() finished
0630 12:14:13.284968 (+   248us) inbound_call.cc:177] Queueing success response
Metrics: {"thread_start_us":2331295,"threads_started":1,"wal-append.queue_time_us":37771,"wal-append.run_cpu_time_us":1814,"wal-append.run_wall_time_us":1001824}
I20260630 12:14:13.445026  7157 raft_consensus.cc:493] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 53c2b3689bfb4dfe828d254d58deb6e2)
I20260630 12:14:13.446034  7157 raft_consensus.cc:515] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:13.451375  7157 leader_election.cc:290] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
W20260630 12:14:13.452087  6903 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111) [suppressed 28 similar messages]
W20260630 12:14:13.455703  6903 leader_election.cc:336] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:13.466970  7157 raft_consensus.cc:493] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 53c2b3689bfb4dfe828d254d58deb6e2)
I20260630 12:14:13.468019  7157 raft_consensus.cc:515] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:13.469328  7159 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (2.749s)
I20260630 12:14:13.471189  7157 leader_election.cc:290] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:13.473111  7161 raft_consensus.cc:493] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2e48e1d1571e4477ad8c94c8a197a979)
I20260630 12:14:13.474536  7161 raft_consensus.cc:515] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
W20260630 12:14:13.475638  6903 leader_election.cc:336] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:13.488245  7161 leader_election.cc:290] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241), 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:13.534359  7163 consensus_queue.cc:579] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer 2e48e1d1571e4477ad8c94c8a197a979 for more than 1 seconds (2.569s)
I20260630 12:14:13.576519  7157 consensus_queue.cc:579] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (2.645s)
I20260630 12:14:13.613603  7073 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "f29876ab00724921a78dc7fafb666535" is_pre_election: true
I20260630 12:14:13.618628  7073 raft_consensus.cc:2410] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2e48e1d1571e4477ad8c94c8a197a979 for term 2 because replica has last-logged OpId of term: 1 index: 4, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 3.
I20260630 12:14:13.617318  7159 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f29876ab00724921a78dc7fafb666535 for more than 1 seconds (2.890s)
I20260630 12:14:13.623365  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "f29876ab00724921a78dc7fafb666535" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
W20260630 12:14:13.624116  7038 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:34241, user_credentials={real_user=slave}} blocked reactor thread for 116784us
I20260630 12:14:13.619236  7161 raft_consensus.cc:493] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 53c2b3689bfb4dfe828d254d58deb6e2)
I20260630 12:14:13.625242  7161 raft_consensus.cc:515] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:13.628422  7161 leader_election.cc:290] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783), 2e48e1d1571e4477ad8c94c8a197a979 (127.0.107.195:38013)
I20260630 12:14:13.629356  6863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd38dbb30bbb4324804fefaae56f7687" candidate_uuid: "f29876ab00724921a78dc7fafb666535" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:13.638338  6938 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "f29876ab00724921a78dc7fafb666535" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "2e48e1d1571e4477ad8c94c8a197a979" is_pre_election: true
I20260630 12:14:13.633975  7167 consensus_queue.cc:579] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f29876ab00724921a78dc7fafb666535 for more than 1 seconds (3.234s)
I20260630 12:14:13.640726  6902 leader_election.cc:304] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 4 voters: 1 yes votes; 2 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979; no voters: f29876ab00724921a78dc7fafb666535, f755b0b8d20f48739d75e03b259de922
I20260630 12:14:13.640909  6936 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.645601  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "f29876ab00724921a78dc7fafb666535" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:13.630242  6863 raft_consensus.cc:2468] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f29876ab00724921a78dc7fafb666535 in term 1.
I20260630 12:14:13.649362  7039 leader_election.cc:304] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [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: f29876ab00724921a78dc7fafb666535; no voters: 2e48e1d1571e4477ad8c94c8a197a979, 53c2b3689bfb4dfe828d254d58deb6e2
I20260630 12:14:13.650935  7161 raft_consensus.cc:2749] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:14:13.654085  7038 leader_election.cc:336] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:13.656260  7038 leader_election.cc:304] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 4 responses out of 4 voters: 2 yes votes; 2 no votes. yes voters: 53c2b3689bfb4dfe828d254d58deb6e2, f29876ab00724921a78dc7fafb666535; no voters: 2e48e1d1571e4477ad8c94c8a197a979, f755b0b8d20f48739d75e03b259de922
I20260630 12:14:13.657313  6672 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e51028292ef04383ae8e60ea2aa86bda with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:13.657851  7161 raft_consensus.cc:2749] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:14:13.660686  6863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e51028292ef04383ae8e60ea2aa86bda" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:13.661569  7171 raft_consensus.cc:1064] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: attempting to promote NON_VOTER f29876ab00724921a78dc7fafb666535 to VOTER
I20260630 12:14:13.663184  6863 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c00c858bc215469a8cb857e6b1d53d4f" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:13.662118  7073 raft_consensus.cc:2955] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.663573  6864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae1a117fd2574f03b699524fbb1fe107" candidate_uuid: "2e48e1d1571e4477ad8c94c8a197a979" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" is_pre_election: true
I20260630 12:14:13.666018  7171 consensus_queue.cc:237] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:13.666632  6902 leader_election.cc:304] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [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: 2e48e1d1571e4477ad8c94c8a197a979; no voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922
I20260630 12:14:13.665894  6864 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.668213  7170 raft_consensus.cc:2749] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:14:13.669447  7168 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer 2e48e1d1571e4477ad8c94c8a197a979 for more than 1 seconds (2.929s)
I20260630 12:14:13.669166  6902 leader_election.cc:304] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2e48e1d1571e4477ad8c94c8a197a979; no voters: 53c2b3689bfb4dfe828d254d58deb6e2, f755b0b8d20f48739d75e03b259de922
I20260630 12:14:13.670202  7170 raft_consensus.cc:2749] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:14:13.689610  6938 raft_consensus.cc:1275] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:13.688877  7157 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.691563  7168 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:13.694284  6829 consensus_peers.cc:597] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:13.706326  7071 raft_consensus.cc:1275] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 LEARNER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:13.708492  7163 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } 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:14:13.721035  6685 catalog_manager.cc:5697] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:13.723713  7169 raft_consensus.cc:2749] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:14:13.729004  7178 ts_tablet_manager.cc:933] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Initiating tablet copy from peer 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:13.741709  7162 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.743459  7072 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.743736  7071 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.760210  6938 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.762027  7178 tablet_copy_client.cc:323] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39783
I20260630 12:14:13.764258  6874 tablet_copy_service.cc:140] P 53c2b3689bfb4dfe828d254d58deb6e2: Received BeginTabletCopySession request for tablet ae1a117fd2574f03b699524fbb1fe107 from peer f29876ab00724921a78dc7fafb666535 ({username='slave'} at 127.0.0.1:43524)
I20260630 12:14:13.764858  6874 tablet_copy_service.cc:161] P 53c2b3689bfb4dfe828d254d58deb6e2: Beginning new tablet copy session on tablet ae1a117fd2574f03b699524fbb1fe107 from peer f29876ab00724921a78dc7fafb666535 at {username='slave'} at 127.0.0.1:43524: session id = f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107
I20260630 12:14:13.775230  6874 tablet_copy_source_session.cc:215] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:13.779153  7178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae1a117fd2574f03b699524fbb1fe107. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:13.796267  6684 catalog_manager.cc:5697] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2e48e1d1571e4477ad8c94c8a197a979" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: FAILED } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:13.798221  7178 tablet_copy_client.cc:806] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:13.801249  6864 consensus_queue.cc:237] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [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: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } }
I20260630 12:14:13.806053  7178 tablet_copy_client.cc:670] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:13.811010  7178 tablet_copy_client.cc:538] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:13.814906  6938 consensus_queue.cc:237] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [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: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:13.819465  6684 catalog_manager.cc:5697] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 reported cstate change: config changed from index 2 to 3, f29876ab00724921a78dc7fafb666535 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.824509  7072 raft_consensus.cc:1275] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Refusing update from remote peer 2e48e1d1571e4477ad8c94c8a197a979: 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:13.825711  6863 raft_consensus.cc:1275] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Refusing update from remote peer 2e48e1d1571e4477ad8c94c8a197a979: 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:13.827761  7157 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:13.829728  7178 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Bootstrap starting.
I20260630 12:14:13.833246  7157 consensus_queue.cc:1048] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } 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:13.836212  7174 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.838578  6862 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.841828  6936 raft_consensus.cc:1275] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:13.843531  7162 consensus_queue.cc:1048] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:13.849872  6673 catalog_manager.cc:4755] TS f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e51028292ef04383ae8e60ea2aa86bda: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:13.855279  7072 raft_consensus.cc:2955] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.857177  6674 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fd38dbb30bbb4324804fefaae56f7687 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260630 12:14:13.860241  6829 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:13.862221  6862 consensus_queue.cc:237] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } }
I20260630 12:14:13.866825  7168 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } }
I20260630 12:14:13.867693  6686 catalog_manager.cc:5697] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "2e48e1d1571e4477ad8c94c8a197a979" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.868803  7071 raft_consensus.cc:1275] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:13.870527  7171 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } 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:13.877889  6672 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ae1a117fd2574f03b699524fbb1fe107 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:13.878170  6938 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } }
I20260630 12:14:13.882709  6936 raft_consensus.cc:1275] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: 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:13.882184  7163 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.884459  7162 consensus_queue.cc:1048] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:13.889134  6936 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.894989  6672 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c00c858bc215469a8cb857e6b1d53d4f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:13.894395  6684 catalog_manager.cc:5697] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index 2 to 3, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) evicted. New cstate: current_term: 2 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } }
I20260630 12:14:13.896948  7072 raft_consensus.cc:2955] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.918207  6684 catalog_manager.cc:5697] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 reported cstate change: config changed from index 3 to 4, VOTER f755b0b8d20f48739d75e03b259de922 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: false } } }
I20260630 12:14:13.925819  7178 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: 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:13.926815  7178 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Bootstrap complete.
I20260630 12:14:13.927677  7178 ts_tablet_manager.cc:1403] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Time spent bootstrapping tablet: real 0.098s	user 0.024s	sys 0.006s
I20260630 12:14:13.930779  7178 raft_consensus.cc:359] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:13.931694  7178 raft_consensus.cc:740] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f29876ab00724921a78dc7fafb666535, State: Initialized, Role: LEARNER
I20260630 12:14:13.932471  7178 consensus_queue.cc:260] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:13.937173  7178 ts_tablet_manager.cc:1434] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:14:13.938978  6874 tablet_copy_service.cc:342] P 53c2b3689bfb4dfe828d254d58deb6e2: Request end of tablet copy session f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107 received from {username='slave'} at 127.0.0.1:43524
I20260630 12:14:13.939464  6874 tablet_copy_service.cc:434] P 53c2b3689bfb4dfe828d254d58deb6e2: ending tablet copy session f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107 on tablet ae1a117fd2574f03b699524fbb1fe107 with peer f29876ab00724921a78dc7fafb666535
W20260630 12:14:13.938980  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:13.946372  7063 tablet_service.cc:1558] Processing DeleteTablet for tablet ae1a117fd2574f03b699524fbb1fe107 with delete_type TABLET_DATA_TOMBSTONED (TS f29876ab00724921a78dc7fafb666535 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:49462
I20260630 12:14:13.950122  7195 tablet_replica.cc:333] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: stopping tablet replica
I20260630 12:14:13.950989  7195 raft_consensus.cc:2243] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:14:13.951594  7195 raft_consensus.cc:2272] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:14:13.954773  7195 ts_tablet_manager.cc:1916] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:13.970913  7195 ts_tablet_manager.cc:1929] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.2
I20260630 12:14:13.971436  7195 log.cc:1199] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782821479742301-431-0/minicluster-data/ts-3-root/wals/ae1a117fd2574f03b699524fbb1fe107
I20260630 12:14:13.974395  6672 catalog_manager.cc:5028] TS f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): tablet ae1a117fd2574f03b699524fbb1fe107 (table test-workload [id=4da38bcfc1be407c999666c0433dfff4]) successfully deleted
W20260630 12:14:14.535838  7094 debug-util.cc:398] Leaking SignalData structure 0x7b08002b4400 after lost signal to thread 434
W20260630 12:14:14.536821  7094 debug-util.cc:398] Leaking SignalData structure 0x7b080021f640 after lost signal to thread 6721
W20260630 12:14:14.537827  7094 debug-util.cc:398] Leaking SignalData structure 0x7b08001157a0 after lost signal to thread 6888
W20260630 12:14:14.538700  7094 debug-util.cc:398] Leaking SignalData structure 0x7b080026fe80 after lost signal to thread 6962
I20260630 12:14:14.900307  7163 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.098s)
I20260630 12:14:14.913051  6862 consensus_queue.cc:237] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:14.920473  6936 raft_consensus.cc:1275] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Refusing update from remote peer 53c2b3689bfb4dfe828d254d58deb6e2: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
W20260630 12:14:14.920655  6828 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f29876ab00724921a78dc7fafb666535 (127.0.107.196:40051): Couldn't send request to peer f29876ab00724921a78dc7fafb666535. 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:14.921882  7199 consensus_queue.cc:1048] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:14:14.924326  6829 consensus_peers.cc:597] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 -> Peer f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): Couldn't send request to peer f755b0b8d20f48739d75e03b259de922. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:14.928876  7198 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:14.930755  6936 raft_consensus.cc:2955] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } } }
I20260630 12:14:14.938238  6672 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ae1a117fd2574f03b699524fbb1fe107 with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
W20260630 12:14:14.943774  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:14.943892  6684 catalog_manager.cc:5697] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 reported cstate change: config changed from index 3 to 4, NON_VOTER f29876ab00724921a78dc7fafb666535 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:15.083179  6673 catalog_manager.cc:4755] TS f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e51028292ef04383ae8e60ea2aa86bda: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:15.443025  7209 ts_tablet_manager.cc:933] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Initiating tablet copy from peer 53c2b3689bfb4dfe828d254d58deb6e2 (127.0.107.194:39783)
I20260630 12:14:15.445106  7209 tablet_copy_client.cc:323] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39783
I20260630 12:14:15.446678  6874 tablet_copy_service.cc:140] P 53c2b3689bfb4dfe828d254d58deb6e2: Received BeginTabletCopySession request for tablet ae1a117fd2574f03b699524fbb1fe107 from peer f29876ab00724921a78dc7fafb666535 ({username='slave'} at 127.0.0.1:43524)
I20260630 12:14:15.447108  6874 tablet_copy_service.cc:161] P 53c2b3689bfb4dfe828d254d58deb6e2: Beginning new tablet copy session on tablet ae1a117fd2574f03b699524fbb1fe107 from peer f29876ab00724921a78dc7fafb666535 at {username='slave'} at 127.0.0.1:43524: session id = f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107
I20260630 12:14:15.452586  6874 tablet_copy_source_session.cc:215] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:15.454960  7209 ts_tablet_manager.cc:1916] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:14:15.465046  7209 ts_tablet_manager.cc:1929] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 2.2
I20260630 12:14:15.465728  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae1a117fd2574f03b699524fbb1fe107. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:15.470799  7209 tablet_copy_client.cc:806] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:15.471346  7209 tablet_copy_client.cc:670] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:15.474736  7209 tablet_copy_client.cc:538] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:15.480648  7209 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Bootstrap starting.
I20260630 12:14:15.501472  7209 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: 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:15.502192  7209 tablet_bootstrap.cc:492] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Bootstrap complete.
I20260630 12:14:15.502710  7209 ts_tablet_manager.cc:1403] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260630 12:14:15.504832  7209 raft_consensus.cc:359] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:15.505448  7209 raft_consensus.cc:740] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f29876ab00724921a78dc7fafb666535, State: Initialized, Role: LEARNER
I20260630 12:14:15.505966  7209 consensus_queue.cc:260] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 2.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: "f755b0b8d20f48739d75e03b259de922" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34241 } } peers { permanent_uuid: "53c2b3689bfb4dfe828d254d58deb6e2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39783 } } peers { permanent_uuid: "2e48e1d1571e4477ad8c94c8a197a979" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38013 } } peers { permanent_uuid: "f29876ab00724921a78dc7fafb666535" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40051 } attrs { promote: true } }
I20260630 12:14:15.508318  7209 ts_tablet_manager.cc:1434] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.001s
I20260630 12:14:15.509939  6874 tablet_copy_service.cc:342] P 53c2b3689bfb4dfe828d254d58deb6e2: Request end of tablet copy session f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107 received from {username='slave'} at 127.0.0.1:43524
I20260630 12:14:15.510365  6874 tablet_copy_service.cc:434] P 53c2b3689bfb4dfe828d254d58deb6e2: ending tablet copy session f29876ab00724921a78dc7fafb666535-ae1a117fd2574f03b699524fbb1fe107 on tablet ae1a117fd2574f03b699524fbb1fe107 with peer f29876ab00724921a78dc7fafb666535
I20260630 12:14:15.820281  7072 raft_consensus.cc:1217] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.3->[2.4-2.4]   Dedup: 2.4->[]
W20260630 12:14:15.946161  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
I20260630 12:14:16.016718  7204 consensus_queue.cc:579] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [LEADER]: Leader has been unable to successfully communicate with peer f755b0b8d20f48739d75e03b259de922 for more than 1 seconds (1.102s)
W20260630 12:14:16.115069  6673 catalog_manager.cc:4755] TS f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e51028292ef04383ae8e60ea2aa86bda: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:16.228607   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:16.258741   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:16.259500   431 tablet_replica.cc:333] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2: stopping tablet replica
I20260630 12:14:16.260221   431 raft_consensus.cc:2243] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:16.261303   431 raft_consensus.cc:2272] T ae1a117fd2574f03b699524fbb1fe107 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.263762   431 tablet_replica.cc:333] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2: stopping tablet replica
I20260630 12:14:16.264320   431 raft_consensus.cc:2243] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.264956   431 raft_consensus.cc:2272] T fd38dbb30bbb4324804fefaae56f7687 P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.267194   431 tablet_replica.cc:333] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2: stopping tablet replica
I20260630 12:14:16.267765   431 raft_consensus.cc:2243] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:16.268512   431 raft_consensus.cc:2272] T c00c858bc215469a8cb857e6b1d53d4f P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.270947   431 tablet_replica.cc:333] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2: stopping tablet replica
I20260630 12:14:16.271415   431 raft_consensus.cc:2243] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:16.272231   431 raft_consensus.cc:2272] T e51028292ef04383ae8e60ea2aa86bda P 53c2b3689bfb4dfe828d254d58deb6e2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.298177   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:16.315819   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:16.341430   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:16.342116   431 tablet_replica.cc:333] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979: stopping tablet replica
I20260630 12:14:16.342923   431 raft_consensus.cc:2243] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:16.343719   431 raft_consensus.cc:2272] T fd38dbb30bbb4324804fefaae56f7687 P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.346030   431 tablet_replica.cc:333] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979: stopping tablet replica
I20260630 12:14:16.346602   431 raft_consensus.cc:2243] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.347185   431 raft_consensus.cc:2272] T c00c858bc215469a8cb857e6b1d53d4f P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.349359   431 tablet_replica.cc:333] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979: stopping tablet replica
I20260630 12:14:16.349824   431 raft_consensus.cc:2243] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.350468   431 raft_consensus.cc:2272] T e51028292ef04383ae8e60ea2aa86bda P 2e48e1d1571e4477ad8c94c8a197a979 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.352612   431 tablet_replica.cc:333] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979: stopping tablet replica
I20260630 12:14:16.353050   431 raft_consensus.cc:2243] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.353664   431 raft_consensus.cc:2272] T ae1a117fd2574f03b699524fbb1fe107 P 2e48e1d1571e4477ad8c94c8a197a979 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.378000   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:16.394940   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:16.420112   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:16.420779   431 tablet_replica.cc:333] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535: stopping tablet replica
I20260630 12:14:16.421345   431 raft_consensus.cc:2243] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:14:16.421727   431 raft_consensus.cc:2272] T ae1a117fd2574f03b699524fbb1fe107 P f29876ab00724921a78dc7fafb666535 [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:14:16.423600   431 tablet_replica.cc:333] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535: stopping tablet replica
I20260630 12:14:16.424090   431 raft_consensus.cc:2243] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.424598   431 raft_consensus.cc:2272] T fd38dbb30bbb4324804fefaae56f7687 P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.426738   431 tablet_replica.cc:333] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535: stopping tablet replica
I20260630 12:14:16.427217   431 raft_consensus.cc:2243] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.427802   431 raft_consensus.cc:2272] T e51028292ef04383ae8e60ea2aa86bda P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:16.429906   431 tablet_replica.cc:333] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535: stopping tablet replica
I20260630 12:14:16.430367   431 raft_consensus.cc:2243] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:16.430859   431 raft_consensus.cc:2272] T c00c858bc215469a8cb857e6b1d53d4f P f29876ab00724921a78dc7fafb666535 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:16.948195  6735 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f755b0b8d20f48739d75e03b259de922 not available for placement
W20260630 12:14:17.452302   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 7094)
I20260630 12:14:17.842943   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:17.857987   431 master.cc:562] Master@127.0.107.254:46369 shutting down...
W20260630 12:14:18.173557  6673 catalog_manager.cc:4755] TS f755b0b8d20f48739d75e03b259de922 (127.0.107.193:34241): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet e51028292ef04383ae8e60ea2aa86bda: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34241: connect: Connection refused (error 111)
I20260630 12:14:18.273504   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:18.274169   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:18.274504   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5e738dc4a60b4452a6ad7df1bb1a1c70: stopping tablet replica
I20260630 12:14:18.296816   431 master.cc:584] Master@127.0.107.254:46369 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (12601 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:14:18.332427   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37751
I20260630 12:14:18.333478   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.338442  7224 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.338641  7225 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.340114  7227 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.341002   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.341848   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.342032   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.342175   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658342158 us; error 0 us; skew 500 ppm
I20260630 12:14:18.342638   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.344897   431 webserver.cc:533] Webserver started at http://127.0.107.254:39963/ using document root <none> and password file <none>
I20260630 12:14:18.345348   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.345516   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.345954   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.347028   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "f5665f68de5b412d8776a49c96f9b5ac"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.351466   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:18.354648  7232 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.355433   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:18.355701   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "f5665f68de5b412d8776a49c96f9b5ac"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.355957   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:18.375118   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.376277   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.412066   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37751
I20260630 12:14:18.412184  7283 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37751 every 8 connection(s)
I20260630 12:14:18.415719  7284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:18.426242  7284 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac: Bootstrap starting.
I20260630 12:14:18.431017  7284 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:18.435297  7284 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac: No bootstrap required, opened a new log
I20260630 12:14:18.437345  7284 raft_consensus.cc:359] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER }
I20260630 12:14:18.437700  7284 raft_consensus.cc:385] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:18.437867  7284 raft_consensus.cc:740] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5665f68de5b412d8776a49c96f9b5ac, State: Initialized, Role: FOLLOWER
I20260630 12:14:18.438351  7284 consensus_queue.cc:260] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER }
I20260630 12:14:18.438759  7284 raft_consensus.cc:399] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:18.438949  7284 raft_consensus.cc:493] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:18.439162  7284 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:18.443831  7284 raft_consensus.cc:515] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER }
I20260630 12:14:18.444337  7284 leader_election.cc:304] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [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: f5665f68de5b412d8776a49c96f9b5ac; no voters: 
I20260630 12:14:18.445430  7284 leader_election.cc:290] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:18.445770  7287 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:18.447057  7287 raft_consensus.cc:697] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 1 LEADER]: Becoming Leader. State: Replica: f5665f68de5b412d8776a49c96f9b5ac, State: Running, Role: LEADER
I20260630 12:14:18.447657  7287 consensus_queue.cc:237] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [LEADER]: Queue going to LEADER mode. State: All 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: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER }
I20260630 12:14:18.448165  7284 sys_catalog.cc:565] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:18.451552  7289 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [sys.catalog]: SysCatalogTable state changed. Reason: New leader f5665f68de5b412d8776a49c96f9b5ac. Latest consensus state: current_term: 1 leader_uuid: "f5665f68de5b412d8776a49c96f9b5ac" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER } }
I20260630 12:14:18.452152  7289 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:18.453195  7288 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f5665f68de5b412d8776a49c96f9b5ac" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5665f68de5b412d8776a49c96f9b5ac" member_type: VOTER } }
I20260630 12:14:18.453747  7288 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:18.460184  7294 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:18.466177  7294 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:18.467105   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:18.474886  7294 catalog_manager.cc:1383] Generated new cluster ID: 936163588bcc4360a054955ac7e71c35
I20260630 12:14:18.475219  7294 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:18.487695  7294 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:18.488891  7294 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:18.505033  7294 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac: Generated new TSK 0
I20260630 12:14:18.505663  7294 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:18.533926   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.539685  7305 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.540398  7306 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.541884  7308 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.542181   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.543058   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.543257   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.543450   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658543433 us; error 0 us; skew 500 ppm
I20260630 12:14:18.543941   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.546058   431 webserver.cc:533] Webserver started at http://127.0.107.193:44443/ using document root <none> and password file <none>
I20260630 12:14:18.546499   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.546653   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.546859   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.547953   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "4456a0823cd14ec49f32c9faeaa680fa"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.552111   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:18.555250  7313 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.556030   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:18.556300   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "4456a0823cd14ec49f32c9faeaa680fa"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.556555   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:18.576025   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.577199   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.578616   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:18.580893   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:18.581101   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.581316   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:18.581487   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.620102   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41457
I20260630 12:14:18.620203  7375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41457 every 8 connection(s)
I20260630 12:14:18.624843   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.631705  7380 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.632270  7381 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.636488  7383 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.636528   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.638000   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.638206   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.638387   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658638368 us; error 0 us; skew 500 ppm
I20260630 12:14:18.638876   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.641021  7376 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:18.641374  7376 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:18.642055  7376 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
I20260630 12:14:18.642171   431 webserver.cc:533] Webserver started at http://127.0.107.194:37699/ using document root <none> and password file <none>
I20260630 12:14:18.642735   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.642915   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.643184   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.644328  7249 ts_manager.cc:194] Registered new tserver with Master: 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457)
I20260630 12:14:18.644397   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "1aa4992586b84e9fa14bfd341b77de63"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.646144  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39670
I20260630 12:14:18.649407   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:18.652784  7388 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.653571   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:18.653878   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "1aa4992586b84e9fa14bfd341b77de63"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.654143   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:18.667596   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.668684   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.670279   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:18.672453   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:18.672641   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.672851   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:18.672995   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.711829   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34097
I20260630 12:14:18.711922  7450 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34097 every 8 connection(s)
I20260630 12:14:18.716642   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:18.724048  7454 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:18.728021  7455 instance_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:18.728783  7451 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:18.729274  7451 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:18.730250   431 server_base.cc:1061] running on GCE node
I20260630 12:14:18.730392  7451 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
W20260630 12:14:18.731063  7457 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:18.732434   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:18.732689   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:18.732736  7249 ts_manager.cc:194] Registered new tserver with Master: 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097)
I20260630 12:14:18.732970   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821658732950 us; error 0 us; skew 500 ppm
I20260630 12:14:18.733721   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:18.734536  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39684
I20260630 12:14:18.736647   431 webserver.cc:533] Webserver started at http://127.0.107.195:33569/ using document root <none> and password file <none>
I20260630 12:14:18.737145   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:18.737311   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:18.737576   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:18.738639   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "37eb9c0682724152966008b0107112e6"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.742856   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:18.746099  7462 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.746858   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:14:18.747138   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "37eb9c0682724152966008b0107112e6"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:18.747458   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:18.764566   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:18.765691   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:18.767212   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:18.769448   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:18.769639   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.769840   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:18.769979   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:18.808037   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44451
I20260630 12:14:18.808138  7524 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44451 every 8 connection(s)
I20260630 12:14:18.821481  7525 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:18.821875  7525 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:18.822607  7525 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
I20260630 12:14:18.824569  7249 ts_manager.cc:194] Registered new tserver with Master: 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:18.825611   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014540636s
I20260630 12:14:18.825870  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39696
I20260630 12:14:19.649075  7376 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
I20260630 12:14:19.737376  7451 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
I20260630 12:14:19.828366  7525 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
I20260630 12:14:19.880225  7249 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39698:
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:19.882531  7249 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:19.942958  7416 tablet_service.cc:1511] Processing CreateTablet for tablet 1c6d011747e4465098e8ee688cbefa14 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:19.944382  7416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c6d011747e4465098e8ee688cbefa14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.944787  7413 tablet_service.cc:1511] Processing CreateTablet for tablet e01ef4d7830748cb8e903e8ac978adf4 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:19.946074  7413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e01ef4d7830748cb8e903e8ac978adf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.949326  7414 tablet_service.cc:1511] Processing CreateTablet for tablet 6f3bf26230c7472596aed843468aaa85 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:19.950732  7414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f3bf26230c7472596aed843468aaa85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.951349  7490 tablet_service.cc:1511] Processing CreateTablet for tablet 1c6d011747e4465098e8ee688cbefa14 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:19.951586  7489 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6d679ede3e4be383cc5eb7c724d65a (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:19.952690  7490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c6d011747e4465098e8ee688cbefa14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.954052  7488 tablet_service.cc:1511] Processing CreateTablet for tablet 6f3bf26230c7472596aed843468aaa85 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:19.955503  7488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f3bf26230c7472596aed843468aaa85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.956405  7487 tablet_service.cc:1511] Processing CreateTablet for tablet e01ef4d7830748cb8e903e8ac978adf4 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:19.957682  7487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e01ef4d7830748cb8e903e8ac978adf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.958333  7489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6d679ede3e4be383cc5eb7c724d65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.956398  7415 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6d679ede3e4be383cc5eb7c724d65a (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:19.960247  7415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6d679ede3e4be383cc5eb7c724d65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.968081  7341 tablet_service.cc:1511] Processing CreateTablet for tablet 1c6d011747e4465098e8ee688cbefa14 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:19.973484  7341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c6d011747e4465098e8ee688cbefa14. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.988801  7340 tablet_service.cc:1511] Processing CreateTablet for tablet 6b6d679ede3e4be383cc5eb7c724d65a (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:19.990571  7340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6d679ede3e4be383cc5eb7c724d65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:19.996243  7545 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:20.002450  7339 tablet_service.cc:1511] Processing CreateTablet for tablet 6f3bf26230c7472596aed843468aaa85 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:20.003875  7339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f3bf26230c7472596aed843468aaa85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.005838  7545 tablet_bootstrap.cc:654] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.011273  7338 tablet_service.cc:1511] Processing CreateTablet for tablet e01ef4d7830748cb8e903e8ac978adf4 (DEFAULT_TABLE table=test-workload [id=a953d450bf9640dc8498eb46029b60c3]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:20.012669  7338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e01ef4d7830748cb8e903e8ac978adf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:20.033859  7547 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:20.035526  7545 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: No bootstrap required, opened a new log
I20260630 12:14:20.036077  7545 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.040s	user 0.022s	sys 0.007s
I20260630 12:14:20.039176  7545 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.039951  7545 raft_consensus.cc:385] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.040269  7545 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.040691  7547 tablet_bootstrap.cc:654] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.041096  7545 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.050251  7547 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: No bootstrap required, opened a new log
I20260630 12:14:20.050678  7548 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:20.050943  7547 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260630 12:14:20.052402  7545 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:14:20.053406  7545 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:20.054505  7547 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.055306  7547 raft_consensus.cc:385] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.055704  7547 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.057518  7548 tablet_bootstrap.cc:654] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.060019  7545 tablet_bootstrap.cc:654] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Neither blocks nor log segments found. Creating new log.
W20260630 12:14:20.062847  7526 tablet.cc:2406] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:14:20.056710  7547 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.066793  7548 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: No bootstrap required, opened a new log
I20260630 12:14:20.067314  7547 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.016s	user 0.002s	sys 0.005s
I20260630 12:14:20.067421  7545 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: No bootstrap required, opened a new log
I20260630 12:14:20.067363  7548 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.004s
I20260630 12:14:20.068222  7545 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:14:20.068619  7547 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:20.070757  7548 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.071058  7545 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.071523  7548 raft_consensus.cc:385] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.071832  7545 raft_consensus.cc:385] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.071898  7548 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.072389  7545 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.073053  7548 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.073338  7545 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.075230  7547 tablet_bootstrap.cc:654] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.075791  7545 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:14:20.076777  7545 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:20.082592  7545 tablet_bootstrap.cc:654] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.098254  7548 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.030s	user 0.009s	sys 0.019s
I20260630 12:14:20.098573  7545 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: No bootstrap required, opened a new log
I20260630 12:14:20.099169  7545 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.004s
I20260630 12:14:20.099519  7548 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:20.099985  7547 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: No bootstrap required, opened a new log
I20260630 12:14:20.100524  7547 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.032s	user 0.019s	sys 0.012s
I20260630 12:14:20.101888  7545 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.102676  7545 raft_consensus.cc:385] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.103003  7545 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.103506  7547 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.104336  7547 raft_consensus.cc:385] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.104720  7547 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.105527  7547 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.106190  7548 tablet_bootstrap.cc:654] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.103914  7545 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.108960  7545 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:14:20.109575  7547 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:14:20.110714  7547 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:20.111474  7545 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:20.117627  7547 tablet_bootstrap.cc:654] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.117990  7545 tablet_bootstrap.cc:654] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.123740  7548 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: No bootstrap required, opened a new log
I20260630 12:14:20.124365  7548 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.007s
I20260630 12:14:20.127601  7545 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: No bootstrap required, opened a new log
I20260630 12:14:20.128196  7545 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:14:20.128286  7547 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: No bootstrap required, opened a new log
I20260630 12:14:20.128975  7547 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.006s
I20260630 12:14:20.127240  7548 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.131122  7548 raft_consensus.cc:385] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.131609  7548 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.131158  7545 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.132140  7545 raft_consensus.cc:385] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.131778  7547 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.132517  7545 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.132656  7547 raft_consensus.cc:385] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.132530  7548 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.133445  7547 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.134212  7547 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.133718  7545 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.135294  7548 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:14:20.136284  7548 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:20.136376  7547 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:20.137439  7547 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:20.138535  7545 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:14:20.142825  7548 tablet_bootstrap.cc:654] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.143162  7547 tablet_bootstrap.cc:654] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.154103  7548 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: No bootstrap required, opened a new log
I20260630 12:14:20.155709  7547 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: No bootstrap required, opened a new log
I20260630 12:14:20.156090  7548 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.001s
I20260630 12:14:20.156180  7547 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260630 12:14:20.158392  7548 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.158633  7547 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.158975  7548 raft_consensus.cc:385] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.159235  7547 raft_consensus.cc:385] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.159361  7548 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.159667  7547 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.160199  7548 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.160446  7547 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.162190  7548 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:20.162611  7547 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:14:20.163252  7548 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:20.169452  7548 tablet_bootstrap.cc:654] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:20.174441  7548 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: No bootstrap required, opened a new log
I20260630 12:14:20.174896  7548 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:14:20.177561  7548 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.178120  7548 raft_consensus.cc:385] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:20.178335  7548 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:20.178824  7548 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.180670  7548 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:14:20.182744  7553 raft_consensus.cc:493] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.183172  7553 raft_consensus.cc:515] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.185360  7553 leader_election.cc:290] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.196242  7554 raft_consensus.cc:493] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.196707  7554 raft_consensus.cc:515] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.198535  7351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:20.199163  7351 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 0.
I20260630 12:14:20.200150  7500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:20.200614  7391 leader_election.cc:304] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.200856  7500 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 0.
I20260630 12:14:20.201481  7553 raft_consensus.cc:2804] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.201841  7553 raft_consensus.cc:493] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.204777  7553 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.201903  7554 leader_election.cc:290] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.210330  7549 raft_consensus.cc:493] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.210461  7426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:20.210911  7549 raft_consensus.cc:515] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.211232  7426 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 0.
I20260630 12:14:20.211776  7553 raft_consensus.cc:515] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.212989  7316 leader_election.cc:304] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.214437  7554 raft_consensus.cc:2804] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.214385  7500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:20.215013  7554 raft_consensus.cc:493] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.215473  7554 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.215998  7500 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 0.
I20260630 12:14:20.216440  7351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa"
I20260630 12:14:20.216956  7351 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.217005  7553 leader_election.cc:290] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 election: Requested vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.218305  7500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:20.218888  7500 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.222983  7554 raft_consensus.cc:515] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.213845  7549 leader_election.cc:290] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457)
I20260630 12:14:20.224143  7351 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:20.225493  7391 leader_election.cc:304] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.226379  7554 leader_election.cc:290] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 election: Requested vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.226801  7553 raft_consensus.cc:2804] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.227311  7499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:20.227536  7426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63"
I20260630 12:14:20.228001  7499 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.225293  7568 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.228199  7426 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.228616  7568 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.232307  7425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:20.233552  7425 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 0.
I20260630 12:14:20.234041  7568 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.235287  7498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:20.235641  7316 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.236013  7498 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 0.
I20260630 12:14:20.236406  7568 raft_consensus.cc:2804] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.236752  7568 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.236961  7426 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:20.237066  7568 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.238397  7316 leader_election.cc:304] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.239298  7554 raft_consensus.cc:2804] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.244401  7499 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:20.247776  7500 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:20.254223  7553 raft_consensus.cc:697] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: Becoming Leader. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Running, Role: LEADER
I20260630 12:14:20.254908  7554 raft_consensus.cc:697] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: Becoming Leader. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:20.255407  7553 consensus_queue.cc:237] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.255860  7554 consensus_queue.cc:237] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.254550  7568 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.260224  7426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63"
I20260630 12:14:20.260924  7426 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.264684  7425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "37eb9c0682724152966008b0107112e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:20.265594  7425 raft_consensus.cc:2393] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 37eb9c0682724152966008b0107112e6 in current term 1: Already voted for candidate 4456a0823cd14ec49f32c9faeaa680fa in this term.
I20260630 12:14:20.269290  7351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "37eb9c0682724152966008b0107112e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:20.270365  7569 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:20.271271  7569 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.272231  7426 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:20.272398  7500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:20.273016  7500 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.273509  7316 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.273855  7569 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.273950  7249 catalog_manager.cc:5697] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.275218  7499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:20.275877  7499 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 0.
I20260630 12:14:20.276940  7465 leader_election.cc:304] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [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: 37eb9c0682724152966008b0107112e6; no voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa
I20260630 12:14:20.278000  7389 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 37eb9c0682724152966008b0107112e6; no voters: 
I20260630 12:14:20.279230  7554 raft_consensus.cc:2804] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.279743  7554 raft_consensus.cc:697] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: Becoming Leader. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:20.280185  7351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:20.279712  7549 raft_consensus.cc:2749] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:20.280627  7554 consensus_queue.cc:237] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.279485  7247 catalog_manager.cc:5697] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.284482  7500 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:20.285522  7351 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 0.
I20260630 12:14:20.286291  7568 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 1 election: Requested vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.280166  7553 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:20.286900  7553 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:20.287271  7553 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.292078  7249 catalog_manager.cc:5697] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.294476  7553 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.296160  7553 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 election: Requested vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:20.297165  7351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa"
I20260630 12:14:20.297868  7351 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.297277  7500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:20.298543  7500 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:20.304661  7351 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:20.305154  7500 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:20.305881  7391 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:20.306661  7553 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:20.307101  7553 raft_consensus.cc:697] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: Becoming Leader. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Running, Role: LEADER
I20260630 12:14:20.307812  7553 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:20.315048  7249 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:20.401140   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:20.418567   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:20.419369   431 tablet_replica.cc:333] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: stopping tablet replica
I20260630 12:14:20.419884   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.420238   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.422192   431 tablet_replica.cc:333] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: stopping tablet replica
I20260630 12:14:20.422675   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.423192   431 pending_rounds.cc:70] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Trying to abort 1 pending ops.
I20260630 12:14:20.423382   431 pending_rounds.cc:77] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437520419397632 op_type: NO_OP noop_request { }
I20260630 12:14:20.423651   431 raft_consensus.cc:2889] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.423868   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.426036   431 tablet_replica.cc:333] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: stopping tablet replica
I20260630 12:14:20.426505   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.427040   431 pending_rounds.cc:70] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Trying to abort 1 pending ops.
I20260630 12:14:20.427198   431 pending_rounds.cc:77] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437520520900608 op_type: NO_OP noop_request { }
I20260630 12:14:20.427481   431 raft_consensus.cc:2889] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.427740   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.429833   431 tablet_replica.cc:333] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: stopping tablet replica
I20260630 12:14:20.430289   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.430624   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.452356   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:20.465209   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:20.482236   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:20.483011   431 tablet_replica.cc:333] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: stopping tablet replica
I20260630 12:14:20.483660   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.484251   431 pending_rounds.cc:70] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Trying to abort 1 pending ops.
I20260630 12:14:20.484442   431 pending_rounds.cc:77] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437520430772224 op_type: NO_OP noop_request { }
I20260630 12:14:20.484696   431 raft_consensus.cc:2889] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.484949   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.487139   431 tablet_replica.cc:333] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: stopping tablet replica
I20260630 12:14:20.487664   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.488019   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.489825   431 tablet_replica.cc:333] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: stopping tablet replica
I20260630 12:14:20.490299   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:20.490815   431 pending_rounds.cc:70] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Trying to abort 1 pending ops.
I20260630 12:14:20.490984   431 pending_rounds.cc:77] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437520627900416 op_type: NO_OP noop_request { }
I20260630 12:14:20.491223   431 raft_consensus.cc:2889] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:20.491535   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.493854   431 tablet_replica.cc:333] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: stopping tablet replica
I20260630 12:14:20.494319   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.494660   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.516464   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:20.528183   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:20.543532   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:20.544304   431 tablet_replica.cc:333] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: stopping tablet replica
I20260630 12:14:20.544884   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.545280   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.547143   431 tablet_replica.cc:333] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: stopping tablet replica
I20260630 12:14:20.547677   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.548058   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.550086   431 tablet_replica.cc:333] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: stopping tablet replica
I20260630 12:14:20.550549   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.550894   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.552752   431 tablet_replica.cc:333] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: stopping tablet replica
I20260630 12:14:20.553187   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:20.553512   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:20.574952   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:20.587129   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:20.592725  7576 instance_detector.cc: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:20.592887  7577 instance_detector.cc: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:20.594141  7579 instance_detector.cc: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:20.595070   431 server_base.cc:1061] running on GCE node
I20260630 12:14:20.596207   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:20.596529   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:20.596768   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821660596755 us; error 0 us; skew 500 ppm
I20260630 12:14:20.597317   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:20.599854   431 webserver.cc:533] Webserver started at http://127.0.107.196:36437/ using document root <none> and password file <none>
I20260630 12:14:20.600406   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:20.600687   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:20.601047   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:20.602181   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "d0135238ef484a05880809c2e443ff44"
format_stamp: "Formatted at 2026-06-30 12:14:20 on dist-test-slave-g2rq"
I20260630 12:14:20.606629   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:14:20.610131  7584 log_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:20.611106   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:20.611546   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "d0135238ef484a05880809c2e443ff44"
format_stamp: "Formatted at 2026-06-30 12:14:20 on dist-test-slave-g2rq"
I20260630 12:14:20.611923   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:20.623150   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:20.624212   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:20.625644   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:20.627976   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:20.628268   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:20.628561   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:20.628803   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:20.664748   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41925
I20260630 12:14:20.664901  7646 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41925 every 8 connection(s)
I20260630 12:14:20.678516  7647 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:20.678987  7647 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:20.679771  7647 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
I20260630 12:14:20.681735  7249 ts_manager.cc:194] Registered new tserver with Master: d0135238ef484a05880809c2e443ff44 (127.0.107.196:41925)
I20260630 12:14:20.683143  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39708
W20260630 12:14:21.483368  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 1c6d011747e4465098e8ee688cbefa14: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41457: connect: Connection refused (error 111)
W20260630 12:14:21.486531  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet e01ef4d7830748cb8e903e8ac978adf4: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41457: connect: Connection refused (error 111)
W20260630 12:14:21.489739  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6f3bf26230c7472596aed843468aaa85: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
I20260630 12:14:21.685765  7647 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
W20260630 12:14:22.504405  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b6d679ede3e4be383cc5eb7c724d65a: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:22.508160  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 1c6d011747e4465098e8ee688cbefa14: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41457: connect: Connection refused (error 111)
W20260630 12:14:22.511397  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6f3bf26230c7472596aed843468aaa85: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:23.542225  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 1c6d011747e4465098e8ee688cbefa14: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41457: connect: Connection refused (error 111)
W20260630 12:14:23.545473  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6f3bf26230c7472596aed843468aaa85: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:23.548513  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b6d679ede3e4be383cc5eb7c724d65a: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:24.560999  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 1c6d011747e4465098e8ee688cbefa14: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41457: connect: Connection refused (error 111)
W20260630 12:14:24.564112  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b6d679ede3e4be383cc5eb7c724d65a: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:24.567445  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6f3bf26230c7472596aed843468aaa85: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34097: connect: Connection refused (error 111)
W20260630 12:14:25.569690  7297 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1aa4992586b84e9fa14bfd341b77de63 not available for placement
W20260630 12:14:26.571681  7297 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1aa4992586b84e9fa14bfd341b77de63 not available for placement
W20260630 12:14:27.573624  7297 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1aa4992586b84e9fa14bfd341b77de63 not available for placement
I20260630 12:14:27.701989   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:27.709168  7656 instance_detector.cc: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:27.709645  7657 instance_detector.cc: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:27.713753  7659 instance_detector.cc: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:27.713833   431 server_base.cc:1061] running on GCE node
I20260630 12:14:27.715950   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:27.716187   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:27.716372   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821667716351 us; error 0 us; skew 500 ppm
I20260630 12:14:27.716926   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:27.719754   431 webserver.cc:533] Webserver started at http://127.0.107.193:44443/ using document root <none> and password file <none>
I20260630 12:14:27.720285   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:27.720455   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:27.724414   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:14:27.727828  7664 log_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:27.728605   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:27.728919   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "4456a0823cd14ec49f32c9faeaa680fa"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:27.729307   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:27.741802   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:27.743052   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:27.744611   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:27.748368  7671 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:14:27.770552   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:27.770876   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.001s	sys 0.000s
I20260630 12:14:27.771147   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:14:27.776666  7671 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:27.787201   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:27.787544   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.017s	sys 0.000s
I20260630 12:14:27.788462  7671 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: 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:27.789163  7671 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap complete.
I20260630 12:14:27.789729  7671 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.005s
I20260630 12:14:27.792137  7671 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.792973  7671 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.793586  7671 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.796145  7671 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:14:27.797132  7671 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:27.811909  7671 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: 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:27.812744  7671 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap complete.
I20260630 12:14:27.813428  7671 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.007s
I20260630 12:14:27.815631  7671 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.816359  7671 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.817004  7671 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.818646  7671 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.002s
I20260630 12:14:27.819518  7671 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:27.832551  7671 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: 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:27.833356  7671 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap complete.
I20260630 12:14:27.833925  7671 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.010s
I20260630 12:14:27.836104  7671 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.836786  7671 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.837432  7671 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [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: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.839105  7671 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:27.839864  7671 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap starting.
I20260630 12:14:27.847201   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41457
I20260630 12:14:27.847357  7731 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41457 every 8 connection(s)
I20260630 12:14:27.851776  7671 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: 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:27.853370   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:27.853605  7671 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Bootstrap complete.
I20260630 12:14:27.854640  7671 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:14:27.858155  7671 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.858994  7671 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.859953  7671 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.862291  7671 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
W20260630 12:14:27.866439  7737 instance_detector.cc: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:27.868122  7738 instance_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:27.871855   431 server_base.cc:1061] running on GCE node
W20260630 12:14:27.873687  7740 instance_detector.cc: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:27.874573  7733 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:27.874807   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:27.874970  7733 heartbeater.cc:461] Registering TS with master...
W20260630 12:14:27.875092   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:27.875391   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821667875374 us; error 0 us; skew 500 ppm
I20260630 12:14:27.875902  7733 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
I20260630 12:14:27.875993   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:27.878917   431 webserver.cc:533] Webserver started at http://127.0.107.194:37699/ using document root <none> and password file <none>
I20260630 12:14:27.879520   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:27.879694   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:27.880299  7249 ts_manager.cc:194] Re-registered known tserver with Master: 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457)
I20260630 12:14:27.883569   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:14:27.885790  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40884
I20260630 12:14:27.887315  7745 log_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:27.888206   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:14:27.888484   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "1aa4992586b84e9fa14bfd341b77de63"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:27.888756   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:27.889372  7733 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
I20260630 12:14:27.901976   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:27.903254   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:27.904695   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:27.930336   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:27.930639   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.002s	sys 0.000s
I20260630 12:14:27.935828  7752 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:27.948822   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:27.949224   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.018s	user 0.012s	sys 0.007s
I20260630 12:14:27.950562  7752 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: 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:27.951555  7752 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap complete.
I20260630 12:14:27.952214  7752 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.009s
I20260630 12:14:27.954686  7752 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.955425  7752 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.956090  7752 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.959043  7752 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.001s
I20260630 12:14:27.959956  7752 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:27.974507  7752 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: 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:27.975452  7752 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap complete.
I20260630 12:14:27.976176  7752 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.003s
I20260630 12:14:27.979044  7752 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.979800  7752 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:27.980607  7752 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:27.982389  7752 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.001s
I20260630 12:14:27.983090  7752 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:27.998060  7752 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: 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:27.998749  7752 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap complete.
I20260630 12:14:27.999359  7752 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:14:28.001982  7752 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.002732  7752 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.003602  7752 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.005465  7752 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:14:28.006166  7752 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap starting.
I20260630 12:14:28.009085   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34097
I20260630 12:14:28.009320  7812 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34097 every 8 connection(s)
I20260630 12:14:28.013713   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:28.022063  7752 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: 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
W20260630 12:14:28.023052  7818 instance_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:28.023386  7752 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Bootstrap complete.
W20260630 12:14:28.022215  7817 instance_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:28.024535  7752 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:14:28.028479  7752 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.029516  7752 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.030526  7752 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.033313  7813 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:28.033434  7752 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:14:28.033978  7813 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:28.035239  7813 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
W20260630 12:14:28.037418  7820 instance_detector.cc: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:28.037562   431 server_base.cc:1061] running on GCE node
I20260630 12:14:28.038899   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:28.039186   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:28.039426   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821668039405 us; error 0 us; skew 500 ppm
I20260630 12:14:28.039937   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:28.040352  7249 ts_manager.cc:194] Re-registered known tserver with Master: 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097)
I20260630 12:14:28.042649   431 webserver.cc:533] Webserver started at http://127.0.107.195:33569/ using document root <none> and password file <none>
I20260630 12:14:28.043177   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:28.043359   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:28.045495  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40888
I20260630 12:14:28.047079   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:28.048774  7813 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
I20260630 12:14:28.051582  7825 log_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:28.052488   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:14:28.052764   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "37eb9c0682724152966008b0107112e6"
format_stamp: "Formatted at 2026-06-30 12:14:18 on dist-test-slave-g2rq"
I20260630 12:14:28.053016   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-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:28.073941   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:28.075191   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:28.076810   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:28.101632   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:14:28.101933   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.001s	sys 0.000s
I20260630 12:14:28.108860  7832 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:28.120127  7832 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: 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:28.120712  7832 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Bootstrap complete.
I20260630 12:14:28.121256  7832 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:14:28.122095   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:14:28.122347   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:14:28.123466  7832 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.124043  7832 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.124672  7832 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.127440  7832 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:14:28.128171  7832 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:28.141397  7832 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: 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:28.142192  7832 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Bootstrap complete.
I20260630 12:14:28.142831  7832 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:14:28.145078  7832 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.145627  7832 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.146466  7832 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.148147  7832 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:14:28.148880  7832 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:28.160765  7832 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: 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:28.161443  7832 tablet_bootstrap.cc:492] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Bootstrap complete.
I20260630 12:14:28.161976  7832 ts_tablet_manager.cc:1403] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.004s
I20260630 12:14:28.164093  7832 raft_consensus.cc:359] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.164657  7832 raft_consensus.cc:740] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.165365  7832 consensus_queue.cc:260] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.167064  7832 ts_tablet_manager.cc:1434] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:28.167800  7832 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Bootstrap starting.
I20260630 12:14:28.180800  7832 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: 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:28.181697  7832 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Bootstrap complete.
I20260630 12:14:28.182446  7832 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.004s
I20260630 12:14:28.183782   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44451
I20260630 12:14:28.184005  7893 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44451 every 8 connection(s)
I20260630 12:14:28.185489  7832 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.186252  7832 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37eb9c0682724152966008b0107112e6, State: Initialized, Role: FOLLOWER
I20260630 12:14:28.187091  7832 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:28.189445  7832 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:14:28.200806  7894 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37751
I20260630 12:14:28.201387  7894 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:28.202263  7894 heartbeater.cc:507] Master 127.0.107.254:37751 requested a full tablet report, sending...
I20260630 12:14:28.205960  7249 ts_manager.cc:194] Re-registered known tserver with Master: 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:28.210388  7249 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40898
I20260630 12:14:28.213017  7894 heartbeater.cc:499] Master 127.0.107.254:37751 was elected leader, sending a full tablet report...
W20260630 12:14:28.592401  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b6d679ede3e4be383cc5eb7c724d65a: Illegal state: Replica 1aa4992586b84e9fa14bfd341b77de63 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } }
W20260630 12:14:28.604310  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet e01ef4d7830748cb8e903e8ac978adf4: Illegal state: Replica 4456a0823cd14ec49f32c9faeaa680fa is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } }
W20260630 12:14:28.607928  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 1c6d011747e4465098e8ee688cbefa14: Illegal state: Replica 4456a0823cd14ec49f32c9faeaa680fa is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } }
I20260630 12:14:29.254770  7900 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.255451  7900 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.257464  7900 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.262516  7905 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.263260  7905 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.265936  7905 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.272658  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:29.273762  7787 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:29.275527  7667 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.276690  7900 raft_consensus.cc:2804] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:29.277235  7900 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.277757  7900 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.277794  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.278867  7867 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:29.285744  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.286685  7867 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:29.286512  7900 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.287089  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:29.288273  7706 raft_consensus.cc:2393] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1aa4992586b84e9fa14bfd341b77de63 in current term 2: Already voted for candidate 4456a0823cd14ec49f32c9faeaa680fa in this term.
I20260630 12:14:29.288213  7746 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63, 37eb9c0682724152966008b0107112e6; no voters: 
I20260630 12:14:29.289881  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63"
I20260630 12:14:29.290123  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.289423  7905 raft_consensus.cc:2804] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:29.289139  7900 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 election: Requested vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.291153  7867 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.291570  7905 raft_consensus.cc:493] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.292541  7905 raft_consensus.cc:3060] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.297623  7867 raft_consensus.cc:2468] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 2.
I20260630 12:14:29.298070  7905 raft_consensus.cc:515] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.299093  7665 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: 37eb9c0682724152966008b0107112e6, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.299319  7787 raft_consensus.cc:2393] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4456a0823cd14ec49f32c9faeaa680fa in current term 2: Already voted for candidate 1aa4992586b84e9fa14bfd341b77de63 in this term.
I20260630 12:14:29.300211  7900 raft_consensus.cc:2804] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:29.301409  7905 leader_election.cc:290] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 2 election: Requested vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.301709  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.301415  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e01ef4d7830748cb8e903e8ac978adf4" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa"
I20260630 12:14:29.303231  7867 raft_consensus.cc:2393] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 1aa4992586b84e9fa14bfd341b77de63 in current term 2: Already voted for candidate 4456a0823cd14ec49f32c9faeaa680fa in this term.
I20260630 12:14:29.303845  7900 raft_consensus.cc:697] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Becoming Leader. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:29.304811  7900 consensus_queue.cc:237] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.305758  7910 raft_consensus.cc:493] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.306444  7910 raft_consensus.cc:515] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.308844  7910 leader_election.cc:290] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.309648  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:29.310456  7787 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:29.310504  7748 leader_election.cc:304] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63; no voters: 37eb9c0682724152966008b0107112e6, 4456a0823cd14ec49f32c9faeaa680fa
I20260630 12:14:29.311539  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.312038  7667 leader_election.cc:304] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [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: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.312379  7867 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:29.312052  7905 raft_consensus.cc:2749] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:14:29.313395  7900 raft_consensus.cc:2804] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:29.314049  7900 raft_consensus.cc:493] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.314767  7900 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.314255  7249 catalog_manager.cc:5697] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:29.321074  7900 raft_consensus.cc:515] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.323031  7900 leader_election.cc:290] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 election: Requested vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.323982  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63"
I20260630 12:14:29.324090  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c6d011747e4465098e8ee688cbefa14" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.324723  7787 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.325178  7867 raft_consensus.cc:3060] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.331723  7867 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 2.
I20260630 12:14:29.332343  7787 raft_consensus.cc:2468] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 2.
I20260630 12:14:29.332863  7665 leader_election.cc:304] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [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: 37eb9c0682724152966008b0107112e6, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.333688  7900 raft_consensus.cc:2804] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:29.334275  7900 raft_consensus.cc:697] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Becoming Leader. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:29.334965  7900 consensus_queue.cc:237] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [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: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.341763  7249 catalog_manager.cc:5697] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:29.518213  7900 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.518791  7900 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.520555  7900 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.521468  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63" is_pre_election: true
I20260630 12:14:29.521602  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.522615  7787 raft_consensus.cc:2410] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4456a0823cd14ec49f32c9faeaa680fa 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:29.522636  7867 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 1.
I20260630 12:14:29.524125  7665 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [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: 37eb9c0682724152966008b0107112e6, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.524724  7905 raft_consensus.cc:493] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.525033  7900 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:29.525372  7905 raft_consensus.cc:515] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.525810  7900 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.526539  7900 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.527719  7905 leader_election.cc:290] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.528362  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:29.528784  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.529091  7706 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:29.529721  7867 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 1.
I20260630 12:14:29.530368  7748 leader_election.cc:304] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 
I20260630 12:14:29.531381  7905 raft_consensus.cc:2804] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:29.531781  7905 raft_consensus.cc:493] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.532148  7905 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.533114  7900 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.534883  7900 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [CANDIDATE]: Term 2 election: Requested vote from peers 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.535871  7787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1aa4992586b84e9fa14bfd341b77de63"
I20260630 12:14:29.536046  7867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "4456a0823cd14ec49f32c9faeaa680fa" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.536561  7787 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.536940  7867 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.537828  7905 raft_consensus.cc:515] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.540194  7905 leader_election.cc:290] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 2 election: Requested vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.542557  7787 raft_consensus.cc:2410] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4456a0823cd14ec49f32c9faeaa680fa 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:29.542480  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa"
I20260630 12:14:29.542622  7866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b6d679ede3e4be383cc5eb7c724d65a" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.543803  7706 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.544067  7867 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4456a0823cd14ec49f32c9faeaa680fa in term 2.
I20260630 12:14:29.544195  7866 raft_consensus.cc:3060] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:29.545696  7665 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [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: 37eb9c0682724152966008b0107112e6, 4456a0823cd14ec49f32c9faeaa680fa; no voters: 1aa4992586b84e9fa14bfd341b77de63
I20260630 12:14:29.546761  7900 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:29.547427  7900 raft_consensus.cc:697] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Becoming Leader. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:29.548427  7900 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Queue going to LEADER 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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.551204  7866 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 2.
I20260630 12:14:29.552567  7746 leader_election.cc:304] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63, 37eb9c0682724152966008b0107112e6; no voters: 
I20260630 12:14:29.553613  7905 raft_consensus.cc:2804] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:29.552168  7706 raft_consensus.cc:2468] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 2.
I20260630 12:14:29.555459  7905 raft_consensus.cc:697] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 LEADER]: Becoming Leader. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Running, Role: LEADER
I20260630 12:14:29.556461  7905 consensus_queue.cc:237] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.556406  7249 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: term changed from 1 to 2, leader changed from 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194) to 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193). New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:29.564555  7247 catalog_manager.cc:5697] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:29.588447  7905 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:29.589046  7905 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.590998  7905 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.591814  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa" is_pre_election: true
I20260630 12:14:29.591979  7866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6" is_pre_election: true
I20260630 12:14:29.592764  7866 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 2.
I20260630 12:14:29.593852  7746 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63, 37eb9c0682724152966008b0107112e6; no voters: 4456a0823cd14ec49f32c9faeaa680fa
I20260630 12:14:29.594848  7905 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:14:29.595315  7905 raft_consensus.cc:493] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:29.595750  7905 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:29.600446  7905 raft_consensus.cc:515] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.602149  7905 leader_election.cc:290] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [CANDIDATE]: Term 3 election: Requested vote from peers 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457), 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451)
I20260630 12:14:29.603040  7706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4456a0823cd14ec49f32c9faeaa680fa"
I20260630 12:14:29.603108  7866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f3bf26230c7472596aed843468aaa85" candidate_uuid: "1aa4992586b84e9fa14bfd341b77de63" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37eb9c0682724152966008b0107112e6"
I20260630 12:14:29.604147  7866 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:29.608794  7866 raft_consensus.cc:2468] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1aa4992586b84e9fa14bfd341b77de63 in term 3.
I20260630 12:14:29.609797  7746 leader_election.cc:304] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [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: 1aa4992586b84e9fa14bfd341b77de63, 37eb9c0682724152966008b0107112e6; no voters: 4456a0823cd14ec49f32c9faeaa680fa
I20260630 12:14:29.610559  7905 raft_consensus.cc:2804] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:14:29.611138  7905 raft_consensus.cc:697] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 LEADER]: Becoming Leader. State: Replica: 1aa4992586b84e9fa14bfd341b77de63, State: Running, Role: LEADER
I20260630 12:14:29.611987  7905 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
W20260630 12:14:29.618903  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b6d679ede3e4be383cc5eb7c724d65a: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:29.618885  7247 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 reported cstate change: term changed from 2 to 3, leader changed from 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193) to 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:29.622565  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet 6f3bf26230c7472596aed843468aaa85: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:14:29.626362  7297 auto_rebalancer.cc:639] Failed to schedule move for tablet e01ef4d7830748cb8e903e8ac978adf4: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:29.727759  7787 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:29.729413  7900 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:29.741391  7866 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:29.743257  7900 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:29.747943  7787 raft_consensus.cc:1275] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:29.751693  7910 consensus_queue.cc:1048] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:29.780112  7866 raft_consensus.cc:1275] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:29.782044  7900 consensus_queue.cc:1048] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:29.962527  7866 raft_consensus.cc:1240] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Rejecting Update request from peer 4456a0823cd14ec49f32c9faeaa680fa for earlier term 2. Current term is 3. Ops: []
I20260630 12:14:29.963938  7900 consensus_queue.cc:1059] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:29.964854  7928 raft_consensus.cc:3055] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:14:29.965340  7928 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 4456a0823cd14ec49f32c9faeaa680fa, State: Running, Role: LEADER
I20260630 12:14:29.966308  7928 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } }
I20260630 12:14:29.967779  7928 raft_consensus.cc:3060] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:14:30.011427  7706 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:30.012869  7905 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:30.013651  7905 consensus_queue.cc:1243] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Peer 4456a0823cd14ec49f32c9faeaa680fa 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:30.016362  7706 pending_rounds.cc:85] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Aborting all ops after (but not including) 0
I20260630 12:14:30.016899  7706 pending_rounds.cc:107] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:14:30.017400  7706 raft_consensus.cc:2889] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:30.025857  7866 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:30.027511  7931 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:30.072043  7706 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:30.073460  7931 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:30.085377  7866 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:30.086838  7931 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:31.532529  7786 consensus_queue.cc:237] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:31.539186  7867 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:31.543676  7706 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:31.544100  7936 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } 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:31.545622  7918 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:31.554883  7748 consensus_peers.cc:597] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 -> Peer d0135238ef484a05880809c2e443ff44 (127.0.107.196:41925): Couldn't send request to peer d0135238ef484a05880809c2e443ff44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6b6d679ede3e4be383cc5eb7c724d65a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:31.560081  7918 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.562069  7706 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.563627  7867 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.574299  7247 catalog_manager.cc:5697] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.575722  7705 consensus_queue.cc:237] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:31.588732  7867 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:31.589512  7786 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:31.590987  7910 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:31.592083  7900 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:31.596474  7667 consensus_peers.cc:597] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa -> Peer d0135238ef484a05880809c2e443ff44 (127.0.107.196:41925): Couldn't send request to peer d0135238ef484a05880809c2e443ff44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e01ef4d7830748cb8e903e8ac978adf4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:31.602962  7900 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.604632  7786 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.606462  7867 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.615422  7787 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:31.615228  7249 catalog_manager.cc:5697] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:31.624682  7867 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:31.625257  7705 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
W20260630 12:14:31.627305  7748 consensus_peers.cc:597] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 -> Peer d0135238ef484a05880809c2e443ff44 (127.0.107.196:41925): Couldn't send request to peer d0135238ef484a05880809c2e443ff44. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6f3bf26230c7472596aed843468aaa85. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:31.627609  7942 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:31.629309  7936 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:14:31.635176  7643 debug-util.cc:398] Leaking SignalData structure 0x7b08002a11c0 after lost signal to thread 434
W20260630 12:14:31.636727  7643 debug-util.cc:398] Leaking SignalData structure 0x7b080021df20 after lost signal to thread 7283
I20260630 12:14:31.637759  7942 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
W20260630 12:14:31.639171  7643 debug-util.cc:398] Leaking SignalData structure 0x7b08001dda20 after lost signal to thread 7731
I20260630 12:14:31.639220  7705 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
W20260630 12:14:31.640898  7643 debug-util.cc:398] Leaking SignalData structure 0x7b08000e5360 after lost signal to thread 7812
W20260630 12:14:31.642474  7643 debug-util.cc:398] Leaking SignalData structure 0x7b0800211060 after lost signal to thread 7893
I20260630 12:14:31.642491  7867 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:31.654829  7247 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: config changed from index -1 to 3, NON_VOTER d0135238ef484a05880809c2e443ff44 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } } }
I20260630 12:14:32.053519  7956 ts_tablet_manager.cc:933] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: Initiating tablet copy from peer 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097)
I20260630 12:14:32.056339  7956 tablet_copy_client.cc:323] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34097
I20260630 12:14:32.085301  7798 tablet_copy_service.cc:140] P 1aa4992586b84e9fa14bfd341b77de63: Received BeginTabletCopySession request for tablet 6b6d679ede3e4be383cc5eb7c724d65a from peer d0135238ef484a05880809c2e443ff44 ({username='slave'} at 127.0.0.1:38126)
I20260630 12:14:32.086104  7798 tablet_copy_service.cc:161] P 1aa4992586b84e9fa14bfd341b77de63: Beginning new tablet copy session on tablet 6b6d679ede3e4be383cc5eb7c724d65a from peer d0135238ef484a05880809c2e443ff44 at {username='slave'} at 127.0.0.1:38126: session id = d0135238ef484a05880809c2e443ff44-6b6d679ede3e4be383cc5eb7c724d65a
I20260630 12:14:32.094696  7798 tablet_copy_source_session.cc:215] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:32.099423  7956 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b6d679ede3e4be383cc5eb7c724d65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:32.119760  7956 tablet_copy_client.cc:806] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:32.120592  7956 tablet_copy_client.cc:670] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:32.123875  7960 ts_tablet_manager.cc:933] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: Initiating tablet copy from peer 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097)
I20260630 12:14:32.125538  7956 tablet_copy_client.cc:538] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:32.135428  7956 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: Bootstrap starting.
I20260630 12:14:32.151676  7960 tablet_copy_client.cc:323] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:34097
I20260630 12:14:32.153862  7798 tablet_copy_service.cc:140] P 1aa4992586b84e9fa14bfd341b77de63: Received BeginTabletCopySession request for tablet 6f3bf26230c7472596aed843468aaa85 from peer d0135238ef484a05880809c2e443ff44 ({username='slave'} at 127.0.0.1:38126)
I20260630 12:14:32.154629  7798 tablet_copy_service.cc:161] P 1aa4992586b84e9fa14bfd341b77de63: Beginning new tablet copy session on tablet 6f3bf26230c7472596aed843468aaa85 from peer d0135238ef484a05880809c2e443ff44 at {username='slave'} at 127.0.0.1:38126: session id = d0135238ef484a05880809c2e443ff44-6f3bf26230c7472596aed843468aaa85
I20260630 12:14:32.180287  7956 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: 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:32.180810  7798 tablet_copy_source_session.cc:215] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:32.185478  7956 tablet_bootstrap.cc:492] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: Bootstrap complete.
I20260630 12:14:32.185669  7960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f3bf26230c7472596aed843468aaa85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:32.186797  7956 ts_tablet_manager.cc:1403] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: Time spent bootstrapping tablet: real 0.052s	user 0.025s	sys 0.011s
I20260630 12:14:32.188359  7963 ts_tablet_manager.cc:933] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: Initiating tablet copy from peer 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457)
I20260630 12:14:32.190877  7956 raft_consensus.cc:359] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.192865  7956 raft_consensus.cc:740] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: d0135238ef484a05880809c2e443ff44, State: Initialized, Role: LEARNER
I20260630 12:14:32.194073  7956 consensus_queue.cc:260] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.208253  7963 tablet_copy_client.cc:323] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:41457
I20260630 12:14:32.209841  7956 ts_tablet_manager.cc:1434] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: Time spent starting tablet: real 0.022s	user 0.010s	sys 0.011s
I20260630 12:14:32.213482  7798 tablet_copy_service.cc:342] P 1aa4992586b84e9fa14bfd341b77de63: Request end of tablet copy session d0135238ef484a05880809c2e443ff44-6b6d679ede3e4be383cc5eb7c724d65a received from {username='slave'} at 127.0.0.1:38126
I20260630 12:14:32.214241  7798 tablet_copy_service.cc:434] P 1aa4992586b84e9fa14bfd341b77de63: ending tablet copy session d0135238ef484a05880809c2e443ff44-6b6d679ede3e4be383cc5eb7c724d65a on tablet 6b6d679ede3e4be383cc5eb7c724d65a with peer d0135238ef484a05880809c2e443ff44
I20260630 12:14:32.220644  7960 tablet_copy_client.cc:806] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:32.221443  7960 tablet_copy_client.cc:670] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:32.227279  7960 tablet_copy_client.cc:538] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:32.228667  7717 tablet_copy_service.cc:140] P 4456a0823cd14ec49f32c9faeaa680fa: Received BeginTabletCopySession request for tablet e01ef4d7830748cb8e903e8ac978adf4 from peer d0135238ef484a05880809c2e443ff44 ({username='slave'} at 127.0.0.1:49904)
I20260630 12:14:32.229554  7717 tablet_copy_service.cc:161] P 4456a0823cd14ec49f32c9faeaa680fa: Beginning new tablet copy session on tablet e01ef4d7830748cb8e903e8ac978adf4 from peer d0135238ef484a05880809c2e443ff44 at {username='slave'} at 127.0.0.1:49904: session id = d0135238ef484a05880809c2e443ff44-e01ef4d7830748cb8e903e8ac978adf4
I20260630 12:14:32.237195  7960 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: Bootstrap starting.
I20260630 12:14:32.244791  7717 tablet_copy_source_session.cc:215] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:32.248656  7963 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e01ef4d7830748cb8e903e8ac978adf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:32.269881  7963 tablet_copy_client.cc:806] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:32.270538  7963 tablet_copy_client.cc:670] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:32.275202  7963 tablet_copy_client.cc:538] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:32.278393  7960 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: 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:32.279505  7960 tablet_bootstrap.cc:492] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: Bootstrap complete.
I20260630 12:14:32.280357  7960 ts_tablet_manager.cc:1403] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: Time spent bootstrapping tablet: real 0.043s	user 0.025s	sys 0.017s
I20260630 12:14:32.283457  7960 raft_consensus.cc:359] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.284344  7963 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: Bootstrap starting.
I20260630 12:14:32.284587  7960 raft_consensus.cc:740] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: d0135238ef484a05880809c2e443ff44, State: Initialized, Role: LEARNER
I20260630 12:14:32.285599  7960 consensus_queue.cc:260] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.288437  7960 ts_tablet_manager.cc:1434] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:14:32.290413  7798 tablet_copy_service.cc:342] P 1aa4992586b84e9fa14bfd341b77de63: Request end of tablet copy session d0135238ef484a05880809c2e443ff44-6f3bf26230c7472596aed843468aaa85 received from {username='slave'} at 127.0.0.1:38126
I20260630 12:14:32.291035  7798 tablet_copy_service.cc:434] P 1aa4992586b84e9fa14bfd341b77de63: ending tablet copy session d0135238ef484a05880809c2e443ff44-6f3bf26230c7472596aed843468aaa85 on tablet 6f3bf26230c7472596aed843468aaa85 with peer d0135238ef484a05880809c2e443ff44
I20260630 12:14:32.307253  7963 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: 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:32.308144  7963 tablet_bootstrap.cc:492] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: Bootstrap complete.
I20260630 12:14:32.309131  7963 ts_tablet_manager.cc:1403] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.011s
I20260630 12:14:32.311370  7963 raft_consensus.cc:359] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.312173  7963 raft_consensus.cc:740] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: d0135238ef484a05880809c2e443ff44, State: Initialized, Role: LEARNER
I20260630 12:14:32.312789  7963 consensus_queue.cc:260] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: true } }
I20260630 12:14:32.315156  7963 ts_tablet_manager.cc:1434] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:14:32.317248  7717 tablet_copy_service.cc:342] P 4456a0823cd14ec49f32c9faeaa680fa: Request end of tablet copy session d0135238ef484a05880809c2e443ff44-e01ef4d7830748cb8e903e8ac978adf4 received from {username='slave'} at 127.0.0.1:49904
I20260630 12:14:32.317845  7717 tablet_copy_service.cc:434] P 4456a0823cd14ec49f32c9faeaa680fa: ending tablet copy session d0135238ef484a05880809c2e443ff44-e01ef4d7830748cb8e903e8ac978adf4 on tablet e01ef4d7830748cb8e903e8ac978adf4 with peer d0135238ef484a05880809c2e443ff44
I20260630 12:14:32.664625  7622 raft_consensus.cc:1217] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:14:32.705266  7622 raft_consensus.cc:1217] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:14:32.791420  7622 raft_consensus.cc:1217] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:14:33.182490  7970 raft_consensus.cc:1064] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63: attempting to promote NON_VOTER d0135238ef484a05880809c2e443ff44 to VOTER
I20260630 12:14:33.185509  7970 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.193102  7942 raft_consensus.cc:1064] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63: attempting to promote NON_VOTER d0135238ef484a05880809c2e443ff44 to VOTER
I20260630 12:14:33.195147  7622 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 LEARNER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:33.196239  7942 consensus_queue.cc:237] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.196877  7969 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.209741  7705 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:33.211720  7867 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:14:33.213685  7970 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:14:33.215548  7969 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } 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:33.252028  7969 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.260432  7866 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.284516  7706 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.290342  7622 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.298229  7621 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:33.299711  7867 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:33.302165  7249 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } attrs { replace: true } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.308178  7970 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.316004  7983 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } 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:14:33.326263  7706 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:33.327436  7969 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:33.334161  7942 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.345608  7866 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.355901  7972 raft_consensus.cc:1064] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa: attempting to promote NON_VOTER d0135238ef484a05880809c2e443ff44 to VOTER
I20260630 12:14:33.358708  7972 consensus_queue.cc:237] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.361318  7621 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.372395  7705 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.374722  7622 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 LEARNER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:33.375969  7867 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:33.376256  7972 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.376799  7787 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:33.378156  7972 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:33.380110  7972 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } 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:33.403612  7972 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.409849  7865 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.428870  7787 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.452294  7247 catalog_manager.cc:5697] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 reported cstate change: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } attrs { replace: true } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.480895  7245 catalog_manager.cc:5697] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 reported cstate change: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
W20260630 12:14:33.494963  7667 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:34097, user_credentials={real_user=slave}} blocked reactor thread for 55114.6us
I20260630 12:14:33.497087  7621 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d0135238ef484a05880809c2e443ff44 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } attrs { replace: true } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.515064  7787 consensus_queue.cc:237] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.520576  7865 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:33.522090  7621 raft_consensus.cc:1275] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:14:33.522257  7970 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:14:33.524278  7969 consensus_queue.cc:1048] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.529546  7787 consensus_queue.cc:237] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.532846  7970 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.534948  7620 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.536114  7622 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:33.537861  7982 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.538349  7705 raft_consensus.cc:1275] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Refusing update from remote peer 1aa4992586b84e9fa14bfd341b77de63: 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:33.541101  7942 consensus_queue.cc:1048] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:33.546016  7982 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37eb9c0682724152966008b0107112e6 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.543617  7867 raft_consensus.cc:2955] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.551838  7622 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37eb9c0682724152966008b0107112e6 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.562646  7705 raft_consensus.cc:2955] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37eb9c0682724152966008b0107112e6 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.564297  7245 catalog_manager.cc:5697] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 reported cstate change: config changed from index 4 to 5, VOTER 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.580874  7249 catalog_manager.cc:5697] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa reported cstate change: config changed from index 4 to 5, VOTER 37eb9c0682724152966008b0107112e6 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "1aa4992586b84e9fa14bfd341b77de63" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "1aa4992586b84e9fa14bfd341b77de63" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34097 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.585266  7235 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6f3bf26230c7472596aed843468aaa85 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:33.594414  7696 tablet_service.cc:1558] Processing DeleteTablet for tablet 6f3bf26230c7472596aed843468aaa85 with delete_type TABLET_DATA_TOMBSTONED (TS 4456a0823cd14ec49f32c9faeaa680fa not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49916
I20260630 12:14:33.595489  7705 consensus_queue.cc:237] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [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: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } }
I20260630 12:14:33.608554  7235 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6b6d679ede3e4be383cc5eb7c724d65a with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:33.616519  7622 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:33.618568  7990 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } 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:33.630542  7867 raft_consensus.cc:1275] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Refusing update from remote peer 4456a0823cd14ec49f32c9faeaa680fa: 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:33.632516  7998 consensus_queue.cc:1048] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:14:33.638834  7867 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.644095  7972 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.646688  8003 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:33.646203  7620 raft_consensus.cc:2955] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.647904  8003 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:33.648720  8003 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.656160  7857 tablet_service.cc:1558] Processing DeleteTablet for tablet 6b6d679ede3e4be383cc5eb7c724d65a with delete_type TABLET_DATA_TOMBSTONED (TS 37eb9c0682724152966008b0107112e6 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:46880
I20260630 12:14:33.667058  7249 catalog_manager.cc:5697] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 reported cstate change: config changed from index 4 to 5, VOTER 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "4456a0823cd14ec49f32c9faeaa680fa" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4456a0823cd14ec49f32c9faeaa680fa" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41457 } } peers { permanent_uuid: "37eb9c0682724152966008b0107112e6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44451 } } peers { permanent_uuid: "d0135238ef484a05880809c2e443ff44" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41925 } attrs { promote: false } } }
I20260630 12:14:33.669857  7235 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e01ef4d7830748cb8e903e8ac978adf4 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:33.680874  7777 tablet_service.cc:1558] Processing DeleteTablet for tablet e01ef4d7830748cb8e903e8ac978adf4 with delete_type TABLET_DATA_TOMBSTONED (TS 1aa4992586b84e9fa14bfd341b77de63 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:38138
I20260630 12:14:33.660490  8003 ts_tablet_manager.cc:1916] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:33.700712  8005 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:33.701915  8005 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:33.703850  8003 ts_tablet_manager.cc:1929] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:14:33.704406  8003 log.cc:1199] T 6f3bf26230c7472596aed843468aaa85 P 4456a0823cd14ec49f32c9faeaa680fa: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-0-root/wals/6f3bf26230c7472596aed843468aaa85
I20260630 12:14:33.706202  7235 catalog_manager.cc:5028] TS 4456a0823cd14ec49f32c9faeaa680fa (127.0.107.193:41457): tablet 6f3bf26230c7472596aed843468aaa85 (table test-workload [id=a953d450bf9640dc8498eb46029b60c3]) successfully deleted
I20260630 12:14:33.702907  8005 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.708967  8006 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:33.711607  8005 ts_tablet_manager.cc:1916] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:33.712556  8006 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:33.713436  8006 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:33.717916  8006 ts_tablet_manager.cc:1916] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:33.728170  8005 ts_tablet_manager.cc:1929] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:14:33.728731  8005 log.cc:1199] T 6b6d679ede3e4be383cc5eb7c724d65a P 37eb9c0682724152966008b0107112e6: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-2-root/wals/6b6d679ede3e4be383cc5eb7c724d65a
I20260630 12:14:33.730605  7233 catalog_manager.cc:5028] TS 37eb9c0682724152966008b0107112e6 (127.0.107.195:44451): tablet 6b6d679ede3e4be383cc5eb7c724d65a (table test-workload [id=a953d450bf9640dc8498eb46029b60c3]) successfully deleted
I20260630 12:14:33.732656  8006 ts_tablet_manager.cc:1929] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:14:33.733021  8006 log.cc:1199] T e01ef4d7830748cb8e903e8ac978adf4 P 1aa4992586b84e9fa14bfd341b77de63: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782821479742301-431-0/minicluster-data/ts-1-root/wals/e01ef4d7830748cb8e903e8ac978adf4
I20260630 12:14:33.734331  7235 catalog_manager.cc:5028] TS 1aa4992586b84e9fa14bfd341b77de63 (127.0.107.194:34097): tablet e01ef4d7830748cb8e903e8ac978adf4 (table test-workload [id=a953d450bf9640dc8498eb46029b60c3]) successfully deleted
I20260630 12:14:35.372723   431 tablet_server.cc:179] TabletServer@127.0.107.193:41457 shutting down...
I20260630 12:14:35.393381   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:35.394143   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.394752   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.395213   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.397372   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.397830   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:35.398537   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.400688   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.401117   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:35.401829   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 4456a0823cd14ec49f32c9faeaa680fa [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.425444   431 tablet_server.cc:196] TabletServer@127.0.107.193:41457 shutdown complete.
I20260630 12:14:35.439958   431 tablet_server.cc:179] TabletServer@127.0.107.194:34097 shutting down...
I20260630 12:14:35.461968   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:35.462695   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.463236   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:35.464061   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.466303   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.466797   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.467236   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 1aa4992586b84e9fa14bfd341b77de63 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.469291   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.469781   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:14:35.470528   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 1aa4992586b84e9fa14bfd341b77de63 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.493348   431 tablet_server.cc:196] TabletServer@127.0.107.194:34097 shutdown complete.
I20260630 12:14:35.508741   431 tablet_server.cc:179] TabletServer@127.0.107.195:44451 shutting down...
I20260630 12:14:35.527838   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:35.528570   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.529114   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.529707   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.531728   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.532225   431 raft_consensus.cc:2243] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.532662   431 raft_consensus.cc:2272] T 1c6d011747e4465098e8ee688cbefa14 P 37eb9c0682724152966008b0107112e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.534482   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:35.534894   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.535414   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P 37eb9c0682724152966008b0107112e6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.559029   431 tablet_server.cc:196] TabletServer@127.0.107.195:44451 shutdown complete.
I20260630 12:14:35.574157   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:35.594120   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:35.594874   431 tablet_replica.cc:333] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44: stopping tablet replica
I20260630 12:14:35.595507   431 raft_consensus.cc:2243] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.596093   431 raft_consensus.cc:2272] T 6f3bf26230c7472596aed843468aaa85 P d0135238ef484a05880809c2e443ff44 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.598171   431 tablet_replica.cc:333] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44: stopping tablet replica
I20260630 12:14:35.598691   431 raft_consensus.cc:2243] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.599164   431 raft_consensus.cc:2272] T e01ef4d7830748cb8e903e8ac978adf4 P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.601042   431 tablet_replica.cc:333] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44: stopping tablet replica
I20260630 12:14:35.601516   431 raft_consensus.cc:2243] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:35.602006   431 raft_consensus.cc:2272] T 6b6d679ede3e4be383cc5eb7c724d65a P d0135238ef484a05880809c2e443ff44 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.641078   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:35.653260   431 master.cc:562] Master@127.0.107.254:37751 shutting down...
I20260630 12:14:35.670061   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:35.670563   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:35.670867   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f5665f68de5b412d8776a49c96f9b5ac: stopping tablet replica
I20260630 12:14:35.689955   431 master.cc:584] Master@127.0.107.254:37751 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (17392 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:14:35.725298   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38175
I20260630 12:14:35.726397   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:35.731879  8007 instance_detector.cc: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.731910  8008 instance_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.733188   431 server_base.cc:1061] running on GCE node
W20260630 12:14:35.733256  8010 instance_detector.cc: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.734212   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:35.734405   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.734546   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821675734529 us; error 0 us; skew 500 ppm
I20260630 12:14:35.735049   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:35.737552   431 webserver.cc:533] Webserver started at http://127.0.107.254:38419/ using document root <none> and password file <none>
I20260630 12:14:35.738009   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:35.738180   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:35.738451   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:35.739619   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "abc5916df77c424689cc795dc7088755"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-g2rq"
I20260630 12:14:35.743963   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:14:35.747314  8015 log_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.748142   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:35.748446   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "abc5916df77c424689cc795dc7088755"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-g2rq"
I20260630 12:14:35.748713   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:35.763856   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:35.765054   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:35.801542   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38175
I20260630 12:14:35.801651  8066 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38175 every 8 connection(s)
I20260630 12:14:35.805246  8067 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:35.815541  8067 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Bootstrap starting.
I20260630 12:14:35.820290  8067 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:35.824515  8067 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: No bootstrap required, opened a new log
I20260630 12:14:35.826563  8067 raft_consensus.cc:359] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abc5916df77c424689cc795dc7088755" member_type: VOTER }
I20260630 12:14:35.826947  8067 raft_consensus.cc:385] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:35.827152  8067 raft_consensus.cc:740] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abc5916df77c424689cc795dc7088755, State: Initialized, Role: FOLLOWER
I20260630 12:14:35.827756  8067 consensus_queue.cc:260] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "abc5916df77c424689cc795dc7088755" member_type: VOTER }
I20260630 12:14:35.828172  8067 raft_consensus.cc:399] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:35.828368  8067 raft_consensus.cc:493] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:35.828609  8067 raft_consensus.cc:3060] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:35.833103  8067 raft_consensus.cc:515] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abc5916df77c424689cc795dc7088755" member_type: VOTER }
I20260630 12:14:35.833611  8067 leader_election.cc:304] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [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: abc5916df77c424689cc795dc7088755; no voters: 
I20260630 12:14:35.834726  8067 leader_election.cc:290] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:35.835090  8070 raft_consensus.cc:2804] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:35.836365  8070 raft_consensus.cc:697] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 1 LEADER]: Becoming Leader. State: Replica: abc5916df77c424689cc795dc7088755, State: Running, Role: LEADER
I20260630 12:14:35.836972  8070 consensus_queue.cc:237] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [LEADER]: Queue going to LEADER mode. State: All 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: "abc5916df77c424689cc795dc7088755" member_type: VOTER }
I20260630 12:14:35.837435  8067 sys_catalog.cc:565] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:35.841099  8071 sys_catalog.cc:455] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "abc5916df77c424689cc795dc7088755" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abc5916df77c424689cc795dc7088755" member_type: VOTER } }
I20260630 12:14:35.841922  8071 sys_catalog.cc:458] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:35.841121  8072 sys_catalog.cc:455] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [sys.catalog]: SysCatalogTable state changed. Reason: New leader abc5916df77c424689cc795dc7088755. Latest consensus state: current_term: 1 leader_uuid: "abc5916df77c424689cc795dc7088755" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "abc5916df77c424689cc795dc7088755" member_type: VOTER } }
I20260630 12:14:35.842733  8072 sys_catalog.cc:458] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:35.844213  8077 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:35.849304  8077 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:35.852538   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:35.857930  8077 catalog_manager.cc:1383] Generated new cluster ID: 679c650a25fa4f198e18b707675fba5f
I20260630 12:14:35.858228  8077 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:35.881940  8077 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:35.883232  8077 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:35.897946  8077 catalog_manager.cc:6070] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Generated new TSK 0
I20260630 12:14:35.898584  8077 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:35.919265   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:35.925468  8088 instance_detector.cc: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.926090  8089 instance_detector.cc: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:35.927433  8091 instance_detector.cc: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.928277   431 server_base.cc:1061] running on GCE node
I20260630 12:14:35.929095   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:35.929276   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.929397   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821675929385 us; error 0 us; skew 500 ppm
I20260630 12:14:35.929841   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:35.931979   431 webserver.cc:533] Webserver started at http://127.0.107.193:41065/ using document root <none> and password file <none>
I20260630 12:14:35.932369   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:35.932557   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:35.932776   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:35.933811   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "02ba5eff31a940769a9707a87c9e5058"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-g2rq"
I20260630 12:14:35.937925   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:35.941170  8096 log_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.941905   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:35.942157   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "02ba5eff31a940769a9707a87c9e5058"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-g2rq"
I20260630 12:14:35.942386   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:35.958734   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:35.959939   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:35.961294   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:35.963510   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:35.963694   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:35.963917   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:35.964069   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.004415   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43945
I20260630 12:14:36.004516  8158 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43945 every 8 connection(s)
I20260630 12:14:36.009006   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:36.015635  8163 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:36.016847  8164 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:36.019840   431 server_base.cc:1061] running on GCE node
W20260630 12:14:36.019819  8166 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:36.021062   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:36.021265   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:36.021395   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821676021383 us; error 0 us; skew 500 ppm
I20260630 12:14:36.021804   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:36.024591   431 webserver.cc:533] Webserver started at http://127.0.107.194:40105/ using document root <none> and password file <none>
I20260630 12:14:36.025214   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:36.025449   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:36.025758   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:36.026324  8159 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38175
I20260630 12:14:36.026710  8159 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:36.026813   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-g2rq"
I20260630 12:14:36.027436  8159 heartbeater.cc:507] Master 127.0.107.254:38175 requested a full tablet report, sending...
I20260630 12:14:36.029436  8032 ts_manager.cc:194] Registered new tserver with Master: 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945)
I20260630 12:14:36.031153  8032 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40234
I20260630 12:14:36.031261   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:36.034775  8171 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.035552   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:36.035825   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-g2rq"
I20260630 12:14:36.036084   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:36.059423   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:36.060456   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:36.061784   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:36.063920   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:36.064110   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.064316   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:36.064460   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.100425   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42715
I20260630 12:14:36.100510  8233 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42715 every 8 connection(s)
I20260630 12:14:36.104924   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:36.111701  8237 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:36.114174  8238 instance_detector.cc: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:36.115800  8240 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:36.116351  8234 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38175
I20260630 12:14:36.116353   431 server_base.cc:1061] running on GCE node
I20260630 12:14:36.116787  8234 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:36.117329   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:14:36.117502  8234 heartbeater.cc:507] Master 127.0.107.254:38175 requested a full tablet report, sending...
W20260630 12:14:36.117568   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:36.117924   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821676117904 us; error 0 us; skew 500 ppm
I20260630 12:14:36.118638   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:36.119724  8032 ts_manager.cc:194] Registered new tserver with Master: 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:36.121150  8032 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40236
I20260630 12:14:36.121342   431 webserver.cc:533] Webserver started at http://127.0.107.195:33517/ using document root <none> and password file <none>
I20260630 12:14:36.121860   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:36.122045   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:36.122344   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:36.123590   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "f163ec4335f4413ea4b4328abb9560c4"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-g2rq"
I20260630 12:14:36.127769   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:36.131001  8245 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.131887   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:36.132184   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "f163ec4335f4413ea4b4328abb9560c4"
format_stamp: "Formatted at 2026-06-30 12:14:36 on dist-test-slave-g2rq"
I20260630 12:14:36.132478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:36.161106   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:36.162185   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:36.163599   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:36.165782   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:36.165987   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.166199   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:36.166343   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:36.206625   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43053
I20260630 12:14:36.206722  8307 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43053 every 8 connection(s)
I20260630 12:14:36.220616  8308 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38175
I20260630 12:14:36.221045  8308 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:36.221758  8308 heartbeater.cc:507] Master 127.0.107.254:38175 requested a full tablet report, sending...
I20260630 12:14:36.223662  8032 ts_manager.cc:194] Registered new tserver with Master: f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:36.224478   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014591774s
I20260630 12:14:36.225263  8032 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40250
I20260630 12:14:37.033725  8159 heartbeater.cc:499] Master 127.0.107.254:38175 was elected leader, sending a full tablet report...
I20260630 12:14:37.123694  8234 heartbeater.cc:499] Master 127.0.107.254:38175 was elected leader, sending a full tablet report...
I20260630 12:14:37.228096  8308 heartbeater.cc:499] Master 127.0.107.254:38175 was elected leader, sending a full tablet report...
I20260630 12:14:37.279804  8032 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40252:
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:37.282083  8032 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:37.335309  8273 tablet_service.cc:1511] Processing CreateTablet for tablet 446147c2683d43cc910def9f6b08006a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:37.336897  8273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446147c2683d43cc910def9f6b08006a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.340495  8271 tablet_service.cc:1511] Processing CreateTablet for tablet c44d6445034141baaece717aa42042fe (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:37.341900  8271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c44d6445034141baaece717aa42042fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.340495  8270 tablet_service.cc:1511] Processing CreateTablet for tablet 10e465c774e54e17a27d21a57d35f65a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:37.339118  8272 tablet_service.cc:1511] Processing CreateTablet for tablet 8fb8069030694c69a56011ee146b5e2a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:37.344129  8270 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10e465c774e54e17a27d21a57d35f65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.344849  8272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fb8069030694c69a56011ee146b5e2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.356320  8124 tablet_service.cc:1511] Processing CreateTablet for tablet 446147c2683d43cc910def9f6b08006a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:37.357707  8124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446147c2683d43cc910def9f6b08006a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.360002  8123 tablet_service.cc:1511] Processing CreateTablet for tablet 8fb8069030694c69a56011ee146b5e2a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:37.361492  8123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fb8069030694c69a56011ee146b5e2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.364534  8122 tablet_service.cc:1511] Processing CreateTablet for tablet c44d6445034141baaece717aa42042fe (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:37.365852  8122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c44d6445034141baaece717aa42042fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.367133  8328 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Bootstrap starting.
I20260630 12:14:37.368369  8121 tablet_service.cc:1511] Processing CreateTablet for tablet 10e465c774e54e17a27d21a57d35f65a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:37.369593  8121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10e465c774e54e17a27d21a57d35f65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.370723  8199 tablet_service.cc:1511] Processing CreateTablet for tablet 446147c2683d43cc910def9f6b08006a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:37.371569  8198 tablet_service.cc:1511] Processing CreateTablet for tablet 8fb8069030694c69a56011ee146b5e2a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:37.372288  8196 tablet_service.cc:1511] Processing CreateTablet for tablet 10e465c774e54e17a27d21a57d35f65a (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:37.371999  8199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446147c2683d43cc910def9f6b08006a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.373208  8197 tablet_service.cc:1511] Processing CreateTablet for tablet c44d6445034141baaece717aa42042fe (DEFAULT_TABLE table=test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:37.374405  8197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c44d6445034141baaece717aa42042fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.374963  8196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10e465c774e54e17a27d21a57d35f65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.379645  8198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fb8069030694c69a56011ee146b5e2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.392437  8328 tablet_bootstrap.cc:654] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.404852  8330 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Bootstrap starting.
I20260630 12:14:37.409482  8331 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.413018  8328 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: No bootstrap required, opened a new log
I20260630 12:14:37.413619  8328 ts_tablet_manager.cc:1403] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Time spent bootstrapping tablet: real 0.047s	user 0.006s	sys 0.007s
I20260630 12:14:37.416426  8328 raft_consensus.cc:359] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.416954  8328 raft_consensus.cc:385] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.417171  8328 raft_consensus.cc:740] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.417766  8328 consensus_queue.cc:260] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.420367  8328 ts_tablet_manager.cc:1434] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:14:37.420463  8330 tablet_bootstrap.cc:654] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.421419  8328 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: Bootstrap starting.
I20260630 12:14:37.424209  8331 tablet_bootstrap.cc:654] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.428153  8328 tablet_bootstrap.cc:654] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.436071  8331 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:37.436568  8331 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.006s
I20260630 12:14:37.436697  8328 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: No bootstrap required, opened a new log
I20260630 12:14:37.437216  8328 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.002s
I20260630 12:14:37.440243  8328 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.440939  8328 raft_consensus.cc:385] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.441339  8328 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.440979  8331 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.441659  8330 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: No bootstrap required, opened a new log
I20260630 12:14:37.441803  8331 raft_consensus.cc:385] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.442150  8330 ts_tablet_manager.cc:1403] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.014s
I20260630 12:14:37.442179  8331 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.442122  8328 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.443403  8331 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.444371  8328 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:37.445463  8328 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: Bootstrap starting.
I20260630 12:14:37.445667  8330 raft_consensus.cc:359] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.446535  8330 raft_consensus.cc:385] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.446915  8330 raft_consensus.cc:740] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.447960  8330 consensus_queue.cc:260] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.452055  8328 tablet_bootstrap.cc:654] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.452944  8331 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.008s
I20260630 12:14:37.458310  8331 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.464906  8331 tablet_bootstrap.cc:654] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.472693  8330 ts_tablet_manager.cc:1434] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent starting tablet: real 0.030s	user 0.005s	sys 0.018s
I20260630 12:14:37.473954  8331 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:37.474588  8331 ts_tablet_manager.cc:1403] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:14:37.476120  8328 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: No bootstrap required, opened a new log
I20260630 12:14:37.476662  8328 ts_tablet_manager.cc:1403] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.010s
I20260630 12:14:37.476852  8331 raft_consensus.cc:359] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.477424  8331 raft_consensus.cc:385] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.477639  8331 raft_consensus.cc:740] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.478247  8331 consensus_queue.cc:260] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.479539  8328 raft_consensus.cc:359] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.480099  8331 ts_tablet_manager.cc:1434] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:14:37.480281  8328 raft_consensus.cc:385] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.480641  8328 raft_consensus.cc:740] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.481580  8331 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.481837  8330 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Bootstrap starting.
I20260630 12:14:37.481498  8328 consensus_queue.cc:260] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.485944  8328 ts_tablet_manager.cc:1434] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:14:37.487077  8328 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Bootstrap starting.
I20260630 12:14:37.488210  8331 tablet_bootstrap.cc:654] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.488586  8330 tablet_bootstrap.cc:654] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.493018  8328 tablet_bootstrap.cc:654] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.499840  8331 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:37.500607  8330 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: No bootstrap required, opened a new log
I20260630 12:14:37.501276  8330 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:14:37.500627  8331 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.008s
I20260630 12:14:37.506723  8331 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.507675  8331 raft_consensus.cc:385] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.507660  8330 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.508332  8331 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.508724  8330 raft_consensus.cc:385] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.509013  8330 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.509352  8331 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.509640  8330 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.510090  8328 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: No bootstrap required, opened a new log
I20260630 12:14:37.511266  8331 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:37.511866  8330 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:14:37.512416  8331 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.512930  8330 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Bootstrap starting.
I20260630 12:14:37.517814  8331 tablet_bootstrap.cc:654] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.513433  8328 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.008s
I20260630 12:14:37.521950  8330 tablet_bootstrap.cc:654] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.522531  8328 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.523417  8328 raft_consensus.cc:385] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.523756  8328 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.524657  8328 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.526924  8328 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:37.532979  8331 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:37.533500  8331 ts_tablet_manager.cc:1403] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.021s	user 0.003s	sys 0.013s
I20260630 12:14:37.534633  8330 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: No bootstrap required, opened a new log
I20260630 12:14:37.535281  8330 ts_tablet_manager.cc:1403] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.003s
I20260630 12:14:37.536100  8331 raft_consensus.cc:359] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.536852  8331 raft_consensus.cc:385] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.537142  8331 raft_consensus.cc:740] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.537703  8330 raft_consensus.cc:359] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.537961  8331 consensus_queue.cc:260] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.538349  8330 raft_consensus.cc:385] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.538872  8330 raft_consensus.cc:740] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.540254  8331 ts_tablet_manager.cc:1434] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260630 12:14:37.540112  8330 consensus_queue.cc:260] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.542392  8330 ts_tablet_manager.cc:1434] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:14:37.543447  8330 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Bootstrap starting.
I20260630 12:14:37.549469  8330 tablet_bootstrap.cc:654] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.554741  8330 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: No bootstrap required, opened a new log
I20260630 12:14:37.555141  8330 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:14:37.557108  8330 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.557615  8330 raft_consensus.cc:385] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.557821  8330 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.558408  8330 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.560062  8330 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:37.656268  8332 raft_consensus.cc:493] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:37.656759  8332 raft_consensus.cc:515] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.658861  8332 leader_election.cc:290] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:37.669080  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fb8069030694c69a56011ee146b5e2a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" is_pre_election: true
I20260630 12:14:37.669137  8134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fb8069030694c69a56011ee146b5e2a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058" is_pre_election: true
I20260630 12:14:37.669876  8209 raft_consensus.cc:2468] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 0.
I20260630 12:14:37.669945  8134 raft_consensus.cc:2468] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 0.
I20260630 12:14:37.671000  8249 leader_election.cc:304] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, 4eea5366c4ec4e739a5bec5ddffdf4ff, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.671693  8332 raft_consensus.cc:2804] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:37.671957  8332 raft_consensus.cc:493] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:37.672192  8332 raft_consensus.cc:3060] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.676820  8332 raft_consensus.cc:515] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.678412  8332 leader_election.cc:290] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 election: Requested vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:37.679406  8134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fb8069030694c69a56011ee146b5e2a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058"
I20260630 12:14:37.679472  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fb8069030694c69a56011ee146b5e2a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff"
I20260630 12:14:37.680078  8134 raft_consensus.cc:3060] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.680181  8209 raft_consensus.cc:3060] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.685014  8134 raft_consensus.cc:2468] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 1.
I20260630 12:14:37.685034  8209 raft_consensus.cc:2468] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 1.
I20260630 12:14:37.686195  8247 leader_election.cc:304] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, 4eea5366c4ec4e739a5bec5ddffdf4ff, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.686936  8332 raft_consensus.cc:2804] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.687968  8332 raft_consensus.cc:697] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Becoming Leader. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Running, Role: LEADER
I20260630 12:14:37.688793  8332 consensus_queue.cc:237] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.696832  8031 catalog_manager.cc:5697] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:37.723438  8337 raft_consensus.cc:493] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:37.724341  8337 raft_consensus.cc:515] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.726814  8337 leader_election.cc:290] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053), 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945)
I20260630 12:14:37.736760  8332 raft_consensus.cc:493] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:37.737329  8332 raft_consensus.cc:515] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.737566  8283 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446147c2683d43cc910def9f6b08006a" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4" is_pre_election: true
I20260630 12:14:37.738039  8134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446147c2683d43cc910def9f6b08006a" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058" is_pre_election: true
I20260630 12:14:37.738271  8283 raft_consensus.cc:2468] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 0.
I20260630 12:14:37.738637  8134 raft_consensus.cc:2468] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 0.
I20260630 12:14:37.739837  8173 leader_election.cc:304] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, 4eea5366c4ec4e739a5bec5ddffdf4ff; no voters: 
I20260630 12:14:37.740155  8332 leader_election.cc:290] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:37.740273  8134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10e465c774e54e17a27d21a57d35f65a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058" is_pre_election: true
I20260630 12:14:37.740928  8337 raft_consensus.cc:2804] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:37.740978  8134 raft_consensus.cc:2468] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 0.
I20260630 12:14:37.741236  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10e465c774e54e17a27d21a57d35f65a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" is_pre_election: true
I20260630 12:14:37.741416  8337 raft_consensus.cc:493] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:37.741845  8337 raft_consensus.cc:3060] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.741917  8209 raft_consensus.cc:2468] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 0.
I20260630 12:14:37.742476  8247 leader_election.cc:304] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.743263  8332 raft_consensus.cc:2804] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:37.743664  8332 raft_consensus.cc:493] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:37.744024  8332 raft_consensus.cc:3060] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.748129  8337 raft_consensus.cc:515] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.749228  8332 raft_consensus.cc:515] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.750087  8337 leader_election.cc:290] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 1 election: Requested vote from peers f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053), 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945)
I20260630 12:14:37.751247  8283 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446147c2683d43cc910def9f6b08006a" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4"
I20260630 12:14:37.751425  8134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446147c2683d43cc910def9f6b08006a" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058"
I20260630 12:14:37.752000  8283 raft_consensus.cc:3060] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.752091  8134 raft_consensus.cc:3060] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.752241  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10e465c774e54e17a27d21a57d35f65a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff"
I20260630 12:14:37.752197  8133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10e465c774e54e17a27d21a57d35f65a" candidate_uuid: "f163ec4335f4413ea4b4328abb9560c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058"
I20260630 12:14:37.753041  8332 leader_election.cc:290] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 election: Requested vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:37.753489  8133 raft_consensus.cc:3060] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.753160  8209 raft_consensus.cc:3060] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.759914  8134 raft_consensus.cc:2468] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 1.
I20260630 12:14:37.760769  8283 raft_consensus.cc:2468] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 1.
I20260630 12:14:37.761230  8209 raft_consensus.cc:2468] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 1.
I20260630 12:14:37.761248  8133 raft_consensus.cc:2468] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f163ec4335f4413ea4b4328abb9560c4 in term 1.
I20260630 12:14:37.761453  8173 leader_election.cc:304] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, 4eea5366c4ec4e739a5bec5ddffdf4ff; no voters: 
I20260630 12:14:37.762490  8337 raft_consensus.cc:2804] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.762926  8249 leader_election.cc:304] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eea5366c4ec4e739a5bec5ddffdf4ff, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.763929  8332 raft_consensus.cc:2804] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.764405  8332 raft_consensus.cc:697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Becoming Leader. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Running, Role: LEADER
I20260630 12:14:37.764627  8337 raft_consensus.cc:697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Becoming Leader. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Running, Role: LEADER
I20260630 12:14:37.765261  8332 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.765888  8337 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.774349  8031 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:37.774396  8032 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:37.783622  8336 raft_consensus.cc:493] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:37.784169  8336 raft_consensus.cc:515] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.786172  8336 leader_election.cc:290] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715), f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:37.795799  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "02ba5eff31a940769a9707a87c9e5058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" is_pre_election: true
I20260630 12:14:37.796396  8209 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02ba5eff31a940769a9707a87c9e5058 in term 0.
I20260630 12:14:37.797165  8283 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "02ba5eff31a940769a9707a87c9e5058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4" is_pre_election: true
I20260630 12:14:37.797287  8100 leader_election.cc:304] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, 4eea5366c4ec4e739a5bec5ddffdf4ff; no voters: 
I20260630 12:14:37.797703  8283 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 02ba5eff31a940769a9707a87c9e5058 in term 0.
I20260630 12:14:37.798008  8336 raft_consensus.cc:2804] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:37.798386  8336 raft_consensus.cc:493] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:37.798704  8336 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.803270  8336 raft_consensus.cc:515] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.804721  8336 leader_election.cc:290] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 election: Requested vote from peers 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715), f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:37.805488  8209 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "02ba5eff31a940769a9707a87c9e5058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff"
I20260630 12:14:37.805648  8283 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "02ba5eff31a940769a9707a87c9e5058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4"
I20260630 12:14:37.805981  8209 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.806155  8283 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.810686  8283 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02ba5eff31a940769a9707a87c9e5058 in term 1.
I20260630 12:14:37.810686  8209 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 02ba5eff31a940769a9707a87c9e5058 in term 1.
I20260630 12:14:37.811761  8099 leader_election.cc:304] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 02ba5eff31a940769a9707a87c9e5058, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.812480  8336 raft_consensus.cc:2804] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.813560  8336 raft_consensus.cc:697] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Becoming Leader. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Running, Role: LEADER
I20260630 12:14:37.814198  8336 consensus_queue.cc:237] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.821291  8032 catalog_manager.cc:5697] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 reported cstate change: term changed from 0 to 1, leader changed from <none> to 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "02ba5eff31a940769a9707a87c9e5058" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:37.889456  8032 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40262:
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:37.920646  8123 tablet_service.cc:1511] Processing CreateTablet for tablet 7d4fea1bebb14df28abec6e5d3775cea (DEFAULT_TABLE table=dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:37.921947  8123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d4fea1bebb14df28abec6e5d3775cea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.921927  8198 tablet_service.cc:1511] Processing CreateTablet for tablet 9d4556abf4034f1a96109c50aff440fe (DEFAULT_TABLE table=dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:37.923349  8198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d4556abf4034f1a96109c50aff440fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.923381  8270 tablet_service.cc:1511] Processing CreateTablet for tablet ecced24b2ff34b82ae4a6a5d60671174 (DEFAULT_TABLE table=dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:37.924744  8270 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ecced24b2ff34b82ae4a6a5d60671174. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.924954  8121 tablet_service.cc:1511] Processing CreateTablet for tablet 649f1cbffaa240d7833136e53b9350d5 (DEFAULT_TABLE table=dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:37.926126  8121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 649f1cbffaa240d7833136e53b9350d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:37.937623  8331 tablet_bootstrap.cc:492] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.941767  8328 tablet_bootstrap.cc:492] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Bootstrap starting.
I20260630 12:14:37.943149  8330 tablet_bootstrap.cc:492] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Bootstrap starting.
I20260630 12:14:37.944797  8331 tablet_bootstrap.cc:654] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.948328  8328 tablet_bootstrap.cc:654] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.949455  8330 tablet_bootstrap.cc:654] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.950170  8331 tablet_bootstrap.cc:492] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:37.950649  8331 ts_tablet_manager.cc:1403] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:14:37.953717  8331 raft_consensus.cc:359] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.954392  8331 raft_consensus.cc:385] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.954727  8331 raft_consensus.cc:740] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.955504  8331 consensus_queue.cc:260] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.955983  8331 raft_consensus.cc:399] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:37.956193  8331 raft_consensus.cc:493] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:37.956307  8328 tablet_bootstrap.cc:492] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: No bootstrap required, opened a new log
I20260630 12:14:37.956494  8331 raft_consensus.cc:3060] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.956820  8328 ts_tablet_manager.cc:1403] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Time spent bootstrapping tablet: real 0.015s	user 0.015s	sys 0.000s
I20260630 12:14:37.959049  8328 raft_consensus.cc:359] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.959719  8328 raft_consensus.cc:385] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.960052  8328 raft_consensus.cc:740] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.960650  8330 tablet_bootstrap.cc:492] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: No bootstrap required, opened a new log
I20260630 12:14:37.960824  8328 consensus_queue.cc:260] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.961215  8330 ts_tablet_manager.cc:1403] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260630 12:14:37.961725  8328 raft_consensus.cc:399] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:37.962077  8328 raft_consensus.cc:493] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:37.962414  8328 raft_consensus.cc:3060] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.962416  8331 raft_consensus.cc:515] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.963274  8331 leader_election.cc:304] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [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: 02ba5eff31a940769a9707a87c9e5058; no voters: 
I20260630 12:14:37.963850  8331 leader_election.cc:290] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:37.963999  8336 raft_consensus.cc:2804] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.964283  8330 raft_consensus.cc:359] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } }
I20260630 12:14:37.964879  8330 raft_consensus.cc:385] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:37.965142  8330 raft_consensus.cc:740] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:37.965847  8330 consensus_queue.cc:260] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } }
I20260630 12:14:37.966138  8331 ts_tablet_manager.cc:1434] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.015s	user 0.015s	sys 0.000s
I20260630 12:14:37.966496  8330 raft_consensus.cc:399] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:37.966871  8330 raft_consensus.cc:493] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:37.967195  8330 raft_consensus.cc:3060] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:37.967826  8331 tablet_bootstrap.cc:492] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:37.970278  8328 raft_consensus.cc:515] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.971104  8328 leader_election.cc:304] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [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: f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:37.972105  8332 raft_consensus.cc:2804] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.972555  8332 raft_consensus.cc:697] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Becoming Leader. State: Replica: f163ec4335f4413ea4b4328abb9560c4, State: Running, Role: LEADER
I20260630 12:14:37.973214  8332 consensus_queue.cc:237] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Queue going to LEADER mode. State: All 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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:37.974869  8330 raft_consensus.cc:515] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } }
I20260630 12:14:37.975634  8330 leader_election.cc:304] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: 4eea5366c4ec4e739a5bec5ddffdf4ff; no voters: 
I20260630 12:14:37.976224  8330 leader_election.cc:290] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:37.976497  8337 raft_consensus.cc:2804] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:37.978045  8330 ts_tablet_manager.cc:1434] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Time spent starting tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:14:37.978865  8336 raft_consensus.cc:697] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Becoming Leader. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Running, Role: LEADER
I20260630 12:14:37.978123  8331 tablet_bootstrap.cc:654] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:37.979668  8336 consensus_queue.cc:237] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [LEADER]: Queue going to LEADER mode. State: All 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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:37.982996  8337 raft_consensus.cc:697] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Becoming Leader. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Running, Role: LEADER
I20260630 12:14:37.984108  8337 consensus_queue.cc:237] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Queue going to LEADER mode. State: All 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: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } }
I20260630 12:14:37.987828  8032 catalog_manager.cc:5697] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 reported cstate change: term changed from 0 to 1, leader changed from <none> to 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "02ba5eff31a940769a9707a87c9e5058" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:37.995481  8031 catalog_manager.cc:5697] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:37.996639  8328 leader_election.cc:290] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:37.999002  8328 ts_tablet_manager.cc:1434] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Time spent starting tablet: real 0.042s	user 0.015s	sys 0.000s
I20260630 12:14:38.036381  8331 tablet_bootstrap.cc:492] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: No bootstrap required, opened a new log
I20260630 12:14:38.037047  8331 ts_tablet_manager.cc:1403] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.070s	user 0.022s	sys 0.039s
I20260630 12:14:38.040642  8331 raft_consensus.cc:359] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:38.041378  8331 raft_consensus.cc:385] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:38.041733  8331 raft_consensus.cc:740] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:38.042609  8331 consensus_queue.cc:260] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:38.043540  8331 raft_consensus.cc:399] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:38.043946  8331 raft_consensus.cc:493] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:38.042718  8030 catalog_manager.cc:5697] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:38.044335  8331 raft_consensus.cc:3060] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:38.051376  8331 raft_consensus.cc:515] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:38.052095  8331 leader_election.cc:304] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [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: 02ba5eff31a940769a9707a87c9e5058; no voters: 
I20260630 12:14:38.052567  8331 leader_election.cc:290] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:38.052721  8357 raft_consensus.cc:2804] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:38.054319  8357 raft_consensus.cc:697] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Becoming Leader. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Running, Role: LEADER
I20260630 12:14:38.055039  8331 ts_tablet_manager.cc:1434] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.003s
I20260630 12:14:38.055059  8357 consensus_queue.cc:237] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [LEADER]: Queue going to LEADER mode. State: All 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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:38.061550  8030 catalog_manager.cc:5697] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 reported cstate change: term changed from 0 to 1, leader changed from <none> to 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "02ba5eff31a940769a9707a87c9e5058" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:38.095121   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:38.113067   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:38.113818   431 tablet_replica.cc:333] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.114395   431 raft_consensus.cc:2243] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:38.114794   431 raft_consensus.cc:2272] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:38.117126   431 tablet_replica.cc:333] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.117607   431 raft_consensus.cc:2243] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:38.117918   431 raft_consensus.cc:2272] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:38.119644   431 tablet_replica.cc:333] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.120077   431 raft_consensus.cc:2243] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:38.120407   431 raft_consensus.cc:2272] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:38.122617   431 tablet_replica.cc:333] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.123126   431 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:38.123477   431 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:38.125217   431 tablet_replica.cc:333] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.125738   431 raft_consensus.cc:2243] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:38.126276   431 pending_rounds.cc:70] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Trying to abort 1 pending ops.
I20260630 12:14:38.126425   431 pending_rounds.cc:77] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437592333574144 op_type: NO_OP noop_request { }
I20260630 12:14:38.126678   431 raft_consensus.cc:2889] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:14:38.126888   431 raft_consensus.cc:2272] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:38.128921   431 tablet_replica.cc:333] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: stopping tablet replica
I20260630 12:14:38.129351   431 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:38.129653   431 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:38.147842  8173 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111) [suppressed 39 similar messages]
W20260630 12:14:38.150898  8173 consensus_peers.cc:597] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:38.153265   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:38.179077  8348 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:38.193744  8247 consensus_peers.cc:597] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:38.233814  8380 consensus_queue.cc:1048] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:38.246835  8247 consensus_peers.cc:597] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:38.371258  8337 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:38.745954  8332 consensus_queue.cc:579] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Leader has been unable to successfully communicate with peer 02ba5eff31a940769a9707a87c9e5058 for more than 1 seconds (1.056s)
I20260630 12:14:38.795291  8332 consensus_queue.cc:579] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Leader has been unable to successfully communicate with peer 02ba5eff31a940769a9707a87c9e5058 for more than 1 seconds (1.029s)
I20260630 12:14:39.127847  8369 consensus_queue.cc:579] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Leader has been unable to successfully communicate with peer 02ba5eff31a940769a9707a87c9e5058 for more than 1 seconds (1.360s)
I20260630 12:14:39.212743  8031 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:40252:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:39.213301  8031 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:40252:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:14:39.228196  8031 catalog_manager.cc:5984] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Sending DeleteTablet for 1 replicas of tablet 7d4fea1bebb14df28abec6e5d3775cea
I20260630 12:14:39.229094  8031 catalog_manager.cc:5984] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Sending DeleteTablet for 1 replicas of tablet 9d4556abf4034f1a96109c50aff440fe
I20260630 12:14:39.229774  8031 catalog_manager.cc:5984] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Sending DeleteTablet for 1 replicas of tablet ecced24b2ff34b82ae4a6a5d60671174
I20260630 12:14:39.230584  8031 catalog_manager.cc:5984] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: Sending DeleteTablet for 1 replicas of tablet 649f1cbffaa240d7833136e53b9350d5
I20260630 12:14:39.231120  8198 tablet_service.cc:1558] Processing DeleteTablet for tablet 9d4556abf4034f1a96109c50aff440fe with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:39 UTC) from {username='slave'} at 127.0.0.1:45114
I20260630 12:14:39.231740  8270 tablet_service.cc:1558] Processing DeleteTablet for tablet ecced24b2ff34b82ae4a6a5d60671174 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:39 UTC) from {username='slave'} at 127.0.0.1:54312
I20260630 12:14:39.234436   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:14:39.245677  8401 tablet_replica.cc:333] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: stopping tablet replica
I20260630 12:14:39.246307  8400 tablet_replica.cc:333] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: stopping tablet replica
I20260630 12:14:39.246966  8401 raft_consensus.cc:2243] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:39.247285  8400 raft_consensus.cc:2243] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:39.247829  8401 raft_consensus.cc:2272] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:39.248090  8400 raft_consensus.cc:2272] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:39.250162  8017 catalog_manager.cc:4755] TS 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 7d4fea1bebb14df28abec6e5d3775cea: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111)
I20260630 12:14:39.251214  8401 ts_tablet_manager.cc:1916] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:39.253090  8400 ts_tablet_manager.cc:1916] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:14:39.254685  8403 instance_detector.cc: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:39.259656  8404 instance_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:39.268963   431 server_base.cc:1061] running on GCE node
W20260630 12:14:39.269577  8406 instance_detector.cc: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:39.269738  8401 ts_tablet_manager.cc:1929] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:39.270268  8401 log.cc:1199] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root/wals/ecced24b2ff34b82ae4a6a5d60671174
I20260630 12:14:39.270684   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:39.270941   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:39.271003  8401 ts_tablet_manager.cc:1950] T ecced24b2ff34b82ae4a6a5d60671174 P f163ec4335f4413ea4b4328abb9560c4: Deleting consensus metadata
I20260630 12:14:39.271118   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821679271102 us; error 0 us; skew 500 ppm
I20260630 12:14:39.271938   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:39.273432  8400 ts_tablet_manager.cc:1929] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:14:39.273849  8400 log.cc:1199] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root/wals/9d4556abf4034f1a96109c50aff440fe
I20260630 12:14:39.274672  8400 ts_tablet_manager.cc:1950] T 9d4556abf4034f1a96109c50aff440fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Deleting consensus metadata
I20260630 12:14:39.274540  8018 catalog_manager.cc:5028] TS f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053): tablet ecced24b2ff34b82ae4a6a5d60671174 (table dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]) successfully deleted
I20260630 12:14:39.275492   431 webserver.cc:533] Webserver started at http://127.0.107.196:44553/ using document root <none> and password file <none>
I20260630 12:14:39.276026   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:39.276206   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:39.276561   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:39.277464  8019 catalog_manager.cc:5028] TS 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715): tablet 9d4556abf4034f1a96109c50aff440fe (table dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]) successfully deleted
I20260630 12:14:39.278020   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5"
format_stamp: "Formatted at 2026-06-30 12:14:39 on dist-test-slave-g2rq"
I20260630 12:14:39.282861   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:39.286371  8411 log_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:39.287158   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:39.287480   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5"
format_stamp: "Formatted at 2026-06-30 12:14:39 on dist-test-slave-g2rq"
I20260630 12:14:39.287760   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:39.299898   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:39.300935   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:39.302203   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:39.304243   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:39.304442   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:39.304658   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:39.304804   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:39.344627   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39067
I20260630 12:14:39.344715  8473 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39067 every 8 connection(s)
I20260630 12:14:39.348758   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:39.355988  8477 instance_detector.cc: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:39.356204  8478 instance_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:39.360096  8474 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38175
I20260630 12:14:39.360170   431 server_base.cc:1061] running on GCE node
I20260630 12:14:39.360778  8474 heartbeater.cc:461] Registering TS with master...
W20260630 12:14:39.361485  8481 instance_detector.cc: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:39.361704  8474 heartbeater.cc:507] Master 127.0.107.254:38175 requested a full tablet report, sending...
I20260630 12:14:39.362684   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:39.362988   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:39.363168   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821679363149 us; error 0 us; skew 500 ppm
I20260630 12:14:39.363922   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:39.363901  8031 ts_manager.cc:194] Registered new tserver with Master: 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067)
I20260630 12:14:39.365973  8031 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40270
I20260630 12:14:39.366840   431 webserver.cc:533] Webserver started at http://127.0.107.193:41065/ using document root <none> and password file <none>
I20260630 12:14:39.367486   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:39.367648   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:14:39.371690   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:14:39.374724  8485 log_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:39.375488   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:39.375777   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "02ba5eff31a940769a9707a87c9e5058"
format_stamp: "Formatted at 2026-06-30 12:14:35 on dist-test-slave-g2rq"
I20260630 12:14:39.376045   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-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:39.397982   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:39.399123   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:39.400321   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:39.403702  8492 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:14:39.407889  8283 consensus_queue.cc:237] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.416805  8209 raft_consensus.cc:1275] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:39.418681  8332 consensus_queue.cc:1048] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:39.434540  8249 consensus_peers.cc:597] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8fb8069030694c69a56011ee146b5e2a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:39.436141  8494 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.438365  8209 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
W20260630 12:14:39.439973  8247 consensus_peers.cc:597] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:39.441884  8208 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.447772  8018 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8fb8069030694c69a56011ee146b5e2a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:14:39.453202  8031 catalog_manager.cc:5697] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.454887   431 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:14:39.455282   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.053s	user 0.000s	sys 0.002s
I20260630 12:14:39.455636   431 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:14:39.458128  8283 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.466436  8492 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
W20260630 12:14:39.467711  8175 consensus_peers.cc:597] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 446147c2683d43cc910def9f6b08006a. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:14:39.475885  8173 consensus_peers.cc:597] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:39.484730  8282 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:14:39.485100  8249 consensus_peers.cc:597] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 10e465c774e54e17a27d21a57d35f65a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:39.486438  8392 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:39.488407  8208 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:39.493841   431 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:14:39.494377   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.039s	user 0.033s	sys 0.004s
I20260630 12:14:39.494743  8494 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:14:39.502724  8247 consensus_peers.cc:597] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:39.507148  8391 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.509442  8282 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.514739  8332 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.506785  8492 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: 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:39.516785  8209 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.518563  8492 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.521318  8019 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 446147c2683d43cc910def9f6b08006a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:14:39.523123  8492 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.057s	user 0.020s	sys 0.013s
I20260630 12:14:39.528702  8018 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 10e465c774e54e17a27d21a57d35f65a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:14:39.529866  8031 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:39.535145  8492 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.536049  8492 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.535259  8030 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:39.536914  8492 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.544682  8492 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.009s
I20260630 12:14:39.545704  8492 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:39.562517  8492 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: 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:39.563196  8492 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.563791  8492 ts_tablet_manager.cc:1403] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:14:39.565672  8492 raft_consensus.cc:359] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.566201  8492 raft_consensus.cc:740] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.566795  8492 consensus_queue.cc:260] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.568369  8492 ts_tablet_manager.cc:1434] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:39.569011  8492 tablet_bootstrap.cc:492] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:39.581156  8492 tablet_bootstrap.cc:492] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: 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:39.581925  8492 tablet_bootstrap.cc:492] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.582453  8492 ts_tablet_manager.cc:1403] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.004s
I20260630 12:14:39.584425  8492 raft_consensus.cc:359] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.584877  8492 raft_consensus.cc:740] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.585448  8492 consensus_queue.cc:260] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.585983  8492 raft_consensus.cc:399] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:39.586210  8492 raft_consensus.cc:493] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:39.586472  8492 raft_consensus.cc:3060] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:39.591467  8492 raft_consensus.cc:515] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.592024  8492 leader_election.cc:304] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [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: 02ba5eff31a940769a9707a87c9e5058; no voters: 
I20260630 12:14:39.592517  8492 leader_election.cc:290] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:39.592667  8507 raft_consensus.cc:2804] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:39.594161  8507 raft_consensus.cc:697] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 2 LEADER]: Becoming Leader. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Running, Role: LEADER
I20260630 12:14:39.594981  8507 consensus_queue.cc:237] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.599125  8492 ts_tablet_manager.cc:1434] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.016s	user 0.018s	sys 0.000s
I20260630 12:14:39.600157  8492 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:39.605010   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43945
I20260630 12:14:39.605134  8566 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43945 every 8 connection(s)
I20260630 12:14:39.611953  8492 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: 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:39.612644  8492 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.613199  8492 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:14:39.615285  8492 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.615840  8492 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.616422  8492 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.617923  8492 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:39.618543  8492 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:39.620517  8567 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38175
I20260630 12:14:39.620863  8567 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:39.621577  8567 heartbeater.cc:507] Master 127.0.107.254:38175 requested a full tablet report, sending...
I20260630 12:14:39.625577  8030 ts_manager.cc:194] Re-registered known tserver with Master: 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945)
I20260630 12:14:39.630332  8492 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: 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:39.631124  8492 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.631649  8492 ts_tablet_manager.cc:1403] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:14:39.632107  8030 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40280
I20260630 12:14:39.633741  8492 raft_consensus.cc:359] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.634413  8492 raft_consensus.cc:740] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.634971  8567 heartbeater.cc:499] Master 127.0.107.254:38175 was elected leader, sending a full tablet report...
I20260630 12:14:39.634934  8492 consensus_queue.cc:260] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.636516  8492 ts_tablet_manager.cc:1434] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:39.637118  8492 tablet_bootstrap.cc:492] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Bootstrap starting.
I20260630 12:14:39.651170  8492 tablet_bootstrap.cc:492] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: 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:39.651876  8492 tablet_bootstrap.cc:492] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Bootstrap complete.
I20260630 12:14:39.652376  8492 ts_tablet_manager.cc:1403] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:14:39.654421  8492 raft_consensus.cc:359] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.654832  8492 raft_consensus.cc:740] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Initialized, Role: FOLLOWER
I20260630 12:14:39.655293  8492 consensus_queue.cc:260] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.655756  8492 raft_consensus.cc:399] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:39.655961  8492 raft_consensus.cc:493] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:39.656198  8492 raft_consensus.cc:3060] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:39.661355  8492 raft_consensus.cc:515] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.661988  8492 leader_election.cc:304] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [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: 02ba5eff31a940769a9707a87c9e5058; no voters: 
I20260630 12:14:39.662529  8492 leader_election.cc:290] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:14:39.662696  8556 raft_consensus.cc:2804] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:39.663251  8556 raft_consensus.cc:697] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 2 LEADER]: Becoming Leader. State: Replica: 02ba5eff31a940769a9707a87c9e5058, State: Running, Role: LEADER
I20260630 12:14:39.664021  8492 ts_tablet_manager.cc:1434] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Time spent starting tablet: real 0.011s	user 0.012s	sys 0.000s
I20260630 12:14:39.663998  8556 consensus_queue.cc:237] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:39.665448  8527 tablet_service.cc:1558] Processing DeleteTablet for tablet 649f1cbffaa240d7833136e53b9350d5 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:39 UTC) from {username='slave'} at 127.0.0.1:35770
I20260630 12:14:39.665802  8526 tablet_service.cc:1558] Processing DeleteTablet for tablet 7d4fea1bebb14df28abec6e5d3775cea with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:14:39 UTC) from {username='slave'} at 127.0.0.1:35770
I20260630 12:14:39.668277  8575 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:39.669065  8575 raft_consensus.cc:2243] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:39.669513  8575 raft_consensus.cc:2272] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:39.672179  8575 ts_tablet_manager.cc:1916] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:39.682900  8575 ts_tablet_manager.cc:1929] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:39.683257  8575 log.cc:1199] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root/wals/649f1cbffaa240d7833136e53b9350d5
I20260630 12:14:39.683967  8575 ts_tablet_manager.cc:1950] T 649f1cbffaa240d7833136e53b9350d5 P 02ba5eff31a940769a9707a87c9e5058: Deleting consensus metadata
I20260630 12:14:39.686364  8575 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:39.686410  8017 catalog_manager.cc:5028] TS 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): tablet 649f1cbffaa240d7833136e53b9350d5 (table dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]) successfully deleted
I20260630 12:14:39.687028  8575 raft_consensus.cc:2243] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:39.687538  8575 raft_consensus.cc:2272] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:39.690042  8575 ts_tablet_manager.cc:1916] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:14:39.701494  8575 ts_tablet_manager.cc:1929] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:14:39.701839  8575 log.cc:1199] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root/wals/7d4fea1bebb14df28abec6e5d3775cea
I20260630 12:14:39.702419  8575 ts_tablet_manager.cc:1950] T 7d4fea1bebb14df28abec6e5d3775cea P 02ba5eff31a940769a9707a87c9e5058: Deleting consensus metadata
I20260630 12:14:39.704735  8017 catalog_manager.cc:5028] TS 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): tablet 7d4fea1bebb14df28abec6e5d3775cea (table dugtrio [id=8e0a637f1dc14a7893a1d288d25a57a2]) successfully deleted
I20260630 12:14:39.846798  8494 consensus_queue.cc:1050] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:39.852641  8538 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:39.854756  8391 raft_consensus.cc:493] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:39.855403  8391 raft_consensus.cc:515] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.857573  8391 leader_election.cc:290] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:39.859314  8282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4" is_pre_election: true
I20260630 12:14:39.860186  8282 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 1.
I20260630 12:14:39.861620  8174 leader_election.cc:304] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: 4eea5366c4ec4e739a5bec5ddffdf4ff, f163ec4335f4413ea4b4328abb9560c4; no voters: 
I20260630 12:14:39.862411  8391 raft_consensus.cc:2804] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:14:39.862787  8391 raft_consensus.cc:493] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:39.863111  8391 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:39.870800  8391 raft_consensus.cc:515] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.871579  8538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058" is_pre_election: true
I20260630 12:14:39.872556  8538 raft_consensus.cc:2410] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4eea5366c4ec4e739a5bec5ddffdf4ff 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:39.872969  8391 leader_election.cc:290] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [CANDIDATE]: Term 2 election: Requested vote from peers 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945), f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:39.873710  8538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02ba5eff31a940769a9707a87c9e5058"
I20260630 12:14:39.874372  8538 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:39.875841  8282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c44d6445034141baaece717aa42042fe" candidate_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f163ec4335f4413ea4b4328abb9560c4"
I20260630 12:14:39.876489  8282 raft_consensus.cc:3060] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:14:39.876716  8577 ts_tablet_manager.cc:933] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:39.882211  8538 raft_consensus.cc:2410] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4eea5366c4ec4e739a5bec5ddffdf4ff 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:39.883844  8282 raft_consensus.cc:2468] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eea5366c4ec4e739a5bec5ddffdf4ff in term 2.
I20260630 12:14:39.885143  8174 leader_election.cc:304] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: 4eea5366c4ec4e739a5bec5ddffdf4ff, f163ec4335f4413ea4b4328abb9560c4; no voters: 02ba5eff31a940769a9707a87c9e5058
I20260630 12:14:39.885289  8577 tablet_copy_client.cc:323] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43053
I20260630 12:14:39.885977  8391 raft_consensus.cc:2804] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:14:39.886497  8391 raft_consensus.cc:697] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 LEADER]: Becoming Leader. State: Replica: 4eea5366c4ec4e739a5bec5ddffdf4ff, State: Running, Role: LEADER
I20260630 12:14:39.887283  8391 consensus_queue.cc:237] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Queue going to LEADER 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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:39.896322  8031 catalog_manager.cc:5697] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: term changed from 1 to 2, leader changed from 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193) to 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194). New cstate: current_term: 2 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:39.908473  8582 ts_tablet_manager.cc:933] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:39.910606  8582 tablet_copy_client.cc:323] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42715
I20260630 12:14:39.922649  8293 tablet_copy_service.cc:140] P f163ec4335f4413ea4b4328abb9560c4: Received BeginTabletCopySession request for tablet 10e465c774e54e17a27d21a57d35f65a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:54342)
I20260630 12:14:39.923241  8293 tablet_copy_service.cc:161] P f163ec4335f4413ea4b4328abb9560c4: Beginning new tablet copy session on tablet 10e465c774e54e17a27d21a57d35f65a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:54342: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a
I20260630 12:14:39.929437  8219 tablet_copy_service.cc:140] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Received BeginTabletCopySession request for tablet 446147c2683d43cc910def9f6b08006a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:45136)
I20260630 12:14:39.930191  8293 tablet_copy_source_session.cc:215] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:39.930137  8219 tablet_copy_service.cc:161] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Beginning new tablet copy session on tablet 446147c2683d43cc910def9f6b08006a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:45136: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a
I20260630 12:14:39.933503  8577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10e465c774e54e17a27d21a57d35f65a. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:14:39.934156  8080 auto_rebalancer.cc:639] Failed to schedule move for tablet 10e465c774e54e17a27d21a57d35f65a: Invalid argument: Server with UUID 7a0c4fa72c8347c48abfb8f5a2f935e5 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.940450  8219 tablet_copy_source_session.cc:215] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:39.943686  8582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446147c2683d43cc910def9f6b08006a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.947594  8577 tablet_copy_client.cc:806] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:39.948182  8577 tablet_copy_client.cc:670] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
W20260630 12:14:39.949275  8080 auto_rebalancer.cc:639] Failed to schedule move for tablet c44d6445034141baaece717aa42042fe: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:14:39.951941  8577 tablet_copy_client.cc:538] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:14:39.954414  8080 auto_rebalancer.cc:639] Failed to schedule move for tablet 8fb8069030694c69a56011ee146b5e2a: Invalid argument: Server with UUID 7a0c4fa72c8347c48abfb8f5a2f935e5 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.957064  8582 tablet_copy_client.cc:806] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:39.957587  8582 tablet_copy_client.cc:670] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:39.958693  8577 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:39.961304  8582 tablet_copy_client.cc:538] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:39.974431  8582 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:39.978968  8588 ts_tablet_manager.cc:933] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:39.979869  8577 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:39.980809  8577 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:39.980918  8588 tablet_copy_client.cc:323] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43053
I20260630 12:14:39.981520  8577 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.009s
I20260630 12:14:39.982829  8293 tablet_copy_service.cc:140] P f163ec4335f4413ea4b4328abb9560c4: Received BeginTabletCopySession request for tablet 8fb8069030694c69a56011ee146b5e2a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:54342)
I20260630 12:14:39.983487  8293 tablet_copy_service.cc:161] P f163ec4335f4413ea4b4328abb9560c4: Beginning new tablet copy session on tablet 8fb8069030694c69a56011ee146b5e2a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:54342: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-8fb8069030694c69a56011ee146b5e2a
I20260630 12:14:39.984043  8577 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.984609  8577 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:39.985103  8577 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.987850  8474 heartbeater.cc:499] Master 127.0.107.254:38175 was elected leader, sending a full tablet report...
I20260630 12:14:39.989881  8577 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:39.991815  8292 tablet_copy_service.cc:342] P f163ec4335f4413ea4b4328abb9560c4: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a received from {username='slave'} at 127.0.0.1:54342
I20260630 12:14:39.991845  8293 tablet_copy_source_session.cc:215] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:39.992367  8292 tablet_copy_service.cc:434] P f163ec4335f4413ea4b4328abb9560c4: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a on tablet 10e465c774e54e17a27d21a57d35f65a with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:39.993023  8582 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:39.993880  8582 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:39.994498  8582 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:14:39.995872  8588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fb8069030694c69a56011ee146b5e2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:39.997602  8582 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:39.998483  8582 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:39.999171  8582 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:40.001380  8582 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:40.003469  8219 tablet_copy_service.cc:342] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a received from {username='slave'} at 127.0.0.1:45136
I20260630 12:14:40.003896  8219 tablet_copy_service.cc:434] P 4eea5366c4ec4e739a5bec5ddffdf4ff: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a on tablet 446147c2683d43cc910def9f6b08006a with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:40.011555  8588 tablet_copy_client.cc:806] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:40.011993  8588 tablet_copy_client.cc:670] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:40.014966  8588 tablet_copy_client.cc:538] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:40.021763  8588 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:40.036311  8588 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:40.036973  8588 tablet_bootstrap.cc:492] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:40.037503  8588 ts_tablet_manager.cc:1403] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.001s
I20260630 12:14:40.039744  8588 raft_consensus.cc:359] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:40.040299  8588 raft_consensus.cc:740] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:40.040763  8588 consensus_queue.cc:260] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:40.042273  8588 ts_tablet_manager.cc:1434] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:14:40.043699  8293 tablet_copy_service.cc:342] P f163ec4335f4413ea4b4328abb9560c4: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-8fb8069030694c69a56011ee146b5e2a received from {username='slave'} at 127.0.0.1:54342
I20260630 12:14:40.044028  8293 tablet_copy_service.cc:434] P f163ec4335f4413ea4b4328abb9560c4: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-8fb8069030694c69a56011ee146b5e2a on tablet 8fb8069030694c69a56011ee146b5e2a with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:40.049645  8391 consensus_queue.cc:1050] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.054723  8538 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:40.076695  8494 consensus_queue.cc:1050] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:40.081704  8538 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:40.312352  8449 raft_consensus.cc:1217] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:40.346647  8282 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:40.347922  8391 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, 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.357700  8538 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:40.358137  8538 pending_rounds.cc:85] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Aborting all ops after (but not including) 0
I20260630 12:14:40.358381  8538 pending_rounds.cc:107] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:14:40.358629  8538 raft_consensus.cc:2889] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:14:40.360183  8600 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, 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.381351  8449 raft_consensus.cc:1217] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:14:40.381451  8282 consensus_queue.cc:237] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:40.387019  8209 raft_consensus.cc:1275] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:40.387502  8538 raft_consensus.cc:1275] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:40.388619  8597 consensus_queue.cc:1048] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.389312  8596 consensus_queue.cc:1048] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.395516  8494 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.397292  8209 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.397292  8538 raft_consensus.cc:2955] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.406669  8018 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8fb8069030694c69a56011ee146b5e2a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:40.409487  8031 catalog_manager.cc:5697] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:40.433784  8439 tablet_service.cc:1558] Processing DeleteTablet for tablet 8fb8069030694c69a56011ee146b5e2a with delete_type TABLET_DATA_TOMBSTONED (TS 7a0c4fa72c8347c48abfb8f5a2f935e5 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41080
I20260630 12:14:40.435503  8608 tablet_replica.cc:333] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:40.436189  8608 raft_consensus.cc:2243] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:40.436609  8608 raft_consensus.cc:2272] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:40.438946  8608 ts_tablet_manager.cc:1916] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:40.449496  8608 ts_tablet_manager.cc:1929] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:40.449828  8608 log.cc:1199] T 8fb8069030694c69a56011ee146b5e2a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root/wals/8fb8069030694c69a56011ee146b5e2a
I20260630 12:14:40.451159  8019 catalog_manager.cc:5028] TS 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): tablet 8fb8069030694c69a56011ee146b5e2a (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
I20260630 12:14:40.528172  8209 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } }
I20260630 12:14:40.533744  8538 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:40.533744  8282 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:40.535280  8369 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.535902  8600 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.541371  8369 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } }
I20260630 12:14:40.542977  8538 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } }
I20260630 12:14:40.544286  8282 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } }
I20260630 12:14:40.549224  8019 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 446147c2683d43cc910def9f6b08006a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:40.553285  8032 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:40.562748  8439 tablet_service.cc:1558] Processing DeleteTablet for tablet 446147c2683d43cc910def9f6b08006a with delete_type TABLET_DATA_TOMBSTONED (TS 7a0c4fa72c8347c48abfb8f5a2f935e5 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41080
I20260630 12:14:40.563676  8608 tablet_replica.cc:333] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:40.564491  8608 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:40.565002  8608 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:40.567090  8608 ts_tablet_manager.cc:1916] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:40.577219  8608 ts_tablet_manager.cc:1929] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:40.577575  8608 log.cc:1199] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root/wals/446147c2683d43cc910def9f6b08006a
I20260630 12:14:40.578816  8019 catalog_manager.cc:5028] TS 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): tablet 446147c2683d43cc910def9f6b08006a (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
I20260630 12:14:40.673012  8282 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } }
I20260630 12:14:40.678117  8209 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:40.678138  8538 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:40.679447  8596 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.679970  8494 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:40.685540  8596 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.687203  8538 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.688134  8209 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.694852  8018 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 10e465c774e54e17a27d21a57d35f65a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:40.697721  8031 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 reported cstate change: config changed from index 2 to 3, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } }
I20260630 12:14:40.706967  8439 tablet_service.cc:1558] Processing DeleteTablet for tablet 10e465c774e54e17a27d21a57d35f65a with delete_type TABLET_DATA_TOMBSTONED (TS 7a0c4fa72c8347c48abfb8f5a2f935e5 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:41080
I20260630 12:14:40.707973  8608 tablet_replica.cc:333] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:40.708726  8608 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:14:40.709172  8608 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:14:40.711381  8608 ts_tablet_manager.cc:1916] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:40.721918  8608 ts_tablet_manager.cc:1929] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:14:40.722215  8608 log.cc:1199] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-3-root/wals/10e465c774e54e17a27d21a57d35f65a
I20260630 12:14:40.723481  8019 catalog_manager.cc:5028] TS 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): tablet 10e465c774e54e17a27d21a57d35f65a (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
I20260630 12:14:40.967880  8282 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:40.973117  8209 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:40.973163  8538 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:14:40.973562  8249 consensus_peers.cc:597] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. 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:40.974478  8596 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } 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:40.975252  8494 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:40.982422  8597 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:40.984638  8209 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:40.984720  8538 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:40.996819  8032 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:41.000373  8209 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.007097  8538 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:14:41.007313  8175 consensus_peers.cc:597] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. 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:41.007974  8282 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:41.008518  8391 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } 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:41.009739  8600 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:41.016934  8600 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.018994  8282 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.022109  8538 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.031575  8209 consensus_queue.cc:237] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.033183  8031 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index 3 to 4, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:41.038481  8538 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:14:41.039299  8175 consensus_peers.cc:597] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff -> Peer 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196:39067): Couldn't send request to peer 7a0c4fa72c8347c48abfb8f5a2f935e5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c44d6445034141baaece717aa42042fe. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:41.039739  8282 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:14:41.041055  8369 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:41.041924  8600 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } 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:41.049271  8391 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.051962  8538 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.057832  8282 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } } }
I20260630 12:14:41.062727  8032 catalog_manager.cc:5697] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index -1 to 2, NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:41.429131  8613 ts_tablet_manager.cc:933] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:41.430985  8613 tablet_copy_client.cc:323] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42715
I20260630 12:14:41.432771  8219 tablet_copy_service.cc:140] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Received BeginTabletCopySession request for tablet c44d6445034141baaece717aa42042fe from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:45136)
I20260630 12:14:41.433239  8219 tablet_copy_service.cc:161] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Beginning new tablet copy session on tablet c44d6445034141baaece717aa42042fe from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:45136: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-c44d6445034141baaece717aa42042fe
I20260630 12:14:41.438689  8219 tablet_copy_source_session.cc:215] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:41.441514  8613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c44d6445034141baaece717aa42042fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:41.452756  8613 tablet_copy_client.cc:806] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:41.453322  8613 tablet_copy_client.cc:670] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:41.457094  8613 tablet_copy_client.cc:538] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:41.463359  8613 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:41.477162  8613 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:41.477932  8613 tablet_bootstrap.cc:492] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:41.478483  8613 ts_tablet_manager.cc:1403] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.004s
I20260630 12:14:41.480546  8613 raft_consensus.cc:359] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.481141  8613 raft_consensus.cc:740] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:41.481637  8613 consensus_queue.cc:260] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.484329  8613 ts_tablet_manager.cc:1434] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:14:41.486377  8219 tablet_copy_service.cc:342] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-c44d6445034141baaece717aa42042fe received from {username='slave'} at 127.0.0.1:45136
I20260630 12:14:41.486740  8219 tablet_copy_service.cc:434] P 4eea5366c4ec4e739a5bec5ddffdf4ff: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-c44d6445034141baaece717aa42042fe on tablet c44d6445034141baaece717aa42042fe with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:41.492090  8613 ts_tablet_manager.cc:933] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715)
I20260630 12:14:41.493844  8613 tablet_copy_client.cc:323] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42715
I20260630 12:14:41.495551  8219 tablet_copy_service.cc:140] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Received BeginTabletCopySession request for tablet 446147c2683d43cc910def9f6b08006a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:45136)
I20260630 12:14:41.496050  8219 tablet_copy_service.cc:161] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Beginning new tablet copy session on tablet 446147c2683d43cc910def9f6b08006a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:45136: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a
I20260630 12:14:41.502444  8219 tablet_copy_source_session.cc:215] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:41.504849  8613 ts_tablet_manager.cc:1916] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:14:41.515800  8613 ts_tablet_manager.cc:1929] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:14:41.516359  8613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446147c2683d43cc910def9f6b08006a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:41.521703  8613 tablet_copy_client.cc:806] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:41.522173  8613 tablet_copy_client.cc:670] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:41.525257  8613 tablet_copy_client.cc:538] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:41.531422  8613 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:41.549737  8613 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:41.550796  8613 tablet_bootstrap.cc:492] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:41.551501  8613 ts_tablet_manager.cc:1403] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.004s
I20260630 12:14:41.553485  8613 raft_consensus.cc:359] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.554049  8613 raft_consensus.cc:740] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:41.554526  8613 consensus_queue.cc:260] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.556365  8613 ts_tablet_manager.cc:1434] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:14:41.558259  8219 tablet_copy_service.cc:342] P 4eea5366c4ec4e739a5bec5ddffdf4ff: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a received from {username='slave'} at 127.0.0.1:45136
I20260630 12:14:41.558645  8219 tablet_copy_service.cc:434] P 4eea5366c4ec4e739a5bec5ddffdf4ff: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-446147c2683d43cc910def9f6b08006a on tablet 446147c2683d43cc910def9f6b08006a with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:41.597631  8613 ts_tablet_manager.cc:933] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Initiating tablet copy from peer f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053)
I20260630 12:14:41.599220  8613 tablet_copy_client.cc:323] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:43053
I20260630 12:14:41.600718  8293 tablet_copy_service.cc:140] P f163ec4335f4413ea4b4328abb9560c4: Received BeginTabletCopySession request for tablet 10e465c774e54e17a27d21a57d35f65a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 ({username='slave'} at 127.0.0.1:54342)
I20260630 12:14:41.601267  8293 tablet_copy_service.cc:161] P f163ec4335f4413ea4b4328abb9560c4: Beginning new tablet copy session on tablet 10e465c774e54e17a27d21a57d35f65a from peer 7a0c4fa72c8347c48abfb8f5a2f935e5 at {username='slave'} at 127.0.0.1:54342: session id = 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a
I20260630 12:14:41.608894  8293 tablet_copy_source_session.cc:215] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:14:41.611667  8613 ts_tablet_manager.cc:1916] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:14:41.620925  8613 ts_tablet_manager.cc:1929] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:14:41.621464  8613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10e465c774e54e17a27d21a57d35f65a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:41.626027  8613 tablet_copy_client.cc:806] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 0 data blocks...
I20260630 12:14:41.626513  8613 tablet_copy_client.cc:670] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Starting download of 1 WAL segments...
I20260630 12:14:41.629902  8613 tablet_copy_client.cc:538] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:14:41.635941  8613 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap starting.
I20260630 12:14:41.652675  8613 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: 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:41.653378  8613 tablet_bootstrap.cc:492] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Bootstrap complete.
I20260630 12:14:41.653893  8613 ts_tablet_manager.cc:1403] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.001s
I20260630 12:14:41.655901  8613 raft_consensus.cc:359] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.656490  8613 raft_consensus.cc:740] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7a0c4fa72c8347c48abfb8f5a2f935e5, State: Initialized, Role: LEARNER
I20260630 12:14:41.656980  8613 consensus_queue.cc:260] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: true } }
I20260630 12:14:41.658469  8613 ts_tablet_manager.cc:1434] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:41.660183  8293 tablet_copy_service.cc:342] P f163ec4335f4413ea4b4328abb9560c4: Request end of tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a received from {username='slave'} at 127.0.0.1:54342
I20260630 12:14:41.660611  8293 tablet_copy_service.cc:434] P f163ec4335f4413ea4b4328abb9560c4: ending tablet copy session 7a0c4fa72c8347c48abfb8f5a2f935e5-10e465c774e54e17a27d21a57d35f65a on tablet 10e465c774e54e17a27d21a57d35f65a with peer 7a0c4fa72c8347c48abfb8f5a2f935e5
I20260630 12:14:41.834411  8449 raft_consensus.cc:1217] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:14:41.908712  8449 raft_consensus.cc:1217] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:14:42.201190  8449 raft_consensus.cc:1217] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:14:42.316718  8622 raft_consensus.cc:1064] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: attempting to promote NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 to VOTER
I20260630 12:14:42.320461  8622 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.328706  8449 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.329721  8538 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.330449  8282 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.330509  8622 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } 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:42.331871  8621 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } 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:42.332964  8391 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:14:42.347122  8391 raft_consensus.cc:1064] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: attempting to promote NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 to VOTER
I20260630 12:14:42.351023  8391 consensus_queue.cc:237] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.357955  8621 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.358898  8538 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.367368  8449 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.375913  8282 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.382297  8031 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:42.419283  8449 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 LEARNER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.421087  8391 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } 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:14:42.422086  8538 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.423779  8391 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:42.425545  8282 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.428742  8391 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } 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:42.440322  8209 consensus_queue.cc:237] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.449345  8449 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.450327  8283 raft_consensus.cc:1275] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.451504  8391 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:14:42.452594  8622 consensus_queue.cc:1048] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:42.457630  8621 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.459849  8537 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.463181  8630 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.467927  8449 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.471848  8283 raft_consensus.cc:2955] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.473310  8448 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.481182  8029 catalog_manager.cc:5697] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff reported cstate change: config changed from index 2 to 3, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:42.492156  8019 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 446147c2683d43cc910def9f6b08006a with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:42.492379  8032 catalog_manager.cc:5697] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 reported cstate change: config changed from index 5 to 6, VOTER 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.496428  8282 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } attrs { replace: true } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.505751  8209 consensus_queue.cc:237] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.509073  8527 tablet_service.cc:1558] Processing DeleteTablet for tablet 446147c2683d43cc910def9f6b08006a with delete_type TABLET_DATA_TOMBSTONED (TS 02ba5eff31a940769a9707a87c9e5058 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:35770
I20260630 12:14:42.517870  8641 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:42.520097  8641 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:42.520323  8449 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.521296  8537 raft_consensus.cc:1275] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Refusing update from remote peer 4eea5366c4ec4e739a5bec5ddffdf4ff: 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:42.521872  8641 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:42.522409  8621 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } 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:42.523448  8630 consensus_queue.cc:1048] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:42.528038  8641 ts_tablet_manager.cc:1916] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:42.537035  8538 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.541787  8449 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.545987  8641 ts_tablet_manager.cc:1929] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:14:42.534343  8621 raft_consensus.cc:2955] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.546689  8641 log.cc:1199] T 446147c2683d43cc910def9f6b08006a P 02ba5eff31a940769a9707a87c9e5058: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-0-root/wals/446147c2683d43cc910def9f6b08006a
I20260630 12:14:42.549209  8017 catalog_manager.cc:5028] TS 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): tablet 446147c2683d43cc910def9f6b08006a (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
I20260630 12:14:42.552330  8032 catalog_manager.cc:5697] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 reported cstate change: config changed from index 3 to 4, VOTER f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.555533  8019 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c44d6445034141baaece717aa42042fe with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:42.565990  8270 tablet_service.cc:1558] Processing DeleteTablet for tablet c44d6445034141baaece717aa42042fe with delete_type TABLET_DATA_TOMBSTONED (TS f163ec4335f4413ea4b4328abb9560c4 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:54312
I20260630 12:14:42.569463  8642 tablet_replica.cc:333] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: stopping tablet replica
I20260630 12:14:42.570919  8642 raft_consensus.cc:2243] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:42.571786  8642 raft_consensus.cc:2272] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:42.576411  8642 ts_tablet_manager.cc:1916] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:42.593086  8642 ts_tablet_manager.cc:1929] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:14:42.593537  8642 log.cc:1199] T c44d6445034141baaece717aa42042fe P f163ec4335f4413ea4b4328abb9560c4: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-2-root/wals/c44d6445034141baaece717aa42042fe
I20260630 12:14:42.595556  8018 catalog_manager.cc:5028] TS f163ec4335f4413ea4b4328abb9560c4 (127.0.107.195:43053): tablet c44d6445034141baaece717aa42042fe (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
I20260630 12:14:42.822576  8623 raft_consensus.cc:1064] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: attempting to promote NON_VOTER 7a0c4fa72c8347c48abfb8f5a2f935e5 to VOTER
I20260630 12:14:42.824759  8623 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.831008  8449 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 LEARNER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:42.833403  8209 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:42.834865  8538 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:42.835306  8643 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:14:42.836277  8623 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:14:42.837371  8646 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } 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:42.860841  8646 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.865108  8449 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.867295  8208 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.874307  8538 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.877197  8029 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: config changed from index 4 to 5, 7a0c4fa72c8347c48abfb8f5a2f935e5 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eea5366c4ec4e739a5bec5ddffdf4ff" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42715 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:42.895438  8283 consensus_queue.cc:237] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [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: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } }
I20260630 12:14:42.902846  8538 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:42.904409  8623 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:14:42.905001  8449 raft_consensus.cc:1275] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Refusing update from remote peer f163ec4335f4413ea4b4328abb9560c4: 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:42.908258  8623 consensus_queue.cc:1048] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } 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:42.911262  8646 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.913139  8538 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.916970  8448 raft_consensus.cc:2955] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } } }
I20260630 12:14:42.920850  8018 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 10e465c774e54e17a27d21a57d35f65a with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:42.925310  8030 catalog_manager.cc:5697] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 reported cstate change: config changed from index 5 to 6, VOTER 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "f163ec4335f4413ea4b4328abb9560c4" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "02ba5eff31a940769a9707a87c9e5058" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43945 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f163ec4335f4413ea4b4328abb9560c4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43053 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7a0c4fa72c8347c48abfb8f5a2f935e5" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39067 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:14:42.937512  8198 tablet_service.cc:1558] Processing DeleteTablet for tablet 10e465c774e54e17a27d21a57d35f65a with delete_type TABLET_DATA_TOMBSTONED (TS 4eea5366c4ec4e739a5bec5ddffdf4ff not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:45114
I20260630 12:14:42.939682  8650 tablet_replica.cc:333] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: stopping tablet replica
I20260630 12:14:42.940689  8650 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:42.941910  8650 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:42.945544  8650 ts_tablet_manager.cc:1916] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:14:42.956761  8650 ts_tablet_manager.cc:1929] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:14:42.957084  8650 log.cc:1199] T 10e465c774e54e17a27d21a57d35f65a P 4eea5366c4ec4e739a5bec5ddffdf4ff: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782821479742301-431-0/minicluster-data/ts-1-root/wals/10e465c774e54e17a27d21a57d35f65a
I20260630 12:14:42.958640  8019 catalog_manager.cc:5028] TS 4eea5366c4ec4e739a5bec5ddffdf4ff (127.0.107.194:42715): tablet 10e465c774e54e17a27d21a57d35f65a (table test-workload [id=d1583d31cbef4d6daacce0154ddbd6e5]) successfully deleted
W20260630 12:14:43.939013  8080 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 7a0c4fa72c8347c48abfb8f5a2f935e5 not available for placement
I20260630 12:14:44.640807   431 tablet_server.cc:179] TabletServer@127.0.107.193:43945 shutting down...
I20260630 12:14:44.665876   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.666625   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:44.667193   431 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.668078   431 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.670219   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:44.670677   431 raft_consensus.cc:2243] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.671128   431 raft_consensus.cc:2272] T c44d6445034141baaece717aa42042fe P 02ba5eff31a940769a9707a87c9e5058 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.673098   431 tablet_replica.cc:333] stopping tablet replica
I20260630 12:14:44.673545   431 raft_consensus.cc:2243] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.674134   431 raft_consensus.cc:2272] T 8fb8069030694c69a56011ee146b5e2a P 02ba5eff31a940769a9707a87c9e5058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.698344   431 tablet_server.cc:196] TabletServer@127.0.107.193:43945 shutdown complete.
I20260630 12:14:44.717789   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:44.739996   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.740768   431 tablet_replica.cc:333] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff: stopping tablet replica
I20260630 12:14:44.741319   431 raft_consensus.cc:2243] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.741981   431 raft_consensus.cc:2272] T 8fb8069030694c69a56011ee146b5e2a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.744306   431 tablet_replica.cc:333] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff: stopping tablet replica
I20260630 12:14:44.744985   431 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.745647   431 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.748129   431 tablet_replica.cc:333] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff: stopping tablet replica
I20260630 12:14:44.748643   431 raft_consensus.cc:2243] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.749418   431 raft_consensus.cc:2272] T c44d6445034141baaece717aa42042fe P 4eea5366c4ec4e739a5bec5ddffdf4ff [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.774658   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:44.792302   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:44.816190   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.817030   431 tablet_replica.cc:333] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4: stopping tablet replica
W20260630 12:14:44.817024  8247 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111) [suppressed 19 similar messages]
I20260630 12:14:44.817750   431 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.818629   431 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:14:44.820809  8247 consensus_peers.cc:597] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 -> Peer 02ba5eff31a940769a9707a87c9e5058 (127.0.107.193:43945): Couldn't send request to peer 02ba5eff31a940769a9707a87c9e5058. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43945: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:44.821050   431 tablet_replica.cc:333] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4: stopping tablet replica
I20260630 12:14:44.821646   431 raft_consensus.cc:2243] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.822429   431 raft_consensus.cc:2272] T 8fb8069030694c69a56011ee146b5e2a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.824546   431 tablet_replica.cc:333] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4: stopping tablet replica
I20260630 12:14:44.825026   431 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.825477   431 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P f163ec4335f4413ea4b4328abb9560c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.850225   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:44.867198   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:44.889314   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:44.890100   431 tablet_replica.cc:333] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:44.890647   431 raft_consensus.cc:2243] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.891157   431 raft_consensus.cc:2272] T 10e465c774e54e17a27d21a57d35f65a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.893360   431 tablet_replica.cc:333] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:44.893850   431 raft_consensus.cc:2243] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.894301   431 raft_consensus.cc:2272] T 446147c2683d43cc910def9f6b08006a P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.896471   431 tablet_replica.cc:333] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5: stopping tablet replica
I20260630 12:14:44.896951   431 raft_consensus.cc:2243] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:44.897442   431 raft_consensus.cc:2272] T c44d6445034141baaece717aa42042fe P 7a0c4fa72c8347c48abfb8f5a2f935e5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.921334   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:44.937583   431 master.cc:562] Master@127.0.107.254:38175 shutting down...
I20260630 12:14:44.960080   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:44.960603   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:44.960875   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P abc5916df77c424689cc795dc7088755: stopping tablet replica
I20260630 12:14:44.980870   431 master.cc:584] Master@127.0.107.254:38175 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9295 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:14:45.020421   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42513
I20260630 12:14:45.021479   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:45.026808  8654 instance_detector.cc: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.026873  8653 instance_detector.cc: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.027592  8656 instance_detector.cc: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.029554   431 server_base.cc:1061] running on GCE node
I20260630 12:14:45.030341   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.030529   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.030646   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685030635 us; error 0 us; skew 500 ppm
I20260630 12:14:45.031082   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.033416   431 webserver.cc:533] Webserver started at http://127.0.107.254:39949/ using document root <none> and password file <none>
I20260630 12:14:45.033854   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.034018   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.034262   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.035279   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "2b52cf17772c49739941a81f4a16ec70"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.039608   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:14:45.043012  8661 log_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.043779   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:45.044042   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "2b52cf17772c49739941a81f4a16ec70"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.044279   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-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:45.059003   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.060256   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.096768   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42513
I20260630 12:14:45.096869  8712 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42513 every 8 connection(s)
I20260630 12:14:45.100618  8713 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:45.111322  8713 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70: Bootstrap starting.
I20260630 12:14:45.115947  8713 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:45.120005  8713 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70: No bootstrap required, opened a new log
I20260630 12:14:45.122022  8713 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER }
I20260630 12:14:45.122411  8713 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:45.122622  8713 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b52cf17772c49739941a81f4a16ec70, State: Initialized, Role: FOLLOWER
I20260630 12:14:45.123144  8713 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER }
I20260630 12:14:45.123588  8713 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:45.123786  8713 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:45.124017  8713 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:45.128731  8713 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER }
I20260630 12:14:45.129261  8713 leader_election.cc:304] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [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: 2b52cf17772c49739941a81f4a16ec70; no voters: 
I20260630 12:14:45.130379  8713 leader_election.cc:290] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:45.130681  8716 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:45.132524  8716 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 1 LEADER]: Becoming Leader. State: Replica: 2b52cf17772c49739941a81f4a16ec70, State: Running, Role: LEADER
I20260630 12:14:45.133193  8716 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [LEADER]: Queue going to LEADER mode. State: All 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: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER }
I20260630 12:14:45.133478  8713 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:45.137758  8717 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2b52cf17772c49739941a81f4a16ec70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER } }
I20260630 12:14:45.138232  8718 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b52cf17772c49739941a81f4a16ec70. Latest consensus state: current_term: 1 leader_uuid: "2b52cf17772c49739941a81f4a16ec70" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b52cf17772c49739941a81f4a16ec70" member_type: VOTER } }
I20260630 12:14:45.138548  8717 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:45.138921  8718 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:45.141183  8724 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:45.146320  8724 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:45.149354   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:45.154651  8724 catalog_manager.cc:1383] Generated new cluster ID: 1725908e2afc488f8179ee847d63a448
I20260630 12:14:45.154891  8724 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:45.171561  8724 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:45.172966  8724 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:45.188041  8724 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70: Generated new TSK 0
I20260630 12:14:45.188676  8724 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:45.216287   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:45.221957  8734 instance_detector.cc: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.223237  8735 instance_detector.cc: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.224555  8737 instance_detector.cc: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.225353   431 server_base.cc:1061] running on GCE node
I20260630 12:14:45.226194   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.226393   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.226540   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685226526 us; error 0 us; skew 500 ppm
I20260630 12:14:45.227064   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.229481   431 webserver.cc:533] Webserver started at http://127.0.107.193:36597/ using document root <none> and password file <none>
I20260630 12:14:45.229950   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.230113   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.230371   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.231508   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.236115   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:14:45.239585  8742 log_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.240360   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:45.240676   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.240945   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-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:45.256978   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.258188   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.259681   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:45.261960   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:45.262153   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.262374   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:45.262535   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.302235   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42375
I20260630 12:14:45.302320  8804 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42375 every 8 connection(s)
I20260630 12:14:45.307029   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:45.314998  8810 instance_detector.cc: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.316905  8809 instance_detector.cc: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.318120  8812 instance_detector.cc: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.318271   431 server_base.cc:1061] running on GCE node
I20260630 12:14:45.319396   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.319597   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.319753   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685319737 us; error 0 us; skew 500 ppm
I20260630 12:14:45.320221   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.323098   431 webserver.cc:533] Webserver started at http://127.0.107.194:46799/ using document root <none> and password file <none>
I20260630 12:14:45.323164  8805 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42513
I20260630 12:14:45.323623  8805 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:45.323647   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.324002   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.324249   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.324450  8805 heartbeater.cc:507] Master 127.0.107.254:42513 requested a full tablet report, sending...
I20260630 12:14:45.325361   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "5aec2c673af345da8778600b7508b058"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.326512  8678 ts_manager.cc:194] Registered new tserver with Master: 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193:42375)
I20260630 12:14:45.328282  8678 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45798
I20260630 12:14:45.329861   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:45.333176  8817 log_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.333870   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:14:45.334122   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "5aec2c673af345da8778600b7508b058"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.334378   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-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.344125   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.345234   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.346580   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:45.348819   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:45.349037   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.349244   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:45.349396   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.388332   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43617
I20260630 12:14:45.388456  8879 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43617 every 8 connection(s)
I20260630 12:14:45.392886   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:45.399946  8883 instance_detector.cc: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.400837  8884 instance_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:45.404804   431 server_base.cc:1061] running on GCE node
W20260630 12:14:45.404681  8886 instance_detector.cc: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.405697  8880 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42513
I20260630 12:14:45.406183  8880 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:45.406486   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:45.406745   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.406924   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821685406887 us; error 0 us; skew 500 ppm
I20260630 12:14:45.406939  8880 heartbeater.cc:507] Master 127.0.107.254:42513 requested a full tablet report, sending...
I20260630 12:14:45.407586   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:45.409263  8678 ts_manager.cc:194] Registered new tserver with Master: 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617)
I20260630 12:14:45.410308   431 webserver.cc:533] Webserver started at http://127.0.107.195:36033/ using document root <none> and password file <none>
I20260630 12:14:45.410966   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:45.411197   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:45.411145  8678 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45812
I20260630 12:14:45.411749   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:45.413021   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "81efd70b498c4f6384c51b68cb63a75c"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.417287   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:45.420380  8891 log_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.421144   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:45.421469   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "81efd70b498c4f6384c51b68cb63a75c"
format_stamp: "Formatted at 2026-06-30 12:14:45 on dist-test-slave-g2rq"
I20260630 12:14:45.421734   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-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.447732   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:45.448904   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:45.450362   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:45.452764   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:45.452965   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.453182   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:45.453328   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:45.491986   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36019
I20260630 12:14:45.492094  8953 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36019 every 8 connection(s)
I20260630 12:14:45.505915  8954 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42513
I20260630 12:14:45.506343  8954 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:45.507097  8954 heartbeater.cc:507] Master 127.0.107.254:42513 requested a full tablet report, sending...
I20260630 12:14:45.509011  8678 ts_manager.cc:194] Registered new tserver with Master: 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:45.509961   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014781251s
I20260630 12:14:45.510317  8678 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45820
I20260630 12:14:46.330883  8805 heartbeater.cc:499] Master 127.0.107.254:42513 was elected leader, sending a full tablet report...
I20260630 12:14:46.413949  8880 heartbeater.cc:499] Master 127.0.107.254:42513 was elected leader, sending a full tablet report...
I20260630 12:14:46.512857  8954 heartbeater.cc:499] Master 127.0.107.254:42513 was elected leader, sending a full tablet report...
I20260630 12:14:46.564579  8678 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45826:
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:46.566854  8678 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:46.618911  8845 tablet_service.cc:1511] Processing CreateTablet for tablet 92fe27d99a874f48b9f43a125686d60a (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:46.620420  8845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 92fe27d99a874f48b9f43a125686d60a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.624400  8844 tablet_service.cc:1511] Processing CreateTablet for tablet cb3556b5f5ec4a119f28c9a512a585f2 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:46.625806  8844 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb3556b5f5ec4a119f28c9a512a585f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.629324  8843 tablet_service.cc:1511] Processing CreateTablet for tablet 0765750339794124b90d3dc65a685991 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:46.629539  8769 tablet_service.cc:1511] Processing CreateTablet for tablet cb3556b5f5ec4a119f28c9a512a585f2 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:46.629901  8919 tablet_service.cc:1511] Processing CreateTablet for tablet 92fe27d99a874f48b9f43a125686d60a (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:46.630940  8769 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb3556b5f5ec4a119f28c9a512a585f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.631188  8919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 92fe27d99a874f48b9f43a125686d60a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.632001  8843 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0765750339794124b90d3dc65a685991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.634555  8768 tablet_service.cc:1511] Processing CreateTablet for tablet 0765750339794124b90d3dc65a685991 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:46.634744  8842 tablet_service.cc:1511] Processing CreateTablet for tablet a8d4406940e04024946eeb091639254c (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:46.636035  8768 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0765750339794124b90d3dc65a685991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.636289  8842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8d4406940e04024946eeb091639254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.637043  8918 tablet_service.cc:1511] Processing CreateTablet for tablet cb3556b5f5ec4a119f28c9a512a585f2 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:14:46.638337  8918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb3556b5f5ec4a119f28c9a512a585f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.640085  8770 tablet_service.cc:1511] Processing CreateTablet for tablet 92fe27d99a874f48b9f43a125686d60a (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:14:46.641381  8770 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 92fe27d99a874f48b9f43a125686d60a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.641659  8917 tablet_service.cc:1511] Processing CreateTablet for tablet 0765750339794124b90d3dc65a685991 (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:14:46.643049  8917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0765750339794124b90d3dc65a685991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.646416  8767 tablet_service.cc:1511] Processing CreateTablet for tablet a8d4406940e04024946eeb091639254c (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:46.647783  8767 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8d4406940e04024946eeb091639254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.648708  8916 tablet_service.cc:1511] Processing CreateTablet for tablet a8d4406940e04024946eeb091639254c (DEFAULT_TABLE table=test-workload [id=0955f38501494cbdafa797bc6a1a15db]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:14:46.649972  8916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8d4406940e04024946eeb091639254c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:46.681638  8975 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: Bootstrap starting.
I20260630 12:14:46.688690  8974 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Bootstrap starting.
I20260630 12:14:46.691051  8975 tablet_bootstrap.cc:654] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.703823  8976 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: Bootstrap starting.
I20260630 12:14:46.704805  8975 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: No bootstrap required, opened a new log
I20260630 12:14:46.705471  8975 ts_tablet_manager.cc:1403] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260630 12:14:46.708734  8975 raft_consensus.cc:359] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.709713  8975 raft_consensus.cc:385] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.710068  8975 raft_consensus.cc:740] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81efd70b498c4f6384c51b68cb63a75c, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.711026  8974 tablet_bootstrap.cc:654] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.711220  8976 tablet_bootstrap.cc:654] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.710953  8975 consensus_queue.cc:260] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.717253  8975 ts_tablet_manager.cc:1434] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:14:46.718611  8975 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: Bootstrap starting.
I20260630 12:14:46.721700  8976 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: No bootstrap required, opened a new log
I20260630 12:14:46.722325  8976 ts_tablet_manager.cc:1403] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.009s
I20260630 12:14:46.723204  8974 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: No bootstrap required, opened a new log
I20260630 12:14:46.723922  8974 ts_tablet_manager.cc:1403] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent bootstrapping tablet: real 0.036s	user 0.013s	sys 0.002s
I20260630 12:14:46.725198  8975 tablet_bootstrap.cc:654] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.725350  8976 raft_consensus.cc:359] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.726202  8976 raft_consensus.cc:385] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.726500  8976 raft_consensus.cc:740] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5aec2c673af345da8778600b7508b058, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.727237  8976 consensus_queue.cc:260] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.728804  8974 raft_consensus.cc:359] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.729734  8974 raft_consensus.cc:385] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.730084  8974 raft_consensus.cc:740] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.731144  8974 consensus_queue.cc:260] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.735361  8976 ts_tablet_manager.cc:1434] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:14:46.735617  8975 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: No bootstrap required, opened a new log
I20260630 12:14:46.736419  8975 ts_tablet_manager.cc:1403] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.006s
I20260630 12:14:46.737170  8974 ts_tablet_manager.cc:1434] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent starting tablet: real 0.013s	user 0.000s	sys 0.010s
I20260630 12:14:46.738241  8974 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Bootstrap starting.
I20260630 12:14:46.738474  8976 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: Bootstrap starting.
I20260630 12:14:46.741150  8975 raft_consensus.cc:359] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.741859  8975 raft_consensus.cc:385] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.742175  8975 raft_consensus.cc:740] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81efd70b498c4f6384c51b68cb63a75c, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.743059  8975 consensus_queue.cc:260] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.744498  8974 tablet_bootstrap.cc:654] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.745589  8975 ts_tablet_manager.cc:1434] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260630 12:14:46.746713  8975 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: Bootstrap starting.
I20260630 12:14:46.744489  8976 tablet_bootstrap.cc:654] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.754765  8974 tablet_bootstrap.cc:492] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: No bootstrap required, opened a new log
I20260630 12:14:46.755417  8974 ts_tablet_manager.cc:1403] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.005s
I20260630 12:14:46.757436  8976 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: No bootstrap required, opened a new log
I20260630 12:14:46.757680  8975 tablet_bootstrap.cc:654] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.758041  8976 ts_tablet_manager.cc:1403] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: Time spent bootstrapping tablet: real 0.020s	user 0.005s	sys 0.007s
I20260630 12:14:46.758457  8974 raft_consensus.cc:359] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.759294  8974 raft_consensus.cc:385] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.759650  8974 raft_consensus.cc:740] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.760555  8974 consensus_queue.cc:260] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.761163  8976 raft_consensus.cc:359] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.762033  8976 raft_consensus.cc:385] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.762364  8976 raft_consensus.cc:740] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5aec2c673af345da8778600b7508b058, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.762884  8974 ts_tablet_manager.cc:1434] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:14:46.763191  8976 consensus_queue.cc:260] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.765570  8974 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: Bootstrap starting.
I20260630 12:14:46.766145  8976 ts_tablet_manager.cc:1434] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:14:46.767343  8976 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: Bootstrap starting.
I20260630 12:14:46.774276  8976 tablet_bootstrap.cc:654] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.774262  8974 tablet_bootstrap.cc:654] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.777510  8975 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: No bootstrap required, opened a new log
I20260630 12:14:46.780193  8975 ts_tablet_manager.cc:1403] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: Time spent bootstrapping tablet: real 0.034s	user 0.017s	sys 0.009s
I20260630 12:14:46.783454  8975 raft_consensus.cc:359] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.784253  8975 raft_consensus.cc:385] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.784583  8975 raft_consensus.cc:740] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81efd70b498c4f6384c51b68cb63a75c, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.785395  8975 consensus_queue.cc:260] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.787829  8974 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: No bootstrap required, opened a new log
I20260630 12:14:46.788012  8975 ts_tablet_manager.cc:1434] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:46.788543  8974 ts_tablet_manager.cc:1403] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.007s
I20260630 12:14:46.789253  8975 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: Bootstrap starting.
I20260630 12:14:46.791755  8974 raft_consensus.cc:359] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.792603  8974 raft_consensus.cc:385] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.792974  8974 raft_consensus.cc:740] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.793754  8974 consensus_queue.cc:260] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.795949  8975 tablet_bootstrap.cc:654] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.795984  8974 ts_tablet_manager.cc:1434] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:46.792994  8976 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: No bootstrap required, opened a new log
I20260630 12:14:46.798789  8983 raft_consensus.cc:493] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:46.799494  8976 ts_tablet_manager.cc:1403] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: Time spent bootstrapping tablet: real 0.032s	user 0.009s	sys 0.011s
I20260630 12:14:46.799432  8983 raft_consensus.cc:515] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.800618  8974 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: Bootstrap starting.
I20260630 12:14:46.803571  8976 raft_consensus.cc:359] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.806078  8976 raft_consensus.cc:385] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.806445  8976 raft_consensus.cc:740] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5aec2c673af345da8778600b7508b058, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.807425  8974 tablet_bootstrap.cc:654] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.807451  8976 consensus_queue.cc:260] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.810263  8983 leader_election.cc:290] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.813668  8976 ts_tablet_manager.cc:1434] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:14:46.821722  8974 tablet_bootstrap.cc:492] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: No bootstrap required, opened a new log
I20260630 12:14:46.821978  8976 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: Bootstrap starting.
I20260630 12:14:46.823681  8975 tablet_bootstrap.cc:492] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: No bootstrap required, opened a new log
I20260630 12:14:46.824388  8975 ts_tablet_manager.cc:1403] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.004s
I20260630 12:14:46.825873  8982 raft_consensus.cc:493] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:46.826449  8982 raft_consensus.cc:515] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.830190  8976 tablet_bootstrap.cc:654] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:46.831247  8983 raft_consensus.cc:493] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:46.831841  8983 raft_consensus.cc:515] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.822419  8974 ts_tablet_manager.cc:1403] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.009s
I20260630 12:14:46.833063  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058" is_pre_election: true
I20260630 12:14:46.834236  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c" is_pre_election: true
I20260630 12:14:46.835085  8929 raft_consensus.cc:2468] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:46.836054  8974 raft_consensus.cc:359] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.836220  8855 raft_consensus.cc:2468] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:46.838270  8744 leader_election.cc:304] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 81efd70b498c4f6384c51b68cb63a75c; no voters: 
I20260630 12:14:46.836213  8983 leader_election.cc:290] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.840353  8976 tablet_bootstrap.cc:492] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: No bootstrap required, opened a new log
I20260630 12:14:46.840370  8983 raft_consensus.cc:2804] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:46.841073  8983 raft_consensus.cc:493] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:46.839902  8854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "92fe27d99a874f48b9f43a125686d60a" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058" is_pre_election: true
I20260630 12:14:46.841665  8983 raft_consensus.cc:3060] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.842005  8982 leader_election.cc:290] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193:42375), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
W20260630 12:14:46.843116  8745 leader_election.cc:343] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:46.841005  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "92fe27d99a874f48b9f43a125686d60a" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c" is_pre_election: true
I20260630 12:14:46.846791  8929 raft_consensus.cc:2468] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:46.837064  8974 raft_consensus.cc:385] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.848229  8974 raft_consensus.cc:740] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.848706  8976 ts_tablet_manager.cc:1403] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: Time spent bootstrapping tablet: real 0.027s	user 0.004s	sys 0.009s
I20260630 12:14:46.847849  8975 raft_consensus.cc:359] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.849382  8974 consensus_queue.cc:260] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.850271  8975 raft_consensus.cc:385] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.851167  8975 raft_consensus.cc:740] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81efd70b498c4f6384c51b68cb63a75c, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.851998  8974 ts_tablet_manager.cc:1434] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.002s
I20260630 12:14:46.851966  8976 raft_consensus.cc:359] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.853250  8975 consensus_queue.cc:260] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.854127  8983 raft_consensus.cc:515] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.857100  8983 leader_election.cc:290] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Requested vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.854908  8976 raft_consensus.cc:385] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:46.858062  8976 raft_consensus.cc:740] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5aec2c673af345da8778600b7508b058, State: Initialized, Role: FOLLOWER
I20260630 12:14:46.858999  8975 ts_tablet_manager.cc:1434] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: Time spent starting tablet: real 0.034s	user 0.008s	sys 0.000s
I20260630 12:14:46.859988  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058"
I20260630 12:14:46.858951  8976 consensus_queue.cc:260] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.860623  8855 raft_consensus.cc:3060] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.868067  8976 ts_tablet_manager.cc:1434] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:14:46.869015  8855 raft_consensus.cc:2468] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.870461  8745 leader_election.cc:304] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 5aec2c673af345da8778600b7508b058; no voters: 
I20260630 12:14:46.871470  8983 raft_consensus.cc:2804] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.871908  8983 raft_consensus.cc:697] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Becoming Leader. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Running, Role: LEADER
I20260630 12:14:46.872553  8983 consensus_queue.cc:237] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.883620  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c"
I20260630 12:14:46.883307  8677 catalog_manager.cc:5697] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:46.884327  8929 raft_consensus.cc:3060] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.891136  8744 leader_election.cc:304] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: 4b8353ed8de84f25bc3ff61a37e0a9d2, 81efd70b498c4f6384c51b68cb63a75c; no voters: 5aec2c673af345da8778600b7508b058
I20260630 12:14:46.892717  8929 raft_consensus.cc:2468] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.896188  8995 raft_consensus.cc:2804] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:46.896787  8995 raft_consensus.cc:493] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:46.897212  8995 raft_consensus.cc:3060] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.897845  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "5aec2c673af345da8778600b7508b058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c" is_pre_election: true
I20260630 12:14:46.898680  8929 raft_consensus.cc:2393] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5aec2c673af345da8778600b7508b058 in current term 1: Already voted for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in this term.
I20260630 12:14:46.901296  8780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0765750339794124b90d3dc65a685991" candidate_uuid: "5aec2c673af345da8778600b7508b058" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" is_pre_election: true
I20260630 12:14:46.902761  8818 leader_election.cc:304] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [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: 5aec2c673af345da8778600b7508b058; no voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 81efd70b498c4f6384c51b68cb63a75c
I20260630 12:14:46.903522  8982 raft_consensus.cc:2749] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:46.903815  8995 raft_consensus.cc:515] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.905570  8995 leader_election.cc:290] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Requested vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.906411  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "92fe27d99a874f48b9f43a125686d60a" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058"
I20260630 12:14:46.906591  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "92fe27d99a874f48b9f43a125686d60a" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c"
I20260630 12:14:46.907184  8855 raft_consensus.cc:3060] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.907233  8929 raft_consensus.cc:3060] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.912333  8855 raft_consensus.cc:2468] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.912333  8929 raft_consensus.cc:2468] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.913417  8745 leader_election.cc:304] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 5aec2c673af345da8778600b7508b058; no voters: 
I20260630 12:14:46.914065  8995 raft_consensus.cc:2804] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.914422  8995 raft_consensus.cc:697] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Becoming Leader. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Running, Role: LEADER
I20260630 12:14:46.915019  8995 consensus_queue.cc:237] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.923159  8676 catalog_manager.cc:5697] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:46.932842  8995 raft_consensus.cc:493] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:46.933393  8995 raft_consensus.cc:515] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.935061  8995 leader_election.cc:290] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.935910  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8d4406940e04024946eeb091639254c" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058" is_pre_election: true
I20260630 12:14:46.936084  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8d4406940e04024946eeb091639254c" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c" is_pre_election: true
I20260630 12:14:46.936669  8855 raft_consensus.cc:2468] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:46.936677  8929 raft_consensus.cc:2468] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:46.938056  8744 leader_election.cc:304] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 81efd70b498c4f6384c51b68cb63a75c; no voters: 
I20260630 12:14:46.938809  8995 raft_consensus.cc:2804] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:46.939112  8995 raft_consensus.cc:493] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:46.939419  8995 raft_consensus.cc:3060] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.944540  8995 raft_consensus.cc:515] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.946201  8995 leader_election.cc:290] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Requested vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:46.947110  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8d4406940e04024946eeb091639254c" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c"
I20260630 12:14:46.947104  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8d4406940e04024946eeb091639254c" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058"
I20260630 12:14:46.947727  8929 raft_consensus.cc:3060] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.947799  8855 raft_consensus.cc:3060] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:46.952833  8855 raft_consensus.cc:2468] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.952833  8929 raft_consensus.cc:2468] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:46.953994  8745 leader_election.cc:304] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 5aec2c673af345da8778600b7508b058; no voters: 
I20260630 12:14:46.954685  8995 raft_consensus.cc:2804] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:46.955113  8995 raft_consensus.cc:697] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Becoming Leader. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Running, Role: LEADER
I20260630 12:14:46.955981  8995 consensus_queue.cc:237] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:46.963052  8676 catalog_manager.cc:5697] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:47.065493  8995 raft_consensus.cc:493] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:47.066035  8995 raft_consensus.cc:515] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:47.067721  8995 leader_election.cc:290] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:47.068548  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb3556b5f5ec4a119f28c9a512a585f2" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058" is_pre_election: true
I20260630 12:14:47.068696  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb3556b5f5ec4a119f28c9a512a585f2" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c" is_pre_election: true
I20260630 12:14:47.069178  8855 raft_consensus.cc:2468] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:47.069329  8929 raft_consensus.cc:2468] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 0.
I20260630 12:14:47.070179  8745 leader_election.cc:304] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 5aec2c673af345da8778600b7508b058; no voters: 
I20260630 12:14:47.070894  8995 raft_consensus.cc:2804] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:47.071158  8995 raft_consensus.cc:493] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:47.071442  8995 raft_consensus.cc:3060] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:47.076094  8995 raft_consensus.cc:515] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:47.077605  8995 leader_election.cc:290] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Requested vote from peers 5aec2c673af345da8778600b7508b058 (127.0.107.194:43617), 81efd70b498c4f6384c51b68cb63a75c (127.0.107.195:36019)
I20260630 12:14:47.078524  8855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb3556b5f5ec4a119f28c9a512a585f2" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5aec2c673af345da8778600b7508b058"
I20260630 12:14:47.078537  8929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb3556b5f5ec4a119f28c9a512a585f2" candidate_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "81efd70b498c4f6384c51b68cb63a75c"
I20260630 12:14:47.079120  8855 raft_consensus.cc:3060] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:47.079156  8929 raft_consensus.cc:3060] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:47.084081  8929 raft_consensus.cc:2468] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:47.084084  8855 raft_consensus.cc:2468] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b8353ed8de84f25bc3ff61a37e0a9d2 in term 1.
I20260630 12:14:47.085216  8744 leader_election.cc:304] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b8353ed8de84f25bc3ff61a37e0a9d2, 81efd70b498c4f6384c51b68cb63a75c; no voters: 
I20260630 12:14:47.085883  8995 raft_consensus.cc:2804] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:47.086359  8995 raft_consensus.cc:697] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Becoming Leader. State: Replica: 4b8353ed8de84f25bc3ff61a37e0a9d2, State: Running, Role: LEADER
I20260630 12:14:47.086987  8995 consensus_queue.cc:237] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:47.093349  8676 catalog_manager.cc:5697] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4b8353ed8de84f25bc3ff61a37e0a9d2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:47.119892   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:47.126037  9001 instance_detector.cc: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:47.127499  9002 instance_detector.cc: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:47.129204  9004 instance_detector.cc: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:47.129235   431 server_base.cc:1061] running on GCE node
I20260630 12:14:47.130671   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:47.130884   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:47.131029   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821687131018 us; error 0 us; skew 500 ppm
I20260630 12:14:47.131635   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:47.133975   431 webserver.cc:533] Webserver started at http://127.0.107.196:44399/ using document root <none> and password file <none>
I20260630 12:14:47.134423   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:47.134583   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:47.134862   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:47.136051   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "80eb56d0ab7c4d94b9096a110e73dbf8"
format_stamp: "Formatted at 2026-06-30 12:14:47 on dist-test-slave-g2rq"
I20260630 12:14:47.140511   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:14:47.144181  9009 log_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:47.145323   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:47.145716   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "80eb56d0ab7c4d94b9096a110e73dbf8"
format_stamp: "Formatted at 2026-06-30 12:14:47 on dist-test-slave-g2rq"
I20260630 12:14:47.146093   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782821479742301-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:47.157644   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:47.158962   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:47.160482   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:47.162950   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:47.163167   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:47.163434   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:47.163594   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:47.204933   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39099
I20260630 12:14:47.205044  9071 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39099 every 8 connection(s)
I20260630 12:14:47.218760  9072 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42513
I20260630 12:14:47.219187  9072 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:47.219938  9072 heartbeater.cc:507] Master 127.0.107.254:42513 requested a full tablet report, sending...
I20260630 12:14:47.221794  8676 ts_manager.cc:194] Registered new tserver with Master: 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099)
I20260630 12:14:47.223125  8676 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45828
I20260630 12:14:47.348776  8995 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.361431  9078 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.361554  8983 consensus_queue.cc:1048] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.378212  8995 consensus_queue.cc:1048] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.427685  8995 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.438390  8983 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.479313  8983 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:47.491058  8995 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, 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.172785  8780 consensus_queue.cc:237] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: true } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
I20260630 12:14:48.179250  8854 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.180833  8929 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.181250  9089 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:48.182606  8995 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:48.190035  8983 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: true } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
W20260630 12:14:48.191354  8744 consensus_peers.cc:597] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0765750339794124b90d3dc65a685991. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.193233  8929 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: true } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.193077  8854 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: true } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.205399  8677 catalog_manager.cc:5697] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:48.207778  8780 consensus_queue.cc:237] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: true } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
I20260630 12:14:48.216413  8928 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:14:48.217303  8744 consensus_peers.cc:597] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cb3556b5f5ec4a119f28c9a512a585f2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.218278  8995 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } 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:48.219556  8854 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.221498  9089 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:48.225441  9072 heartbeater.cc:499] Master 127.0.107.254:42513 was elected leader, sending a full tablet report...
I20260630 12:14:48.225909  8995 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: true } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.231745  8854 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: true } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.231999  8929 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: true } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.243281  8780 consensus_queue.cc:237] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: true } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
W20260630 12:14:48.250612  8744 consensus_peers.cc:597] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a8d4406940e04024946eeb091639254c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.251084  8929 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.251127  8675 catalog_manager.cc:5697] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 reported cstate change: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: true } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.252067  8854 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.252708  8983 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:14:48.254093  8995 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } 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:14:48.261682  8983 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: true } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.267067  8854 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: true } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.268813  8929 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: true } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.279019  8677 catalog_manager.cc:5697] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: config changed from index -1 to 2, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:48.280663  8780 consensus_queue.cc:237] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
I20260630 12:14:48.286406  8854 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.286731  8744 consensus_peers.cc:597] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0765750339794124b90d3dc65a685991. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.287952  8983 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:48.288321  8929 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.289856  8983 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:48.295537  9078 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.297519  8854 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.300026  8929 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
W20260630 12:14:48.305801  8726 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:48.306186  8726 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:48.311390  8675 catalog_manager.cc:5697] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.311777  8780 consensus_queue.cc:237] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
I20260630 12:14:48.317485  8929 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.317925  8854 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.319252  8744 consensus_peers.cc:597] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cb3556b5f5ec4a119f28c9a512a585f2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.319530  9089 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:14:48.321133  8983 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:48.328486  9089 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.329605  8780 consensus_queue.cc:237] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:48.330493  8929 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.331162  8854 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
W20260630 12:14:48.340468  8726 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:48.340783  8726 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:48.344774  8677 catalog_manager.cc:5697] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.346240  8779 consensus_queue.cc:237] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } }
I20260630 12:14:48.349464  8929 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.351475  8983 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:48.355371  8928 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.355641  8744 consensus_peers.cc:597] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 -> Peer 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): Couldn't send request to peer 80eb56d0ab7c4d94b9096a110e73dbf8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a8d4406940e04024946eeb091639254c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:14:48.355966  8855 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.347482  8854 raft_consensus.cc:1275] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.356917  8995 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:14:48.357919  8983 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } 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:48.358091  9089 consensus_queue.cc:1048] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:48.359768  8983 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.363381  8928 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.367784  9089 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.369401  8855 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.370241  8779 consensus_queue.cc:237] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } }
I20260630 12:14:48.376399  8927 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.379937  8854 raft_consensus.cc:1275] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.381306  8676 catalog_manager.cc:5697] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c reported cstate change: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.383277  8995 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:14:48.384385  8983 consensus_queue.cc:1048] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.002s
W20260630 12:14:48.391283  8726 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:14:48.391745  8726 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:14:48.403023  8675 catalog_manager.cc:5697] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.402983  8928 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } peers { permanent_uuid: "80eb56d0ab7c4d94b9096a110e73dbf8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39099 } attrs { promote: true } } }
I20260630 12:14:48.413763  9037 tablet_service.cc:1558] Processing DeleteTablet for tablet 0765750339794124b90d3dc65a685991 with delete_type TABLET_DATA_TOMBSTONED (TS 80eb56d0ab7c4d94b9096a110e73dbf8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45472
I20260630 12:14:48.420554  9101 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } }
I20260630 12:14:48.422485  8927 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } }
I20260630 12:14:48.424922  8662 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0765750339794124b90d3dc65a685991 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:48.427465  8779 consensus_queue.cc:237] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [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: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } }
I20260630 12:14:48.432201  8855 raft_consensus.cc:2955] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } attrs { replace: false } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.436483  8928 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.435668  8854 raft_consensus.cc:2955] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } }
I20260630 12:14:48.438544  8853 raft_consensus.cc:1275] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Refusing update from remote peer 4b8353ed8de84f25bc3ff61a37e0a9d2: 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:48.442677  9103 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:14:48.444159  8675 catalog_manager.cc:5697] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c reported cstate change: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } attrs { replace: false } } }
W20260630 12:14:48.449085  8663 catalog_manager.cc:4995] TS 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): delete failed for tablet 0765750339794124b90d3dc65a685991 because the tablet was not found. No further retry: Not found: Tablet not found: 0765750339794124b90d3dc65a685991
I20260630 12:14:48.453307  9102 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.455715  8662 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet cb3556b5f5ec4a119f28c9a512a585f2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:48.456351  9101 consensus_queue.cc:1048] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } 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:48.462606  9037 tablet_service.cc:1558] Processing DeleteTablet for tablet cb3556b5f5ec4a119f28c9a512a585f2 with delete_type TABLET_DATA_TOMBSTONED (TS 80eb56d0ab7c4d94b9096a110e73dbf8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45472
I20260630 12:14:48.461820  8855 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
W20260630 12:14:48.465960  8663 catalog_manager.cc:4995] TS 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): delete failed for tablet cb3556b5f5ec4a119f28c9a512a585f2 because the tablet was not found. No further retry: Not found: Tablet not found: cb3556b5f5ec4a119f28c9a512a585f2
I20260630 12:14:48.468393  8662 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a8d4406940e04024946eeb091639254c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:14:48.467010  8928 raft_consensus.cc:2955] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } } }
I20260630 12:14:48.472568  8675 catalog_manager.cc:5697] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 reported cstate change: config changed from index 3 to 4, NON_VOTER 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b8353ed8de84f25bc3ff61a37e0a9d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42375 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5aec2c673af345da8778600b7508b058" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43617 } attrs { replace: false } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "81efd70b498c4f6384c51b68cb63a75c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36019 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:48.485042  9037 tablet_service.cc:1558] Processing DeleteTablet for tablet a8d4406940e04024946eeb091639254c with delete_type TABLET_DATA_TOMBSTONED (TS 80eb56d0ab7c4d94b9096a110e73dbf8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45472
W20260630 12:14:48.486349  8663 catalog_manager.cc:4995] TS 80eb56d0ab7c4d94b9096a110e73dbf8 (127.0.107.196:39099): delete failed for tablet a8d4406940e04024946eeb091639254c because the tablet was not found. No further retry: Not found: Tablet not found: a8d4406940e04024946eeb091639254c
I20260630 12:14:49.292049   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:49.310397   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:49.311129   431 tablet_replica.cc:333] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2: stopping tablet replica
I20260630 12:14:49.311764   431 raft_consensus.cc:2243] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:49.312534   431 raft_consensus.cc:2272] T a8d4406940e04024946eeb091639254c P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.314604   431 tablet_replica.cc:333] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2: stopping tablet replica
I20260630 12:14:49.315092   431 raft_consensus.cc:2243] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:49.315850   431 raft_consensus.cc:2272] T 92fe27d99a874f48b9f43a125686d60a P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.317641   431 tablet_replica.cc:333] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2: stopping tablet replica
I20260630 12:14:49.318080   431 raft_consensus.cc:2243] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:49.318753   431 raft_consensus.cc:2272] T 0765750339794124b90d3dc65a685991 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.320783   431 tablet_replica.cc:333] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2: stopping tablet replica
I20260630 12:14:49.321238   431 raft_consensus.cc:2243] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:49.321890   431 raft_consensus.cc:2272] T cb3556b5f5ec4a119f28c9a512a585f2 P 4b8353ed8de84f25bc3ff61a37e0a9d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.334184   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:49.345949   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:49.362908   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:49.363616   431 tablet_replica.cc:333] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058: stopping tablet replica
I20260630 12:14:49.364224   431 raft_consensus.cc:2243] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.364818   431 raft_consensus.cc:2272] T cb3556b5f5ec4a119f28c9a512a585f2 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.367215   431 tablet_replica.cc:333] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058: stopping tablet replica
I20260630 12:14:49.367794   431 raft_consensus.cc:2243] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.368207   431 raft_consensus.cc:2272] T 92fe27d99a874f48b9f43a125686d60a P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.369990   431 tablet_replica.cc:333] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058: stopping tablet replica
I20260630 12:14:49.370476   431 raft_consensus.cc:2243] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.371016   431 raft_consensus.cc:2272] T a8d4406940e04024946eeb091639254c P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.373162   431 tablet_replica.cc:333] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058: stopping tablet replica
I20260630 12:14:49.373611   431 raft_consensus.cc:2243] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.374114   431 raft_consensus.cc:2272] T 0765750339794124b90d3dc65a685991 P 5aec2c673af345da8778600b7508b058 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.395517   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:49.407497   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:49.422896   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:49.423619   431 tablet_replica.cc:333] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c: stopping tablet replica
I20260630 12:14:49.424187   431 raft_consensus.cc:2243] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.424824   431 raft_consensus.cc:2272] T cb3556b5f5ec4a119f28c9a512a585f2 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.427412   431 tablet_replica.cc:333] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c: stopping tablet replica
I20260630 12:14:49.427973   431 raft_consensus.cc:2243] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.428583   431 raft_consensus.cc:2272] T a8d4406940e04024946eeb091639254c P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.431073   431 tablet_replica.cc:333] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c: stopping tablet replica
I20260630 12:14:49.431646   431 raft_consensus.cc:2243] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.432224   431 raft_consensus.cc:2272] T 0765750339794124b90d3dc65a685991 P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.434146   431 tablet_replica.cc:333] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c: stopping tablet replica
I20260630 12:14:49.434664   431 raft_consensus.cc:2243] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:49.435089   431 raft_consensus.cc:2272] T 92fe27d99a874f48b9f43a125686d60a P 81efd70b498c4f6384c51b68cb63a75c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.456472   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:49.468887   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:14:49.484081   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:49.499528   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:14:49.507929   431 master.cc:562] Master@127.0.107.254:42513 shutting down...
I20260630 12:14:49.522362   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:49.522881   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:49.523202   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2b52cf17772c49739941a81f4a16ec70: stopping tablet replica
I20260630 12:14:49.542593   431 master.cc:584] Master@127.0.107.254:42513 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4550 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:14:49.571424   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43707
I20260630 12:14:49.572671   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:49.578514  9111 instance_detector.cc: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:49.579006  9110 instance_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:49.580586   431 server_base.cc:1061] running on GCE node
W20260630 12:14:49.580703  9113 instance_detector.cc: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:49.581677   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:49.581859   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:49.582010   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821689581992 us; error 0 us; skew 500 ppm
I20260630 12:14:49.582515   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:49.584805   431 webserver.cc:533] Webserver started at http://127.0.107.254:33471/ using document root <none> and password file <none>
I20260630 12:14:49.585242   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:49.585400   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:49.585646   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:49.586648   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "dcc88a10187b44b9a335f53ac46ea80c"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.590899   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:49.594098  9118 log_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:49.594846   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:49.595109   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "dcc88a10187b44b9a335f53ac46ea80c"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.595392   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-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:49.615754   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:49.616948   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:49.651288   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43707
I20260630 12:14:49.651399  9169 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43707 every 8 connection(s)
I20260630 12:14:49.654889  9170 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:49.666415  9170 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c: Bootstrap starting.
I20260630 12:14:49.670578  9170 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:49.674465  9170 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c: No bootstrap required, opened a new log
I20260630 12:14:49.676534  9170 raft_consensus.cc:359] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER }
I20260630 12:14:49.676927  9170 raft_consensus.cc:385] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:49.677152  9170 raft_consensus.cc:740] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dcc88a10187b44b9a335f53ac46ea80c, State: Initialized, Role: FOLLOWER
I20260630 12:14:49.677810  9170 consensus_queue.cc:260] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER }
I20260630 12:14:49.678295  9170 raft_consensus.cc:399] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:49.678499  9170 raft_consensus.cc:493] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:49.678745  9170 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:49.684099  9170 raft_consensus.cc:515] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER }
I20260630 12:14:49.684660  9170 leader_election.cc:304] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [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: dcc88a10187b44b9a335f53ac46ea80c; no voters: 
I20260630 12:14:49.685818  9170 leader_election.cc:290] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:49.686175  9173 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:49.687539  9173 raft_consensus.cc:697] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 1 LEADER]: Becoming Leader. State: Replica: dcc88a10187b44b9a335f53ac46ea80c, State: Running, Role: LEADER
I20260630 12:14:49.688120  9173 consensus_queue.cc:237] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [LEADER]: Queue going to LEADER mode. State: All 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: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER }
I20260630 12:14:49.688594  9170 sys_catalog.cc:565] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:49.691067  9175 sys_catalog.cc:455] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [sys.catalog]: SysCatalogTable state changed. Reason: New leader dcc88a10187b44b9a335f53ac46ea80c. Latest consensus state: current_term: 1 leader_uuid: "dcc88a10187b44b9a335f53ac46ea80c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER } }
I20260630 12:14:49.690997  9174 sys_catalog.cc:455] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "dcc88a10187b44b9a335f53ac46ea80c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "dcc88a10187b44b9a335f53ac46ea80c" member_type: VOTER } }
I20260630 12:14:49.691916  9174 sys_catalog.cc:458] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:49.691838  9175 sys_catalog.cc:458] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:49.694685  9179 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:49.700973  9179 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:49.702163   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:49.710664  9179 catalog_manager.cc:1383] Generated new cluster ID: 703a4336b2904b17a6b7396b24738060
I20260630 12:14:49.710927  9179 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:49.728929  9179 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:49.730223  9179 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:49.743816  9179 catalog_manager.cc:6070] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c: Generated new TSK 0
I20260630 12:14:49.744412  9179 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:49.768678   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:49.774309  9191 instance_detector.cc: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:49.775731  9192 instance_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:49.779899   431 server_base.cc:1061] running on GCE node
W20260630 12:14:49.780459  9194 instance_detector.cc: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:49.783102   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:49.783365   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:49.783535   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821689783516 us; error 0 us; skew 500 ppm
I20260630 12:14:49.784085   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:49.786609   431 webserver.cc:533] Webserver started at http://127.0.107.193:40179/ using document root <none> and password file <none>
I20260630 12:14:49.787065   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:49.787233   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:49.787500   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:49.788517   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.793056   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:49.796355  9199 log_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:49.797206   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:14:49.797536   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.797809   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-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:49.819372   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:49.820366   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:49.821749   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:49.824213   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:49.824422   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:49.824635   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:49.824783   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:49.860965   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46541
I20260630 12:14:49.861057  9261 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46541 every 8 connection(s)
I20260630 12:14:49.866077   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:49.872696  9266 instance_detector.cc: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:49.873996  9267 instance_detector.cc: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:49.876840  9269 instance_detector.cc: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:49.877854   431 server_base.cc:1061] running on GCE node
I20260630 12:14:49.878561  9262 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260630 12:14:49.878945  9262 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:49.878980   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:49.879295   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:49.879499   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821689879481 us; error 0 us; skew 500 ppm
I20260630 12:14:49.879794  9262 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
I20260630 12:14:49.880107   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:49.881966  9135 ts_manager.cc:194] Registered new tserver with Master: a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541)
I20260630 12:14:49.882668   431 webserver.cc:533] Webserver started at http://127.0.107.194:39291/ using document root <none> and password file <none>
I20260630 12:14:49.883185   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:49.883416   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:49.883672   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:49.884111  9135 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43604
I20260630 12:14:49.884790   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.889642   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:49.893298  9274 log_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:49.894205   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:49.894481   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8"
format_stamp: "Formatted at 2026-06-30 12:14:49 on dist-test-slave-g2rq"
I20260630 12:14:49.894742   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-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:49.923448   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:49.925138   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:49.927037   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:49.929946   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:49.930205   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:49.930473   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:49.930677   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:49.977260   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41189
I20260630 12:14:49.977365  9336 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41189 every 8 connection(s)
I20260630 12:14:49.983568   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:49.991451  9340 instance_detector.cc: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:49.993073  9341 instance_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:49.997607  9337 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260630 12:14:49.998117  9337 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:49.999111  9337 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
W20260630 12:14:49.999159  9343 instance_detector.cc: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:49.999665   431 server_base.cc:1061] running on GCE node
I20260630 12:14:50.000761   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:50.001014   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.001191   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821690001175 us; error 0 us; skew 500 ppm
I20260630 12:14:50.001725   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:50.001871  9135 ts_manager.cc:194] Registered new tserver with Master: 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:50.003760  9135 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43606
I20260630 12:14:50.004436   431 webserver.cc:533] Webserver started at http://127.0.107.195:36765/ using document root <none> and password file <none>
I20260630 12:14:50.004962   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:50.005148   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:50.005388   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:50.006458   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "c6d3a4be8d2c485c881f625d2119c017"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-g2rq"
I20260630 12:14:50.011127   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:14:50.014971  9348 log_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.016019   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:50.016341   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "c6d3a4be8d2c485c881f625d2119c017"
format_stamp: "Formatted at 2026-06-30 12:14:50 on dist-test-slave-g2rq"
I20260630 12:14:50.016618   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782821479742301-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:50.030609   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:50.031749   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:50.033243   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:50.035813   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:50.036042   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.036463   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:50.036656   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:50.075522   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46611
I20260630 12:14:50.075608  9410 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46611 every 8 connection(s)
I20260630 12:14:50.088901  9411 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260630 12:14:50.089313  9411 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:50.090152  9411 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
I20260630 12:14:50.092273  9135 ts_manager.cc:194] Registered new tserver with Master: c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:50.093360   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014811961s
I20260630 12:14:50.093731  9135 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43618
I20260630 12:14:50.886778  9262 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260630 12:14:51.006636  9337 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260630 12:14:51.096694  9411 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260630 12:14:51.154783  9135 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43620:
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:51.157195  9135 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:51.219398  9375 tablet_service.cc:1511] Processing CreateTablet for tablet 69b0fc4eadba472aa8f9aa2d8d9da689 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:51.220309  9376 tablet_service.cc:1511] Processing CreateTablet for tablet ef0c8ddbaab540928b5235b5b2550ae3 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:51.220587  9302 tablet_service.cc:1511] Processing CreateTablet for tablet ef0c8ddbaab540928b5235b5b2550ae3 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:51.221015  9375 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69b0fc4eadba472aa8f9aa2d8d9da689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.222252  9301 tablet_service.cc:1511] Processing CreateTablet for tablet 69b0fc4eadba472aa8f9aa2d8d9da689 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:51.222946  9376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef0c8ddbaab540928b5235b5b2550ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.223651  9301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69b0fc4eadba472aa8f9aa2d8d9da689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.223466  9300 tablet_service.cc:1511] Processing CreateTablet for tablet 43a9e8638a95453fb51c0aa0758c3155 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:51.226104  9374 tablet_service.cc:1511] Processing CreateTablet for tablet 43a9e8638a95453fb51c0aa0758c3155 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:51.226950  9300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43a9e8638a95453fb51c0aa0758c3155. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.227463  9374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43a9e8638a95453fb51c0aa0758c3155. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.227903  9302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef0c8ddbaab540928b5235b5b2550ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.243052  9299 tablet_service.cc:1511] Processing CreateTablet for tablet 995b18bb5e624001a1eaddbe2f080603 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:51.244555  9299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 995b18bb5e624001a1eaddbe2f080603. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.244371  9373 tablet_service.cc:1511] Processing CreateTablet for tablet 995b18bb5e624001a1eaddbe2f080603 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:51.245836  9373 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 995b18bb5e624001a1eaddbe2f080603. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.261893  9226 tablet_service.cc:1511] Processing CreateTablet for tablet 69b0fc4eadba472aa8f9aa2d8d9da689 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:14:51.262900  9227 tablet_service.cc:1511] Processing CreateTablet for tablet ef0c8ddbaab540928b5235b5b2550ae3 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:14:51.263360  9226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69b0fc4eadba472aa8f9aa2d8d9da689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.264129  9227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef0c8ddbaab540928b5235b5b2550ae3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.265303  9225 tablet_service.cc:1511] Processing CreateTablet for tablet 43a9e8638a95453fb51c0aa0758c3155 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:14:51.266536  9225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43a9e8638a95453fb51c0aa0758c3155. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.268303  9223 tablet_service.cc:1511] Processing CreateTablet for tablet ee40ab5e176b434e9743e2dca7d52946 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:51.269522  9224 tablet_service.cc:1511] Processing CreateTablet for tablet 995b18bb5e624001a1eaddbe2f080603 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:14:51.269637  9223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee40ab5e176b434e9743e2dca7d52946. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.270788  9224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 995b18bb5e624001a1eaddbe2f080603. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.286384  9298 tablet_service.cc:1511] Processing CreateTablet for tablet ee40ab5e176b434e9743e2dca7d52946 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:51.288015  9298 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee40ab5e176b434e9743e2dca7d52946. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.305338  9372 tablet_service.cc:1511] Processing CreateTablet for tablet ee40ab5e176b434e9743e2dca7d52946 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:14:51.305303  9222 tablet_service.cc:1511] Processing CreateTablet for tablet 9128f61e8d4941d29f94304350d11b31 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:51.307039  9372 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee40ab5e176b434e9743e2dca7d52946. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.307837  9222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9128f61e8d4941d29f94304350d11b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.307911  9297 tablet_service.cc:1511] Processing CreateTablet for tablet 9128f61e8d4941d29f94304350d11b31 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:51.309269  9297 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9128f61e8d4941d29f94304350d11b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.308945  9371 tablet_service.cc:1511] Processing CreateTablet for tablet 9128f61e8d4941d29f94304350d11b31 (DEFAULT_TABLE table=test-workload [id=00c01819796a4f94beec6fca52dcef9a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:14:51.317811  9371 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9128f61e8d4941d29f94304350d11b31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:51.331403  9432 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.332162  9431 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.337991  9431 tablet_bootstrap.cc:654] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.352720  9434 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.353644  9431 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.353844  9432 tablet_bootstrap.cc:654] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.354173  9431 ts_tablet_manager.cc:1403] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.006s
I20260630 12:14:51.356922  9431 raft_consensus.cc:359] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.357501  9431 raft_consensus.cc:385] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.357728  9431 raft_consensus.cc:740] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.358429  9431 consensus_queue.cc:260] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.359447  9434 tablet_bootstrap.cc:654] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.361048  9432 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.361575  9432 ts_tablet_manager.cc:1403] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.030s	user 0.008s	sys 0.003s
I20260630 12:14:51.361865  9431 ts_tablet_manager.cc:1434] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
I20260630 12:14:51.362960  9431 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.364557  9432 raft_consensus.cc:359] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.365362  9432 raft_consensus.cc:385] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.365654  9432 raft_consensus.cc:740] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.366710  9432 consensus_queue.cc:260] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.369756  9431 tablet_bootstrap.cc:654] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.376289  9432 ts_tablet_manager.cc:1434] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.004s
I20260630 12:14:51.378836  9432 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.379235  9434 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.379663  9431 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.379843  9434 ts_tablet_manager.cc:1403] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.010s
I20260630 12:14:51.380246  9431 ts_tablet_manager.cc:1403] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.008s
I20260630 12:14:51.382988  9434 raft_consensus.cc:359] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.383256  9431 raft_consensus.cc:359] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.383785  9434 raft_consensus.cc:385] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.384087  9431 raft_consensus.cc:385] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.384151  9434 raft_consensus.cc:740] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.384490  9431 raft_consensus.cc:740] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.385612  9432 tablet_bootstrap.cc:654] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.385354  9431 consensus_queue.cc:260] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.385387  9434 consensus_queue.cc:260] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.387835  9431 ts_tablet_manager.cc:1434] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:14:51.388918  9431 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.395406  9431 tablet_bootstrap.cc:654] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.405040  9434 ts_tablet_manager.cc:1434] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.025s	user 0.014s	sys 0.008s
I20260630 12:14:51.406021  9434 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.406234  9432 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.406762  9432 ts_tablet_manager.cc:1403] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.028s	user 0.014s	sys 0.004s
I20260630 12:14:51.407512  9431 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.408023  9431 ts_tablet_manager.cc:1403] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.010s
I20260630 12:14:51.409624  9432 raft_consensus.cc:359] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.410379  9432 raft_consensus.cc:385] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.410732  9432 raft_consensus.cc:740] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.410741  9436 raft_consensus.cc:493] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.410604  9431 raft_consensus.cc:359] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.411504  9431 raft_consensus.cc:385] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.411494  9436 raft_consensus.cc:515] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.412092  9431 raft_consensus.cc:740] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.411712  9432 consensus_queue.cc:260] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.413015  9431 consensus_queue.cc:260] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.414431  9432 ts_tablet_manager.cc:1434] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:14:51.415681  9432 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.421833  9432 tablet_bootstrap.cc:654] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.423226  9436 leader_election.cc:290] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.435767  9434 tablet_bootstrap.cc:654] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.450201  9434 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.450757  9434 ts_tablet_manager.cc:1403] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.045s	user 0.008s	sys 0.000s
I20260630 12:14:51.451408  9431 ts_tablet_manager.cc:1434] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.043s	user 0.033s	sys 0.010s
I20260630 12:14:51.452548  9431 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.453644  9434 raft_consensus.cc:359] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.453763  9432 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.454946  9432 ts_tablet_manager.cc:1403] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.040s	user 0.029s	sys 0.008s
I20260630 12:14:51.457721  9432 raft_consensus.cc:359] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.458437  9432 raft_consensus.cc:385] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.458703  9431 tablet_bootstrap.cc:654] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.458729  9432 raft_consensus.cc:740] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.459055  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.454403  9434 raft_consensus.cc:385] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.459743  9432 consensus_queue.cc:260] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.460119  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" is_pre_election: true
I20260630 12:14:51.460736  9386 raft_consensus.cc:2468] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 0.
I20260630 12:14:51.462239  9432 ts_tablet_manager.cc:1434] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:14:51.462687  9276 leader_election.cc:304] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.460208  9434 raft_consensus.cc:740] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.463400  9432 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.463938  9434 consensus_queue.cc:260] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
W20260630 12:14:51.465000  9277 leader_election.cc:343] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:51.468129  9434 ts_tablet_manager.cc:1434] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.017s	user 0.002s	sys 0.006s
I20260630 12:14:51.469703  9432 tablet_bootstrap.cc:654] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.470957  9431 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.471527  9431 ts_tablet_manager.cc:1403] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
I20260630 12:14:51.471098  9434 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.474685  9431 raft_consensus.cc:359] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.475545  9431 raft_consensus.cc:385] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.475836  9431 raft_consensus.cc:740] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.476781  9431 consensus_queue.cc:260] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.478003  9436 raft_consensus.cc:2804] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.478442  9436 raft_consensus.cc:493] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.478785  9436 raft_consensus.cc:3060] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.480763  9434 tablet_bootstrap.cc:654] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
W20260630 12:14:51.487222  9338 tablet.cc:2406] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:14:51.488402  9431 ts_tablet_manager.cc:1434] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:14:51.489719  9431 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.491039  9436 raft_consensus.cc:515] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.493813  9438 raft_consensus.cc:493] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.494843  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017"
I20260630 12:14:51.495182  9438 raft_consensus.cc:515] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.495664  9386 raft_consensus.cc:3060] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.496340  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
I20260630 12:14:51.498044  9438 leader_election.cc:290] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:51.493422  9436 leader_election.cc:290] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Requested vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.501268  9434 tablet_bootstrap.cc:492] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.501942  9434 ts_tablet_manager.cc:1403] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.031s	user 0.007s	sys 0.009s
W20260630 12:14:51.502592  9277 leader_election.cc:343] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:51.505112  9434 raft_consensus.cc:359] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.505982  9434 raft_consensus.cc:385] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.506274  9434 raft_consensus.cc:740] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.507375  9434 consensus_queue.cc:260] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.512336  9434 ts_tablet_manager.cc:1434] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:14:51.506465  9443 raft_consensus.cc:493] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.514967  9431 tablet_bootstrap.cc:654] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.516484  9386 raft_consensus.cc:2468] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 1.
I20260630 12:14:51.518030  9276 leader_election.cc:304] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [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: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017; no voters: a8b62beda3e747c1aa5f86c240b4d0d9
I20260630 12:14:51.519356  9436 raft_consensus.cc:2804] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.514410  9443 raft_consensus.cc:515] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.527195  9434 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.527047  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" is_pre_election: true
I20260630 12:14:51.528173  9443 leader_election.cc:290] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
W20260630 12:14:51.528832  9277 leader_election.cc:343] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:51.528908  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.527954  9436 raft_consensus.cc:697] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Becoming Leader. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Running, Role: LEADER
I20260630 12:14:51.530763  9386 raft_consensus.cc:2468] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 0.
I20260630 12:14:51.532018  9436 consensus_queue.cc:237] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.532491  9276 leader_election.cc:304] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [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: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017; no voters: a8b62beda3e747c1aa5f86c240b4d0d9
I20260630 12:14:51.533726  9443 raft_consensus.cc:2804] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.534080  9443 raft_consensus.cc:493] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.534432  9443 raft_consensus.cc:3060] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.544771  9432 tablet_bootstrap.cc:492] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.545367  9432 ts_tablet_manager.cc:1403] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.082s	user 0.030s	sys 0.020s
I20260630 12:14:51.547122  9434 tablet_bootstrap.cc:654] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.546339  9133 catalog_manager.cc:5697] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:51.548210  9432 raft_consensus.cc:359] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.548949  9432 raft_consensus.cc:385] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.549232  9432 raft_consensus.cc:740] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.550240  9432 consensus_queue.cc:260] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.552783  9432 ts_tablet_manager.cc:1434] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260630 12:14:51.553808  9432 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.555253  9443 raft_consensus.cc:515] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.559765  9432 tablet_bootstrap.cc:654] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.559795  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" is_pre_election: true
I20260630 12:14:51.561565  9443 leader_election.cc:290] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Requested vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
W20260630 12:14:51.561947  9351 leader_election.cc:343] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:51.562815  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017"
I20260630 12:14:51.562983  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
I20260630 12:14:51.563596  9386 raft_consensus.cc:3060] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:14:51.566198  9277 leader_election.cc:343] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:14:51.572942  9386 raft_consensus.cc:2468] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 1.
I20260630 12:14:51.574198  9276 leader_election.cc:304] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [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: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017; no voters: a8b62beda3e747c1aa5f86c240b4d0d9
I20260630 12:14:51.575497  9443 raft_consensus.cc:2804] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.576007  9443 raft_consensus.cc:697] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Becoming Leader. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Running, Role: LEADER
I20260630 12:14:51.576990  9443 consensus_queue.cc:237] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.578914  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.581272  9352 leader_election.cc:304] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [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: c6d3a4be8d2c485c881f625d2119c017; no voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, a8b62beda3e747c1aa5f86c240b4d0d9
I20260630 12:14:51.582713  9438 raft_consensus.cc:2749] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:51.583909  9434 tablet_bootstrap.cc:492] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.584589  9434 ts_tablet_manager.cc:1403] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.071s	user 0.009s	sys 0.003s
I20260630 12:14:51.587666  9434 raft_consensus.cc:359] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.588410  9434 raft_consensus.cc:385] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.588652  9434 raft_consensus.cc:740] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.589438  9434 consensus_queue.cc:260] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.591652  9431 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.592381  9431 ts_tablet_manager.cc:1403] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.103s	user 0.017s	sys 0.010s
I20260630 12:14:51.592964  9432 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.593658  9432 ts_tablet_manager.cc:1403] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.040s	user 0.007s	sys 0.004s
I20260630 12:14:51.595898  9431 raft_consensus.cc:359] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.596690  9440 raft_consensus.cc:493] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.599177  9431 raft_consensus.cc:385] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.599689  9431 raft_consensus.cc:740] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.599457  9440 raft_consensus.cc:515] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.600566  9431 consensus_queue.cc:260] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.602869  9431 ts_tablet_manager.cc:1434] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:14:51.603871  9431 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Bootstrap starting.
I20260630 12:14:51.604467  9440 leader_election.cc:290] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611), 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:51.605167  9440 raft_consensus.cc:493] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.605660  9440 raft_consensus.cc:515] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.607949  9440 leader_election.cc:290] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.596467  9432 raft_consensus.cc:359] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.609447  9432 raft_consensus.cc:385] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.609805  9432 raft_consensus.cc:740] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.598407  9434 ts_tablet_manager.cc:1434] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.003s
I20260630 12:14:51.597798  9132 catalog_manager.cc:5697] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:51.613155  9434 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.610008  9431 tablet_bootstrap.cc:654] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.618865  9432 consensus_queue.cc:260] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.621707  9432 ts_tablet_manager.cc:1434] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.028s	user 0.006s	sys 0.003s
I20260630 12:14:51.622804  9432 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: Bootstrap starting.
I20260630 12:14:51.628723  9432 tablet_bootstrap.cc:654] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.632746  9434 tablet_bootstrap.cc:654] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.642024  9432 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: No bootstrap required, opened a new log
I20260630 12:14:51.642555  9432 ts_tablet_manager.cc:1403] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.004s
I20260630 12:14:51.645460  9432 raft_consensus.cc:359] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.646235  9432 raft_consensus.cc:385] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.646540  9432 raft_consensus.cc:740] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.647543  9432 consensus_queue.cc:260] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.650002  9432 ts_tablet_manager.cc:1434] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:14:51.651392  9434 tablet_bootstrap.cc:492] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.652022  9434 ts_tablet_manager.cc:1403] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.004s
I20260630 12:14:51.655213  9434 raft_consensus.cc:359] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.656011  9434 raft_consensus.cc:385] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.656287  9434 raft_consensus.cc:740] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.657009  9434 consensus_queue.cc:260] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.659235  9434 ts_tablet_manager.cc:1434] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:14:51.664307  9434 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: Bootstrap starting.
I20260630 12:14:51.667308  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef0c8ddbaab540928b5235b5b2550ae3" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.668008  9386 raft_consensus.cc:2468] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 0.
I20260630 12:14:51.668892  9385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee40ab5e176b434e9743e2dca7d52946" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.669152  9201 leader_election.cc:304] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a8b62beda3e747c1aa5f86c240b4d0d9, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.669641  9385 raft_consensus.cc:2468] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 0.
I20260630 12:14:51.670048  9440 raft_consensus.cc:2804] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.670200  9434 tablet_bootstrap.cc:654] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:51.673331  9431 tablet_bootstrap.cc:492] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: No bootstrap required, opened a new log
I20260630 12:14:51.673842  9431 ts_tablet_manager.cc:1403] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent bootstrapping tablet: real 0.070s	user 0.017s	sys 0.032s
I20260630 12:14:51.674093  9440 raft_consensus.cc:493] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.674453  9440 raft_consensus.cc:3060] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.676905  9431 raft_consensus.cc:359] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.677650  9431 raft_consensus.cc:385] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.677930  9431 raft_consensus.cc:740] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.678654  9431 consensus_queue.cc:260] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.680930  9431 ts_tablet_manager.cc:1434] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:14:51.673877  9201 leader_election.cc:304] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a8b62beda3e747c1aa5f86c240b4d0d9, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.685621  9460 raft_consensus.cc:2804] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.686064  9460 raft_consensus.cc:493] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.686378  9460 raft_consensus.cc:3060] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.686597  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef0c8ddbaab540928b5235b5b2550ae3" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.687685  9311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee40ab5e176b434e9743e2dca7d52946" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.688391  9311 raft_consensus.cc:2468] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 0.
I20260630 12:14:51.689361  9312 raft_consensus.cc:2468] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 0.
I20260630 12:14:51.691813  9434 tablet_bootstrap.cc:492] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: No bootstrap required, opened a new log
I20260630 12:14:51.691828  9440 raft_consensus.cc:515] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.692564  9434 ts_tablet_manager.cc:1403] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent bootstrapping tablet: real 0.028s	user 0.017s	sys 0.007s
I20260630 12:14:51.694829  9438 raft_consensus.cc:493] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.695214  9385 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef0c8ddbaab540928b5235b5b2550ae3" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017"
I20260630 12:14:51.695451  9438 raft_consensus.cc:515] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.695896  9385 raft_consensus.cc:3060] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.695747  9434 raft_consensus.cc:359] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.696528  9434 raft_consensus.cc:385] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:51.696883  9434 raft_consensus.cc:740] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Initialized, Role: FOLLOWER
I20260630 12:14:51.697757  9434 consensus_queue.cc:260] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.697638  9438 leader_election.cc:290] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:51.699204  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9128f61e8d4941d29f94304350d11b31" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" is_pre_election: true
W20260630 12:14:51.699937  9183 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:51.700119  9237 raft_consensus.cc:2468] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6d3a4be8d2c485c881f625d2119c017 in term 0.
I20260630 12:14:51.700413  9440 leader_election.cc:290] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 election: Requested vote from peers c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611), 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:51.701805  9311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef0c8ddbaab540928b5235b5b2550ae3" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8"
I20260630 12:14:51.702132  9351 leader_election.cc:304] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a8b62beda3e747c1aa5f86c240b4d0d9, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.701761  9460 raft_consensus.cc:515] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.702569  9311 raft_consensus.cc:3060] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.703073  9438 raft_consensus.cc:2804] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.703482  9438 raft_consensus.cc:493] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.703708  9438 raft_consensus.cc:3060] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.701118  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9128f61e8d4941d29f94304350d11b31" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.704514  9312 raft_consensus.cc:2468] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6d3a4be8d2c485c881f625d2119c017 in term 0.
I20260630 12:14:51.709931  9311 raft_consensus.cc:2468] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 1.
I20260630 12:14:51.710073  9438 raft_consensus.cc:515] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.711030  9434 ts_tablet_manager.cc:1434] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.003s
I20260630 12:14:51.711691  9203 leader_election.cc:304] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, a8b62beda3e747c1aa5f86c240b4d0d9; no voters: 
I20260630 12:14:51.712466  9438 leader_election.cc:290] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 election: Requested vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189)
I20260630 12:14:51.712404  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee40ab5e176b434e9743e2dca7d52946" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017"
I20260630 12:14:51.713905  9386 raft_consensus.cc:3060] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.713790  9311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9128f61e8d4941d29f94304350d11b31" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8"
I20260630 12:14:51.714161  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee40ab5e176b434e9743e2dca7d52946" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8"
I20260630 12:14:51.714540  9311 raft_consensus.cc:3060] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.713181  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9128f61e8d4941d29f94304350d11b31" candidate_uuid: "c6d3a4be8d2c485c881f625d2119c017" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
I20260630 12:14:51.715188  9237 raft_consensus.cc:3060] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.710152  9385 raft_consensus.cc:2468] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 1.
I20260630 12:14:51.716204  9460 leader_election.cc:290] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 election: Requested vote from peers 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.714735  9312 raft_consensus.cc:3060] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.716922  9460 raft_consensus.cc:2804] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.717447  9460 raft_consensus.cc:697] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 LEADER]: Becoming Leader. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Running, Role: LEADER
I20260630 12:14:51.718611  9460 consensus_queue.cc:237] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } }
I20260630 12:14:51.721341  9311 raft_consensus.cc:2468] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6d3a4be8d2c485c881f625d2119c017 in term 1.
I20260630 12:14:51.721341  9386 raft_consensus.cc:2468] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 1.
I20260630 12:14:51.723060  9352 leader_election.cc:304] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.724002  9438 raft_consensus.cc:2804] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.724264  9201 leader_election.cc:304] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a8b62beda3e747c1aa5f86c240b4d0d9, c6d3a4be8d2c485c881f625d2119c017; no voters: 
I20260630 12:14:51.725279  9440 raft_consensus.cc:2804] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.725769  9440 raft_consensus.cc:697] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 LEADER]: Becoming Leader. State: Replica: a8b62beda3e747c1aa5f86c240b4d0d9, State: Running, Role: LEADER
I20260630 12:14:51.726630  9440 consensus_queue.cc:237] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.734921  9237 raft_consensus.cc:2468] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6d3a4be8d2c485c881f625d2119c017 in term 1.
I20260630 12:14:51.741500  9438 raft_consensus.cc:697] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 1 LEADER]: Becoming Leader. State: Replica: c6d3a4be8d2c485c881f625d2119c017, State: Running, Role: LEADER
I20260630 12:14:51.743291  9438 consensus_queue.cc:237] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.744035  9312 raft_consensus.cc:2468] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8b62beda3e747c1aa5f86c240b4d0d9 in term 1.
I20260630 12:14:51.750555  9133 catalog_manager.cc:5697] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:51.751972  9132 catalog_manager.cc:5697] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 reported cstate change: term changed from 0 to 1, leader changed from <none> to c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c6d3a4be8d2c485c881f625d2119c017" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: HEALTHY } } }
I20260630 12:14:51.763422  9132 catalog_manager.cc:5697] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:51.808678  9460 raft_consensus.cc:493] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.809221  9460 raft_consensus.cc:515] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.810902  9460 leader_election.cc:290] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.811755  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.812058  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69b0fc4eadba472aa8f9aa2d8d9da689" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.812791  9386 raft_consensus.cc:2393] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8b62beda3e747c1aa5f86c240b4d0d9 in current term 1: Already voted for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in this term.
I20260630 12:14:51.813753  9201 leader_election.cc:304] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [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: a8b62beda3e747c1aa5f86c240b4d0d9; no voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017
I20260630 12:14:51.814402  9460 raft_consensus.cc:3060] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.819032  9460 raft_consensus.cc:2749] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:51.833438  9443 raft_consensus.cc:493] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.834013  9443 raft_consensus.cc:515] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.836117  9443 leader_election.cc:290] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.836869  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43a9e8638a95453fb51c0aa0758c3155" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" is_pre_election: true
I20260630 12:14:51.837126  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43a9e8638a95453fb51c0aa0758c3155" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.837415  9237 raft_consensus.cc:2468] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 0.
I20260630 12:14:51.837708  9386 raft_consensus.cc:2468] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 0.
I20260630 12:14:51.838410  9277 leader_election.cc:304] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, a8b62beda3e747c1aa5f86c240b4d0d9; no voters: 
I20260630 12:14:51.839214  9443 raft_consensus.cc:2804] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:51.839529  9443 raft_consensus.cc:493] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:51.839784  9443 raft_consensus.cc:3060] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.844686  9443 raft_consensus.cc:515] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.846292  9443 leader_election.cc:290] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Requested vote from peers a8b62beda3e747c1aa5f86c240b4d0d9 (127.0.107.193:46541), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.847220  9237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43a9e8638a95453fb51c0aa0758c3155" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9"
I20260630 12:14:51.847869  9237 raft_consensus.cc:3060] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.848039  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43a9e8638a95453fb51c0aa0758c3155" candidate_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017"
I20260630 12:14:51.848583  9386 raft_consensus.cc:3060] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.852972  9237 raft_consensus.cc:2468] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 1.
I20260630 12:14:51.853385  9386 raft_consensus.cc:2468] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in term 1.
I20260630 12:14:51.854146  9277 leader_election.cc:304] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, a8b62beda3e747c1aa5f86c240b4d0d9; no voters: 
I20260630 12:14:51.854974  9443 raft_consensus.cc:2804] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:51.855567  9443 raft_consensus.cc:697] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Becoming Leader. State: Replica: 07b6bd6f38264f8ab762b60d5c2bb1d8, State: Running, Role: LEADER
I20260630 12:14:51.856391  9443 consensus_queue.cc:237] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.862941  9132 catalog_manager.cc:5697] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } health_report { overall_health: UNKNOWN } } }
I20260630 12:14:51.891996  9460 raft_consensus.cc:493] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:51.892495  9460 raft_consensus.cc:515] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 } } peers { permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 } } peers { permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 } }
I20260630 12:14:51.894100  9460 leader_election.cc:290] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 07b6bd6f38264f8ab762b60d5c2bb1d8 (127.0.107.194:41189), c6d3a4be8d2c485c881f625d2119c017 (127.0.107.195:46611)
I20260630 12:14:51.895172  9312 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" is_pre_election: true
I20260630 12:14:51.895282  9386 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "995b18bb5e624001a1eaddbe2f080603" candidate_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c6d3a4be8d2c485c881f625d2119c017" is_pre_election: true
I20260630 12:14:51.896137  9386 raft_consensus.cc:2393] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8b62beda3e747c1aa5f86c240b4d0d9 in current term 1: Already voted for candidate 07b6bd6f38264f8ab762b60d5c2bb1d8 in this term.
I20260630 12:14:51.897051  9201 leader_election.cc:304] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [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: a8b62beda3e747c1aa5f86c240b4d0d9; no voters: 07b6bd6f38264f8ab762b60d5c2bb1d8, c6d3a4be8d2c485c881f625d2119c017
I20260630 12:14:51.897728  9460 raft_consensus.cc:3060] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:51.902401  9460 raft_consensus.cc:2749] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:14:51.938267  9443 consensus_queue.cc:1048] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:51.950090  9443 consensus_queue.cc:1048] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:52.055979  9443 consensus_queue.cc:1048] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:52.081146  9443 consensus_queue.cc:1048] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:52.218183  9466 consensus_queue.cc:1048] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:52.219620  9460 consensus_queue.cc:1048] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:14:52.227485  9460 consensus_queue.cc:1048] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:52.294147  9487 consensus_queue.cc:1048] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:14:52.325915  9479 meta_cache.cc:1261] Time spent looking up entry by key: real 0.053s	user 0.004s	sys 0.003s
I20260630 12:14:52.339184  9453 consensus_queue.cc:1048] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:52.375385  9438 consensus_queue.cc:1048] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [LEADER]: Connected to new peer: Peer: permanent_uuid: "07b6bd6f38264f8ab762b60d5c2bb1d8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41189 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:52.377916  9453 consensus_queue.cc:1048] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c6d3a4be8d2c485c881f625d2119c017" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:14:52.390513  9438 consensus_queue.cc:1048] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8b62beda3e747c1aa5f86c240b4d0d9" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:52.532740  9417 meta_cache.cc:1097] Time spent processing table locations response: real 0.051s	user 0.002s	sys 0.000s
W20260630 12:14:52.533447  9417 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:43707, user_credentials={real_user=slave}} blocked reactor thread for 52341.1us
W20260630 12:14:52.624526  9417 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:43707, user_credentials={real_user=slave}} blocked reactor thread for 62725.6us
W20260630 12:14:52.637761  9277 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:46541, user_credentials={real_user=slave}} blocked reactor thread for 60124.1us
W20260630 12:14:53.426302  9494 log.cc:927] Time spent T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: Append to log took a long time: real 0.072s	user 0.003s	sys 0.006s
W20260630 12:14:53.427016  9481 log.cc:927] Time spent T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: Append to log took a long time: real 0.061s	user 0.007s	sys 0.004s
W20260630 12:14:53.433120  9493 log.cc:927] Time spent T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: Append to log took a long time: real 0.076s	user 0.003s	sys 0.005s
W20260630 12:14:53.443005  9485 log.cc:927] Time spent T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: Append to log took a long time: real 0.070s	user 0.006s	sys 0.003s
I20260630 12:14:53.890823   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:53.930639   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:53.931519   431 tablet_replica.cc:333] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.932165   431 raft_consensus.cc:2243] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:53.933171   431 raft_consensus.cc:2272] T ee40ab5e176b434e9743e2dca7d52946 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.935791   431 tablet_replica.cc:333] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.936380   431 raft_consensus.cc:2243] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:53.936849   431 raft_consensus.cc:2272] T 43a9e8638a95453fb51c0aa0758c3155 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.939275   431 tablet_replica.cc:333] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.939874   431 raft_consensus.cc:2243] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:53.940363   431 raft_consensus.cc:2272] T 69b0fc4eadba472aa8f9aa2d8d9da689 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.942977   431 tablet_replica.cc:333] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.943557   431 raft_consensus.cc:2243] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:53.944010   431 raft_consensus.cc:2272] T 995b18bb5e624001a1eaddbe2f080603 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.946398   431 tablet_replica.cc:333] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.946866   431 raft_consensus.cc:2243] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:53.947320   431 raft_consensus.cc:2272] T 9128f61e8d4941d29f94304350d11b31 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.949663   431 tablet_replica.cc:333] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9: stopping tablet replica
I20260630 12:14:53.950138   431 raft_consensus.cc:2243] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:53.950984   431 raft_consensus.cc:2272] T ef0c8ddbaab540928b5235b5b2550ae3 P a8b62beda3e747c1aa5f86c240b4d0d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:53.972149   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:53.991806   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:54.013695   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:54.014364   431 tablet_replica.cc:333] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.015015   431 raft_consensus.cc:2243] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.015635   431 raft_consensus.cc:2272] T ee40ab5e176b434e9743e2dca7d52946 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.018433   431 tablet_replica.cc:333] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.018985   431 raft_consensus.cc:2243] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.019837   431 raft_consensus.cc:2272] T 43a9e8638a95453fb51c0aa0758c3155 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.022464   431 tablet_replica.cc:333] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.023002   431 raft_consensus.cc:2243] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.023633   431 raft_consensus.cc:2272] T ef0c8ddbaab540928b5235b5b2550ae3 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.025972   431 tablet_replica.cc:333] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.026485   431 raft_consensus.cc:2243] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.027029   431 raft_consensus.cc:2272] T 9128f61e8d4941d29f94304350d11b31 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.029625   431 tablet_replica.cc:333] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.030138   431 raft_consensus.cc:2243] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.030869   431 raft_consensus.cc:2272] T 69b0fc4eadba472aa8f9aa2d8d9da689 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.033420   431 tablet_replica.cc:333] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8: stopping tablet replica
I20260630 12:14:54.033895   431 raft_consensus.cc:2243] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.034605   431 raft_consensus.cc:2272] T 995b18bb5e624001a1eaddbe2f080603 P 07b6bd6f38264f8ab762b60d5c2bb1d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.055317   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:54.072793   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:54.095677   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:54.096336   431 tablet_replica.cc:333] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.096952   431 raft_consensus.cc:2243] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.097968   431 raft_consensus.cc:2272] T 9128f61e8d4941d29f94304350d11b31 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.100531   431 tablet_replica.cc:333] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.101097   431 raft_consensus.cc:2243] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.101630   431 raft_consensus.cc:2272] T ef0c8ddbaab540928b5235b5b2550ae3 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.104139   431 tablet_replica.cc:333] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.104656   431 raft_consensus.cc:2243] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.105166   431 raft_consensus.cc:2272] T 995b18bb5e624001a1eaddbe2f080603 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.107883   431 tablet_replica.cc:333] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.108464   431 raft_consensus.cc:2243] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.108985   431 raft_consensus.cc:2272] T 69b0fc4eadba472aa8f9aa2d8d9da689 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.111599   431 tablet_replica.cc:333] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.112083   431 raft_consensus.cc:2243] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.112605   431 raft_consensus.cc:2272] T ee40ab5e176b434e9743e2dca7d52946 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.115026   431 tablet_replica.cc:333] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017: stopping tablet replica
I20260630 12:14:54.115531   431 raft_consensus.cc:2243] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:54.116039   431 raft_consensus.cc:2272] T 43a9e8638a95453fb51c0aa0758c3155 P c6d3a4be8d2c485c881f625d2119c017 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.142580   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:54.161159   431 master.cc:562] Master@127.0.107.254:43707 shutting down...
I20260630 12:14:54.179672   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:54.180248   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:54.180558   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P dcc88a10187b44b9a335f53ac46ea80c: stopping tablet replica
I20260630 12:14:54.200717   431 master.cc:584] Master@127.0.107.254:43707 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4665 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:14:54.237226   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37239
I20260630 12:14:54.238471   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.244112  9540 instance_detector.cc: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.244488  9541 instance_detector.cc: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.245815  9543 instance_detector.cc: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.246766   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.247781   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.247960   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.248116   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694248098 us; error 0 us; skew 500 ppm
I20260630 12:14:54.248606   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.250998   431 webserver.cc:533] Webserver started at http://127.0.107.254:36421/ using document root <none> and password file <none>
I20260630 12:14:54.251525   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.251709   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.251991   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.253077   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "bc29c23cdeb743d5babb33ca819039ff"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.257470   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:14:54.260854  9548 log_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.261636   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:54.261929   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "bc29c23cdeb743d5babb33ca819039ff"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.262200   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-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.286796   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.287988   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.324259   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37239
I20260630 12:14:54.324363  9599 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37239 every 8 connection(s)
I20260630 12:14:54.328013  9600 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.338598  9600 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff: Bootstrap starting.
I20260630 12:14:54.343161  9600 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:54.347251  9600 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff: No bootstrap required, opened a new log
I20260630 12:14:54.349359  9600 raft_consensus.cc:359] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER }
I20260630 12:14:54.349731  9600 raft_consensus.cc:385] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:54.349956  9600 raft_consensus.cc:740] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc29c23cdeb743d5babb33ca819039ff, State: Initialized, Role: FOLLOWER
I20260630 12:14:54.350490  9600 consensus_queue.cc:260] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER }
I20260630 12:14:54.350924  9600 raft_consensus.cc:399] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:54.351135  9600 raft_consensus.cc:493] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:54.351392  9600 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:54.355792  9600 raft_consensus.cc:515] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER }
I20260630 12:14:54.356282  9600 leader_election.cc:304] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [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: bc29c23cdeb743d5babb33ca819039ff; no voters: 
I20260630 12:14:54.357374  9600 leader_election.cc:290] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:54.357743  9603 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:54.359023  9603 raft_consensus.cc:697] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 1 LEADER]: Becoming Leader. State: Replica: bc29c23cdeb743d5babb33ca819039ff, State: Running, Role: LEADER
I20260630 12:14:54.359716  9603 consensus_queue.cc:237] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [LEADER]: Queue going to LEADER mode. State: All 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: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER }
I20260630 12:14:54.360162  9600 sys_catalog.cc:565] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:54.364413  9605 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [sys.catalog]: SysCatalogTable state changed. Reason: New leader bc29c23cdeb743d5babb33ca819039ff. Latest consensus state: current_term: 1 leader_uuid: "bc29c23cdeb743d5babb33ca819039ff" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER } }
I20260630 12:14:54.365061  9605 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:54.365109  9604 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "bc29c23cdeb743d5babb33ca819039ff" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc29c23cdeb743d5babb33ca819039ff" member_type: VOTER } }
I20260630 12:14:54.365823  9604 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:54.366999  9610 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:54.371882  9610 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:54.374356   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:54.380049  9610 catalog_manager.cc:1383] Generated new cluster ID: 73792278da184ff38c3ff3b24c282c35
I20260630 12:14:54.380349  9610 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:54.409164  9610 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:54.410445  9610 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:54.428821  9610 catalog_manager.cc:6070] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff: Generated new TSK 0
I20260630 12:14:54.429553  9610 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:54.441094   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.446888  9621 instance_detector.cc: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.447708  9622 instance_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.450186   431 server_base.cc:1061] running on GCE node
W20260630 12:14:54.450214  9624 instance_detector.cc: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.451213   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.451470   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.451622   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694451603 us; error 0 us; skew 500 ppm
I20260630 12:14:54.452086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.454324   431 webserver.cc:533] Webserver started at http://127.0.107.193:42043/ using document root <none> and password file <none>
I20260630 12:14:54.454774   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.454941   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.455184   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.456228   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "0cf0052a037840c6bc3ef8e93c79ab49"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.460564   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:54.464118  9629 log_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.464893   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:54.465180   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "0cf0052a037840c6bc3ef8e93c79ab49"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.465474   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-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.479609   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.480752   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.482136   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.484344   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.484531   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.484736   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.484897   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.523476   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43039
I20260630 12:14:54.523594  9691 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43039 every 8 connection(s)
I20260630 12:14:54.528283   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.535079  9696 instance_detector.cc: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.536579  9697 instance_detector.cc: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.538221  9699 instance_detector.cc: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.540175   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.541759  9692 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37239
I20260630 12:14:54.542172  9692 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.542899  9692 heartbeater.cc:507] Master 127.0.107.254:37239 requested a full tablet report, sending...
I20260630 12:14:54.543097   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.543383   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.543543   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694543526 us; error 0 us; skew 500 ppm
I20260630 12:14:54.544139   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.545161  9565 ts_manager.cc:194] Registered new tserver with Master: 0cf0052a037840c6bc3ef8e93c79ab49 (127.0.107.193:43039)
I20260630 12:14:54.546962   431 webserver.cc:533] Webserver started at http://127.0.107.194:34805/ using document root <none> and password file <none>
I20260630 12:14:54.547614   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.547719  9565 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46668
I20260630 12:14:54.547864   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.548265   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.549546   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "595b763d19ff42b2a735c8908a1c619a"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.554018   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:54.557377  9704 log_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.558204   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:14:54.558499   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "595b763d19ff42b2a735c8908a1c619a"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.558761   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-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.570293   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.571429   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.572743   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.574834   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.575012   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.575232   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.575419   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:14:54.613117   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37915
I20260630 12:14:54.613212  9766 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37915 every 8 connection(s)
I20260630 12:14:54.617799   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:54.626520  9771 instance_detector.cc: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.627193  9770 instance_detector.cc: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.628666  9773 instance_detector.cc: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.629568  9767 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37239
I20260630 12:14:54.629948  9767 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.630733  9767 heartbeater.cc:507] Master 127.0.107.254:37239 requested a full tablet report, sending...
I20260630 12:14:54.630869   431 server_base.cc:1061] running on GCE node
I20260630 12:14:54.631947   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:54.632144   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.632342   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821694632324 us; error 0 us; skew 500 ppm
I20260630 12:14:54.632891   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:54.633208  9565 ts_manager.cc:194] Registered new tserver with Master: 595b763d19ff42b2a735c8908a1c619a (127.0.107.194:37915)
I20260630 12:14:54.634711  9565 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46674
I20260630 12:14:54.635284   431 webserver.cc:533] Webserver started at http://127.0.107.195:36951/ using document root <none> and password file <none>
I20260630 12:14:54.635911   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:54.636078   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:54.636325   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:54.637363   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "7d123ae46c5144f4b0b064802b649451"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.641690   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:14:54.644959  9778 log_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.645764   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:54.646063   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "7d123ae46c5144f4b0b064802b649451"
format_stamp: "Formatted at 2026-06-30 12:14:54 on dist-test-slave-g2rq"
I20260630 12:14:54.646309   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782821479742301-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.663594   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:54.664739   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:54.666122   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:54.668340   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:54.668541   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.668747   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:54.668895   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:54.706416   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46593
I20260630 12:14:54.706529  9840 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46593 every 8 connection(s)
I20260630 12:14:54.719923  9841 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37239
I20260630 12:14:54.720340  9841 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:54.721038  9841 heartbeater.cc:507] Master 127.0.107.254:37239 requested a full tablet report, sending...
I20260630 12:14:54.723011  9565 ts_manager.cc:194] Registered new tserver with Master: 7d123ae46c5144f4b0b064802b649451 (127.0.107.195:46593)
I20260630 12:14:54.723963   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014562319s
I20260630 12:14:54.724391  9565 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46680
I20260630 12:14:55.929124  9841 heartbeater.cc:499] Master 127.0.107.254:37239 was elected leader, sending a full tablet report...
I20260630 12:14:56.154013  9692 heartbeater.cc:499] Master 127.0.107.254:37239 was elected leader, sending a full tablet report...
I20260630 12:14:56.253464  9767 heartbeater.cc:499] Master 127.0.107.254:37239 was elected leader, sending a full tablet report...
I20260630 12:14:56.280901  9565 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46688:
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:56.282760  9565 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:56.321477  9732 tablet_service.cc:1511] Processing CreateTablet for tablet 4b1e5d66d9ad47b3a41e995d526f664e (DEFAULT_TABLE table=test-workload [id=caae06d29f6e4f13886f1946f167a2a0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:56.322871  9732 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b1e5d66d9ad47b3a41e995d526f664e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:56.340623  9806 tablet_service.cc:1511] Processing CreateTablet for tablet 4b1e5d66d9ad47b3a41e995d526f664e (DEFAULT_TABLE table=test-workload [id=caae06d29f6e4f13886f1946f167a2a0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:56.341928  9806 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b1e5d66d9ad47b3a41e995d526f664e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:56.344086  9861 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: Bootstrap starting.
I20260630 12:14:56.345315  9657 tablet_service.cc:1511] Processing CreateTablet for tablet 4b1e5d66d9ad47b3a41e995d526f664e (DEFAULT_TABLE table=test-workload [id=caae06d29f6e4f13886f1946f167a2a0]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:14:56.346678  9657 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b1e5d66d9ad47b3a41e995d526f664e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:14:56.350427  9861 tablet_bootstrap.cc:654] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:56.357991  9861 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: No bootstrap required, opened a new log
I20260630 12:14:56.358423  9861 ts_tablet_manager.cc:1403] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: Time spent bootstrapping tablet: real 0.015s	user 0.000s	sys 0.012s
I20260630 12:14:56.359411  9863 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: Bootstrap starting.
I20260630 12:14:56.361546  9861 raft_consensus.cc:359] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.362344  9861 raft_consensus.cc:385] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:56.362669  9861 raft_consensus.cc:740] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 595b763d19ff42b2a735c8908a1c619a, State: Initialized, Role: FOLLOWER
I20260630 12:14:56.363659  9864 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: Bootstrap starting.
I20260630 12:14:56.363634  9861 consensus_queue.cc:260] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.366760  9861 ts_tablet_manager.cc:1434] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:14:56.367962  9863 tablet_bootstrap.cc:654] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:56.370716  9864 tablet_bootstrap.cc:654] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: Neither blocks nor log segments found. Creating new log.
W20260630 12:14:56.372265  9613 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:14:56.375744  9865 raft_consensus.cc:493] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:14:56.376111  9863 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: No bootstrap required, opened a new log
I20260630 12:14:56.376583  9863 ts_tablet_manager.cc:1403] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260630 12:14:56.376256  9865 raft_consensus.cc:515] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.376824  9864 tablet_bootstrap.cc:492] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: No bootstrap required, opened a new log
I20260630 12:14:56.377239  9864 ts_tablet_manager.cc:1403] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:14:56.379451  9863 raft_consensus.cc:359] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.380234  9863 raft_consensus.cc:385] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:56.380002  9864 raft_consensus.cc:359] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.380600  9863 raft_consensus.cc:740] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d123ae46c5144f4b0b064802b649451, State: Initialized, Role: FOLLOWER
I20260630 12:14:56.380859  9864 raft_consensus.cc:385] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:56.381245  9864 raft_consensus.cc:740] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cf0052a037840c6bc3ef8e93c79ab49, State: Initialized, Role: FOLLOWER
I20260630 12:14:56.381544  9863 consensus_queue.cc:260] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.382952  9864 consensus_queue.cc:260] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.387101  9865 leader_election.cc:290] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0cf0052a037840c6bc3ef8e93c79ab49 (127.0.107.193:43039), 7d123ae46c5144f4b0b064802b649451 (127.0.107.195:46593)
I20260630 12:14:56.392617  9863 ts_tablet_manager.cc:1434] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:14:56.395275  9864 ts_tablet_manager.cc:1434] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.004s
I20260630 12:14:56.400424  9816 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b1e5d66d9ad47b3a41e995d526f664e" candidate_uuid: "595b763d19ff42b2a735c8908a1c619a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d123ae46c5144f4b0b064802b649451" is_pre_election: true
I20260630 12:14:56.401216  9816 raft_consensus.cc:2468] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 595b763d19ff42b2a735c8908a1c619a in term 0.
I20260630 12:14:56.402412  9708 leader_election.cc:304] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 595b763d19ff42b2a735c8908a1c619a, 7d123ae46c5144f4b0b064802b649451; no voters: 
I20260630 12:14:56.403544  9865 raft_consensus.cc:2804] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:14:56.403977  9865 raft_consensus.cc:493] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:14:56.404300  9865 raft_consensus.cc:3060] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:56.411002  9667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b1e5d66d9ad47b3a41e995d526f664e" candidate_uuid: "595b763d19ff42b2a735c8908a1c619a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" is_pre_election: true
I20260630 12:14:56.411469  9865 raft_consensus.cc:515] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.411791  9667 raft_consensus.cc:2468] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 595b763d19ff42b2a735c8908a1c619a in term 0.
I20260630 12:14:56.413300  9865 leader_election.cc:290] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [CANDIDATE]: Term 1 election: Requested vote from peers 0cf0052a037840c6bc3ef8e93c79ab49 (127.0.107.193:43039), 7d123ae46c5144f4b0b064802b649451 (127.0.107.195:46593)
I20260630 12:14:56.414314  9667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b1e5d66d9ad47b3a41e995d526f664e" candidate_uuid: "595b763d19ff42b2a735c8908a1c619a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cf0052a037840c6bc3ef8e93c79ab49"
I20260630 12:14:56.414414  9816 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b1e5d66d9ad47b3a41e995d526f664e" candidate_uuid: "595b763d19ff42b2a735c8908a1c619a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d123ae46c5144f4b0b064802b649451"
I20260630 12:14:56.415042  9667 raft_consensus.cc:3060] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:56.415122  9816 raft_consensus.cc:3060] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:56.422856  9667 raft_consensus.cc:2468] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 595b763d19ff42b2a735c8908a1c619a in term 1.
I20260630 12:14:56.422857  9816 raft_consensus.cc:2468] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 595b763d19ff42b2a735c8908a1c619a in term 1.
I20260630 12:14:56.424433  9707 leader_election.cc:304] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cf0052a037840c6bc3ef8e93c79ab49, 595b763d19ff42b2a735c8908a1c619a; no voters: 
I20260630 12:14:56.425148  9865 raft_consensus.cc:2804] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:56.426211  9865 raft_consensus.cc:697] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 1 LEADER]: Becoming Leader. State: Replica: 595b763d19ff42b2a735c8908a1c619a, State: Running, Role: LEADER
I20260630 12:14:56.426939  9865 consensus_queue.cc:237] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } }
I20260630 12:14:56.434608  9565 catalog_manager.cc:5697] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a reported cstate change: term changed from 0 to 1, leader changed from <none> to 595b763d19ff42b2a735c8908a1c619a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "595b763d19ff42b2a735c8908a1c619a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "595b763d19ff42b2a735c8908a1c619a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 } health_report { overall_health: UNKNOWN } } }
W20260630 12:14:56.485749  9596 debug-util.cc:398] Leaking SignalData structure 0x7b08002bb820 after lost signal to thread 434
I20260630 12:14:56.524077  9816 raft_consensus.cc:1275] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 1 FOLLOWER]: Refusing update from remote peer 595b763d19ff42b2a735c8908a1c619a: 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:56.524492  9667 raft_consensus.cc:1275] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 1 FOLLOWER]: Refusing update from remote peer 595b763d19ff42b2a735c8908a1c619a: 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:56.526152  9872 consensus_queue.cc:1048] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d123ae46c5144f4b0b064802b649451" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46593 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:14:56.526829  9865 consensus_queue.cc:1048] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cf0052a037840c6bc3ef8e93c79ab49" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43039 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:14:56.857242  9707 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:43039, user_credentials={real_user=slave}} blocked reactor thread for 46785.4us
I20260630 12:14:57.049005   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:14:57.073544   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:57.074260   431 tablet_replica.cc:333] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49: stopping tablet replica
I20260630 12:14:57.074909   431 raft_consensus.cc:2243] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:57.075621   431 raft_consensus.cc:2272] T 4b1e5d66d9ad47b3a41e995d526f664e P 0cf0052a037840c6bc3ef8e93c79ab49 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:57.088620   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:14:57.101184   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:14:57.125737   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:57.126459   431 tablet_replica.cc:333] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a: stopping tablet replica
I20260630 12:14:57.127102   431 raft_consensus.cc:2243] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:57.128235   431 raft_consensus.cc:2272] T 4b1e5d66d9ad47b3a41e995d526f664e P 595b763d19ff42b2a735c8908a1c619a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:57.151728   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:14:57.161309   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:14:57.184923   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:14:57.185545   431 tablet_replica.cc:333] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451: stopping tablet replica
I20260630 12:14:57.186087   431 raft_consensus.cc:2243] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:14:57.186582   431 raft_consensus.cc:2272] T 4b1e5d66d9ad47b3a41e995d526f664e P 7d123ae46c5144f4b0b064802b649451 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:57.207242   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:14:57.217310   431 master.cc:562] Master@127.0.107.254:37239 shutting down...
I20260630 12:14:57.239276   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:14:57.239840   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:14:57.240125   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P bc29c23cdeb743d5babb33ca819039ff: stopping tablet replica
W20260630 12:14:58.256372   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 9596)
W20260630 12:14:59.256793   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 9596)
I20260630 12:14:59.439777   431 master.cc:584] Master@127.0.107.254:37239 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (5227 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:14:59.467186   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45149
I20260630 12:14:59.468293   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.472975  9895 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.474255  9896 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.474732  9898 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.474757   431 server_base.cc:1061] running on GCE node
I20260630 12:14:59.475927   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.476145   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.476292   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699476277 us; error 0 us; skew 500 ppm
I20260630 12:14:59.476775   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.478921   431 webserver.cc:533] Webserver started at http://127.0.107.254:34707/ using document root <none> and password file <none>
I20260630 12:14:59.479409   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.479583   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.479847   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.480886   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "02cd5716757245f684d4c66dd28901f5"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.485208   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:59.488498  9903 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.489234   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:14:59.489514   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "02cd5716757245f684d4c66dd28901f5"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.489768   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-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:59.508284   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.509285   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.542971   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45149
I20260630 12:14:59.543076  9954 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45149 every 8 connection(s)
I20260630 12:14:59.546777  9955 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:59.557039  9955 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5: Bootstrap starting.
I20260630 12:14:59.561142  9955 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5: Neither blocks nor log segments found. Creating new log.
I20260630 12:14:59.564860  9955 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5: No bootstrap required, opened a new log
I20260630 12:14:59.566794  9955 raft_consensus.cc:359] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER }
I20260630 12:14:59.567152  9955 raft_consensus.cc:385] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:14:59.567349  9955 raft_consensus.cc:740] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02cd5716757245f684d4c66dd28901f5, State: Initialized, Role: FOLLOWER
I20260630 12:14:59.567934  9955 consensus_queue.cc:260] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER }
I20260630 12:14:59.568344  9955 raft_consensus.cc:399] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:14:59.568545  9955 raft_consensus.cc:493] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:14:59.568742  9955 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:14:59.573343  9955 raft_consensus.cc:515] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER }
I20260630 12:14:59.573848  9955 leader_election.cc:304] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [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: 02cd5716757245f684d4c66dd28901f5; no voters: 
I20260630 12:14:59.574894  9955 leader_election.cc:290] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:14:59.575264  9958 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:14:59.576602  9958 raft_consensus.cc:697] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 1 LEADER]: Becoming Leader. State: Replica: 02cd5716757245f684d4c66dd28901f5, State: Running, Role: LEADER
I20260630 12:14:59.577169  9958 consensus_queue.cc:237] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [LEADER]: Queue going to LEADER mode. State: All 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: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER }
I20260630 12:14:59.577674  9955 sys_catalog.cc:565] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:14:59.581141  9959 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "02cd5716757245f684d4c66dd28901f5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER } }
I20260630 12:14:59.581904  9959 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:59.581780  9960 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 02cd5716757245f684d4c66dd28901f5. Latest consensus state: current_term: 1 leader_uuid: "02cd5716757245f684d4c66dd28901f5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02cd5716757245f684d4c66dd28901f5" member_type: VOTER } }
I20260630 12:14:59.582700  9960 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:14:59.584360  9964 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:14:59.589121  9964 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:14:59.592756   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:14:59.597990  9964 catalog_manager.cc:1383] Generated new cluster ID: 6adf1b5ec1304b34a23f593fa64a2ec7
I20260630 12:14:59.598300  9964 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:14:59.614217  9964 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:14:59.615650  9964 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:14:59.626982  9964 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5: Generated new TSK 0
I20260630 12:14:59.627614  9964 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:14:59.659708   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.665530  9976 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.666396  9977 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.667958  9979 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.668612   431 server_base.cc:1061] running on GCE node
I20260630 12:14:59.669498   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.669714   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.669847   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699669834 us; error 0 us; skew 500 ppm
I20260630 12:14:59.670281   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.672545   431 webserver.cc:533] Webserver started at http://127.0.107.193:34779/ using document root <none> and password file <none>
I20260630 12:14:59.672995   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.673162   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.673435   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.674525   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "828d1d18c0314e129a61c2bfb27e0776"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.678972   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:14:59.682727  9984 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.683552   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:14:59.683801   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "828d1d18c0314e129a61c2bfb27e0776"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.684044   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-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:59.705381   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.706454   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.707787   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:59.709977   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:59.710170   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.710394   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:59.710542   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.747499   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46343
I20260630 12:14:59.747574 10046 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46343 every 8 connection(s)
I20260630 12:14:59.752306   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.759224 10051 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.760269 10052 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.765177 10054 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.765678   431 server_base.cc:1061] running on GCE node
I20260630 12:14:59.766423 10047 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45149
I20260630 12:14:59.766829 10047 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:59.767154   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.767436   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.767592   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699767574 us; error 0 us; skew 500 ppm
I20260630 12:14:59.767596 10047 heartbeater.cc:507] Master 127.0.107.254:45149 requested a full tablet report, sending...
I20260630 12:14:59.768170   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.769920  9920 ts_manager.cc:194] Registered new tserver with Master: 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343)
I20260630 12:14:59.770855   431 webserver.cc:533] Webserver started at http://127.0.107.194:45951/ using document root <none> and password file <none>
I20260630 12:14:59.771521   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.771765   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.772042   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.772301  9920 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33066
I20260630 12:14:59.773412   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "b95039c328ee49dfa90817f175ee205f"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.777738   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:59.780953 10059 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.781672   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:14:59.781935   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "b95039c328ee49dfa90817f175ee205f"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.782191   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:59.798220   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.799225   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.800649   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:59.802839   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:59.803031   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.803258   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:59.803444   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:14:59.839311   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37723
I20260630 12:14:59.839437 10121 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37723 every 8 connection(s)
I20260630 12:14:59.843962   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:14:59.850740 10125 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:14:59.854575 10126 instance_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:59.856630 10122 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45149
I20260630 12:14:59.857102 10122 heartbeater.cc:461] Registering TS with master...
I20260630 12:14:59.857527   431 server_base.cc:1061] running on GCE node
W20260630 12:14:59.857678 10128 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:14:59.858064 10122 heartbeater.cc:507] Master 127.0.107.254:45149 requested a full tablet report, sending...
I20260630 12:14:59.858690   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:14:59.858937   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:14:59.859148   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821699859127 us; error 0 us; skew 500 ppm
I20260630 12:14:59.859849   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:14:59.860196  9920 ts_manager.cc:194] Registered new tserver with Master: b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:14:59.861779  9920 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33082
I20260630 12:14:59.862273   431 webserver.cc:533] Webserver started at http://127.0.107.195:36885/ using document root <none> and password file <none>
I20260630 12:14:59.862857   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:14:59.863061   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:14:59.863299   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:14:59.864385   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "1300026d20f04fb0bfd2e899920a63e5"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.868652   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:14:59.871891 10133 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.872824   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:14:59.873111   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "1300026d20f04fb0bfd2e899920a63e5"
format_stamp: "Formatted at 2026-06-30 12:14:59 on dist-test-slave-g2rq"
I20260630 12:14:59.873374   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:14:59.981745   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:14:59.983114   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:14:59.985222   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:14:59.988628   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:14:59.988881   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:14:59.989138   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:14:59.989290   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:00.027458   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40081
I20260630 12:15:00.027601 10195 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40081 every 8 connection(s)
I20260630 12:15:00.040877 10196 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45149
I20260630 12:15:00.041273 10196 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:00.042073 10196 heartbeater.cc:507] Master 127.0.107.254:45149 requested a full tablet report, sending...
I20260630 12:15:00.044108  9920 ts_manager.cc:194] Registered new tserver with Master: 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:00.044409   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013907688s
I20260630 12:15:00.045512  9920 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33098
I20260630 12:15:00.775002 10047 heartbeater.cc:499] Master 127.0.107.254:45149 was elected leader, sending a full tablet report...
I20260630 12:15:00.864339 10122 heartbeater.cc:499] Master 127.0.107.254:45149 was elected leader, sending a full tablet report...
I20260630 12:15:01.048099 10196 heartbeater.cc:499] Master 127.0.107.254:45149 was elected leader, sending a full tablet report...
I20260630 12:15:01.099016  9920 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33102:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:15:01.169831 10161 tablet_service.cc:1511] Processing CreateTablet for tablet ea41cc32b6ba4cda811b87894ef1ec46 (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:01.170112 10012 tablet_service.cc:1511] Processing CreateTablet for tablet 876918896c6c46c7b11d0f6f3a6f2249 (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:01.171310 10161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea41cc32b6ba4cda811b87894ef1ec46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.171120 10086 tablet_service.cc:1511] Processing CreateTablet for tablet 6e4f011b60b848d086a6936f1fe348e3 (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:01.170434 10160 tablet_service.cc:1511] Processing CreateTablet for tablet 8bbe41cf3ae04fcabefd81c5f16316e9 (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:01.170113 10087 tablet_service.cc:1511] Processing CreateTablet for tablet 73fd42afc9fd416ca3d6c35b2b434eea (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:01.172782 10160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bbe41cf3ae04fcabefd81c5f16316e9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.172802 10086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e4f011b60b848d086a6936f1fe348e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.173629 10087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73fd42afc9fd416ca3d6c35b2b434eea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.171600 10012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 876918896c6c46c7b11d0f6f3a6f2249. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.176133 10011 tablet_service.cc:1511] Processing CreateTablet for tablet 3d72705ca9264ae6879b421dce62c60f (DEFAULT_TABLE table=test-workload [id=c2d5cb7034b74c049a247540feacff54]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:01.177572 10011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d72705ca9264ae6879b421dce62c60f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:01.194725 10217 tablet_bootstrap.cc:492] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:01.198021 10216 tablet_bootstrap.cc:492] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:01.205128 10216 tablet_bootstrap.cc:654] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.208956 10218 tablet_bootstrap.cc:492] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:01.210074 10217 tablet_bootstrap.cc:654] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.214799 10217 tablet_bootstrap.cc:492] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:01.215198 10217 ts_tablet_manager.cc:1403] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.000s
I20260630 12:15:01.215852 10216 tablet_bootstrap.cc:492] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:01.215955 10218 tablet_bootstrap.cc:654] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.216476 10216 ts_tablet_manager.cc:1403] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.000s
I20260630 12:15:01.217356 10217 raft_consensus.cc:359] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.217810 10217 raft_consensus.cc:385] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.218016 10217 raft_consensus.cc:740] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.218639 10217 consensus_queue.cc:260] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.219136 10217 raft_consensus.cc:399] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.219488 10217 raft_consensus.cc:493] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.219422 10216 raft_consensus.cc:359] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.220070 10217 raft_consensus.cc:3060] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.220209 10216 raft_consensus.cc:385] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.220609 10216 raft_consensus.cc:740] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.221318 10216 consensus_queue.cc:260] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.221728 10218 tablet_bootstrap.cc:492] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:01.222095 10216 raft_consensus.cc:399] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.222236 10218 ts_tablet_manager.cc:1403] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.003s
I20260630 12:15:01.222452 10216 raft_consensus.cc:493] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.222878 10216 raft_consensus.cc:3060] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.224936 10218 raft_consensus.cc:359] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.225592 10218 raft_consensus.cc:385] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.225862 10218 raft_consensus.cc:740] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.226325 10217 raft_consensus.cc:515] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.226558 10218 consensus_queue.cc:260] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.227032 10217 leader_election.cc:304] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [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: b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:01.227284 10218 raft_consensus.cc:399] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.227712 10218 raft_consensus.cc:493] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.228044 10218 raft_consensus.cc:3060] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.228535 10217 leader_election.cc:290] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.228971 10222 raft_consensus.cc:2804] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.230099 10216 raft_consensus.cc:515] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.230894 10216 leader_election.cc:304] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [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: 1300026d20f04fb0bfd2e899920a63e5; no voters: 
I20260630 12:15:01.235409 10218 raft_consensus.cc:515] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.236462 10218 leader_election.cc:304] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [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: 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:01.238888 10225 raft_consensus.cc:2804] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.239965 10222 raft_consensus.cc:697] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Becoming Leader. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Running, Role: LEADER
I20260630 12:15:01.239424 10217 ts_tablet_manager.cc:1434] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.024s	user 0.013s	sys 0.011s
I20260630 12:15:01.239457 10216 leader_election.cc:290] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.240922 10222 consensus_queue.cc:237] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [LEADER]: Queue going to LEADER mode. State: All 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: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.242539 10217 tablet_bootstrap.cc:492] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:01.242719 10226 raft_consensus.cc:2804] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.244453 10218 leader_election.cc:290] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.244458 10225 raft_consensus.cc:697] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Becoming Leader. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Running, Role: LEADER
I20260630 12:15:01.246692 10225 consensus_queue.cc:237] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Queue going to LEADER mode. State: All 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: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.253502 10217 tablet_bootstrap.cc:654] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.246999 10216 ts_tablet_manager.cc:1434] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.030s	user 0.018s	sys 0.007s
I20260630 12:15:01.254786 10216 tablet_bootstrap.cc:492] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:01.257717  9920 catalog_manager.cc:5697] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1300026d20f04fb0bfd2e899920a63e5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:01.262372 10216 tablet_bootstrap.cc:654] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.269037 10218 ts_tablet_manager.cc:1434] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.046s	user 0.020s	sys 0.005s
I20260630 12:15:01.270181 10218 tablet_bootstrap.cc:492] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:01.269814  9919 catalog_manager.cc:5697] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f reported cstate change: term changed from 0 to 1, leader changed from <none> to b95039c328ee49dfa90817f175ee205f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b95039c328ee49dfa90817f175ee205f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:01.278230 10216 tablet_bootstrap.cc:492] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:01.279063 10216 ts_tablet_manager.cc:1403] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.006s
I20260630 12:15:01.284497 10216 raft_consensus.cc:359] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.286718 10216 raft_consensus.cc:385] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.287148 10216 raft_consensus.cc:740] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.286312 10218 tablet_bootstrap.cc:654] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:01.291175 10216 consensus_queue.cc:260] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.292033 10216 raft_consensus.cc:399] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.292414 10216 raft_consensus.cc:493] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.292809 10216 raft_consensus.cc:3060] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.299244 10226 raft_consensus.cc:697] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Becoming Leader. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Running, Role: LEADER
I20260630 12:15:01.300307 10226 consensus_queue.cc:237] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All 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: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.302835 10218 tablet_bootstrap.cc:492] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:01.303413 10218 ts_tablet_manager.cc:1403] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.033s	user 0.007s	sys 0.007s
I20260630 12:15:01.306494 10218 raft_consensus.cc:359] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.307148 10218 raft_consensus.cc:385] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.307529 10218 raft_consensus.cc:740] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.308266 10216 raft_consensus.cc:515] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.308400 10218 consensus_queue.cc:260] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.309083 10216 leader_election.cc:304] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [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: 1300026d20f04fb0bfd2e899920a63e5; no voters: 
I20260630 12:15:01.309273 10218 raft_consensus.cc:399] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.309770 10218 raft_consensus.cc:493] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.308820  9919 catalog_manager.cc:5697] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: term changed from 0 to 1, leader changed from <none> to 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:01.310113 10227 raft_consensus.cc:2804] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.310673 10227 raft_consensus.cc:697] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Becoming Leader. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Running, Role: LEADER
I20260630 12:15:01.311148 10217 tablet_bootstrap.cc:492] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:01.311684 10217 ts_tablet_manager.cc:1403] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.069s	user 0.005s	sys 0.021s
I20260630 12:15:01.312005 10216 leader_election.cc:290] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.314517 10217 raft_consensus.cc:359] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.311390 10227 consensus_queue.cc:237] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Queue going to LEADER mode. State: All 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: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:01.317579 10217 raft_consensus.cc:385] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:01.310168 10218 raft_consensus.cc:3060] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.320333 10217 raft_consensus.cc:740] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:01.324224  9919 catalog_manager.cc:5697] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1300026d20f04fb0bfd2e899920a63e5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:01.327565 10218 raft_consensus.cc:515] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.328501 10218 leader_election.cc:304] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [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: 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:01.329201 10218 leader_election.cc:290] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.330847 10218 ts_tablet_manager.cc:1434] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.027s	user 0.011s	sys 0.004s
I20260630 12:15:01.331722 10232 raft_consensus.cc:2804] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.332271 10232 raft_consensus.cc:697] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Becoming Leader. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Running, Role: LEADER
I20260630 12:15:01.332996 10232 consensus_queue.cc:237] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All 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: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } }
I20260630 12:15:01.319746 10216 ts_tablet_manager.cc:1434] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.040s	user 0.023s	sys 0.000s
I20260630 12:15:01.321079 10217 consensus_queue.cc:260] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.338338 10217 raft_consensus.cc:399] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:01.338713 10217 raft_consensus.cc:493] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:01.339066 10217 raft_consensus.cc:3060] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:01.345717 10217 raft_consensus.cc:515] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.346489 10217 leader_election.cc:304] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [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: b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:01.346279  9920 catalog_manager.cc:5697] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: term changed from 0 to 1, leader changed from <none> to 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:01.347210 10217 leader_election.cc:290] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:01.347379 10222 raft_consensus.cc:2804] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:01.347903 10222 raft_consensus.cc:697] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Becoming Leader. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Running, Role: LEADER
I20260630 12:15:01.348567 10222 consensus_queue.cc:237] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [LEADER]: Queue going to LEADER mode. State: All 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: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } }
I20260630 12:15:01.348909 10217 ts_tablet_manager.cc:1434] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.037s	user 0.012s	sys 0.002s
I20260630 12:15:01.356598  9919 catalog_manager.cc:5697] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f reported cstate change: term changed from 0 to 1, leader changed from <none> to b95039c328ee49dfa90817f175ee205f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b95039c328ee49dfa90817f175ee205f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:02.068681  9912 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33110:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:02.071381  9912 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:02.110006 10012 tablet_service.cc:1511] Processing CreateTablet for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:02.111421 10012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.111196 10087 tablet_service.cc:1511] Processing CreateTablet for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:02.112445 10160 tablet_service.cc:1511] Processing CreateTablet for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:02.112493 10087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.113919 10160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c34b0fae1d8482f8ea9f0e0eaa0eb26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.113794 10011 tablet_service.cc:1511] Processing CreateTablet for tablet 11053abb6e45495189a63aae01ad419e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:02.115006 10011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11053abb6e45495189a63aae01ad419e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.115320 10086 tablet_service.cc:1511] Processing CreateTablet for tablet 11053abb6e45495189a63aae01ad419e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:02.116555 10086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11053abb6e45495189a63aae01ad419e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.117645 10161 tablet_service.cc:1511] Processing CreateTablet for tablet 11053abb6e45495189a63aae01ad419e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:02.120090 10010 tablet_service.cc:1511] Processing CreateTablet for tablet 53ebae00e1b448858779eb373c53b16e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:02.120757 10085 tablet_service.cc:1511] Processing CreateTablet for tablet 53ebae00e1b448858779eb373c53b16e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:02.121342 10010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ebae00e1b448858779eb373c53b16e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.121989 10085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ebae00e1b448858779eb373c53b16e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.123893 10161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11053abb6e45495189a63aae01ad419e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.135862 10159 tablet_service.cc:1511] Processing CreateTablet for tablet 53ebae00e1b448858779eb373c53b16e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:02.137233 10159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53ebae00e1b448858779eb373c53b16e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.147665 10009 tablet_service.cc:1511] Processing CreateTablet for tablet 567b1649d07f46faa45e209b6292d8bd (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:02.149065 10009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 567b1649d07f46faa45e209b6292d8bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.158849 10274 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.159652 10084 tablet_service.cc:1511] Processing CreateTablet for tablet 567b1649d07f46faa45e209b6292d8bd (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:02.161072 10084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 567b1649d07f46faa45e209b6292d8bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.165242 10274 tablet_bootstrap.cc:654] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.172439 10275 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.174775 10161 tablet_service.cc:1511] Processing CreateTablet for tablet 567b1649d07f46faa45e209b6292d8bd (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:02.176199 10161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 567b1649d07f46faa45e209b6292d8bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.177070 10273 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.182875 10275 tablet_bootstrap.cc:654] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.185989 10274 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.186532 10274 ts_tablet_manager.cc:1403] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.008s
I20260630 12:15:02.189260 10274 raft_consensus.cc:359] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.189990 10274 raft_consensus.cc:385] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.190332 10274 raft_consensus.cc:740] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.191202 10274 consensus_queue.cc:260] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.192809 10010 tablet_service.cc:1511] Processing CreateTablet for tablet 853d9e85570348d8a36bf04c27e2d897 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:02.194850 10010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 853d9e85570348d8a36bf04c27e2d897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.196359 10273 tablet_bootstrap.cc:654] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.203260 10274 ts_tablet_manager.cc:1434] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.016s	user 0.000s	sys 0.005s
I20260630 12:15:02.207018 10084 tablet_service.cc:1511] Processing CreateTablet for tablet 853d9e85570348d8a36bf04c27e2d897 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:02.211351 10161 tablet_service.cc:1511] Processing CreateTablet for tablet 853d9e85570348d8a36bf04c27e2d897 (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:02.213734 10084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 853d9e85570348d8a36bf04c27e2d897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.212350 10011 tablet_service.cc:1511] Processing CreateTablet for tablet 7642804dc7384dc6b1de47152d7c5a3e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:02.214816 10011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7642804dc7384dc6b1de47152d7c5a3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.213873 10161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 853d9e85570348d8a36bf04c27e2d897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.225526 10273 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.225996 10274 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.234611 10085 tablet_service.cc:1511] Processing CreateTablet for tablet 7642804dc7384dc6b1de47152d7c5a3e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:02.235965 10085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7642804dc7384dc6b1de47152d7c5a3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.226107 10273 ts_tablet_manager.cc:1403] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.053s	user 0.006s	sys 0.024s
I20260630 12:15:02.241433 10275 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.242096 10275 ts_tablet_manager.cc:1403] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.071s	user 0.019s	sys 0.008s
I20260630 12:15:02.245445 10161 tablet_service.cc:1511] Processing CreateTablet for tablet 7642804dc7384dc6b1de47152d7c5a3e (DEFAULT_TABLE table=test-workload-rf3 [id=ef3dd8aebc2242e49c9f7dbf7e6d8046]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:02.245268 10275 raft_consensus.cc:359] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.247136 10275 raft_consensus.cc:385] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.246865 10274 tablet_bootstrap.cc:654] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.248833 10275 raft_consensus.cc:740] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.250281 10275 consensus_queue.cc:260] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.252592 10275 ts_tablet_manager.cc:1434] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:15:02.248833 10161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7642804dc7384dc6b1de47152d7c5a3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:02.253801 10275 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.245661 10273 raft_consensus.cc:359] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.257316 10273 raft_consensus.cc:385] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.258069 10273 raft_consensus.cc:740] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.259568 10273 consensus_queue.cc:260] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.260496 10275 tablet_bootstrap.cc:654] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.263772 10274 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.264358 10273 ts_tablet_manager.cc:1434] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.025s	user 0.005s	sys 0.001s
I20260630 12:15:02.265470 10273 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.264372 10274 ts_tablet_manager.cc:1403] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.004s
I20260630 12:15:02.270097 10274 raft_consensus.cc:359] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.270820 10274 raft_consensus.cc:385] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.271116 10274 raft_consensus.cc:740] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.271251 10273 tablet_bootstrap.cc:654] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.272153 10274 consensus_queue.cc:260] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.273448 10275 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.274024 10275 ts_tablet_manager.cc:1403] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.004s
I20260630 12:15:02.274647 10274 ts_tablet_manager.cc:1434] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:15:02.275969 10274 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.277670 10275 raft_consensus.cc:359] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.278448 10275 raft_consensus.cc:385] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.278764 10275 raft_consensus.cc:740] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.279011 10273 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.279618 10273 ts_tablet_manager.cc:1403] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.006s
I20260630 12:15:02.279611 10275 consensus_queue.cc:260] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.310839 10273 raft_consensus.cc:359] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.312983 10273 raft_consensus.cc:385] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.313378 10273 raft_consensus.cc:740] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.314612 10275 ts_tablet_manager.cc:1434] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.040s	user 0.009s	sys 0.000s
I20260630 12:15:02.314926 10273 consensus_queue.cc:260] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.320057 10275 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.320477 10273 ts_tablet_manager.cc:1434] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.040s	user 0.009s	sys 0.005s
I20260630 12:15:02.322817 10273 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.331971 10273 tablet_bootstrap.cc:654] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.334329 10230 raft_consensus.cc:493] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.335464 10275 tablet_bootstrap.cc:654] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.335070 10230 raft_consensus.cc:515] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.346045 10230 leader_election.cc:290] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.347597 10273 tablet_bootstrap.cc:492] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.348402 10273 ts_tablet_manager.cc:1403] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.008s
I20260630 12:15:02.352384 10273 raft_consensus.cc:359] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.356104 10273 raft_consensus.cc:385] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.356501 10273 raft_consensus.cc:740] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.357661 10273 consensus_queue.cc:260] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.360328 10273 ts_tablet_manager.cc:1434] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:15:02.362205 10273 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.356537 10275 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.363863 10275 ts_tablet_manager.cc:1403] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.044s	user 0.019s	sys 0.000s
I20260630 12:15:02.364509 10274 tablet_bootstrap.cc:654] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.366547 10275 raft_consensus.cc:359] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.368345 10275 raft_consensus.cc:385] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.369117 10275 raft_consensus.cc:740] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.372823 10275 consensus_queue.cc:260] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.374650 10273 tablet_bootstrap.cc:654] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.380582 10273 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.381259 10273 ts_tablet_manager.cc:1403] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.002s
I20260630 12:15:02.381332 10275 ts_tablet_manager.cc:1434] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.017s	user 0.002s	sys 0.004s
I20260630 12:15:02.384932 10273 raft_consensus.cc:359] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.385877 10273 raft_consensus.cc:385] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.386129 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ebae00e1b448858779eb373c53b16e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5" is_pre_election: true
I20260630 12:15:02.386996 10273 raft_consensus.cc:740] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.387388 10171 raft_consensus.cc:2468] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.388052 10273 consensus_queue.cc:260] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.389405  9987 leader_election.cc:304] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:02.390518 10230 raft_consensus.cc:2804] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.391217 10230 raft_consensus.cc:493] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.391637 10230 raft_consensus.cc:3060] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.395756 10097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ebae00e1b448858779eb373c53b16e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f" is_pre_election: true
I20260630 12:15:02.396553 10097 raft_consensus.cc:2468] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.398708 10273 ts_tablet_manager.cc:1434] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.003s
I20260630 12:15:02.386232 10275 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.402491 10273 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.407577 10275 tablet_bootstrap.cc:654] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.408244 10274 tablet_bootstrap.cc:492] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.409075 10274 ts_tablet_manager.cc:1403] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.133s	user 0.017s	sys 0.020s
I20260630 12:15:02.410874 10230 raft_consensus.cc:515] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.412671 10274 raft_consensus.cc:359] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.413533 10274 raft_consensus.cc:385] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.413857 10274 raft_consensus.cc:740] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.414126 10273 tablet_bootstrap.cc:654] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.414237 10097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ebae00e1b448858779eb373c53b16e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f"
I20260630 12:15:02.414944 10097 raft_consensus.cc:3060] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.414863 10274 consensus_queue.cc:260] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.418236 10230 leader_election.cc:290] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Requested vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.419719 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53ebae00e1b448858779eb373c53b16e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5"
I20260630 12:15:02.420326 10171 raft_consensus.cc:3060] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.421139 10275 tablet_bootstrap.cc:492] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.421685 10275 ts_tablet_manager.cc:1403] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.037s	user 0.009s	sys 0.009s
I20260630 12:15:02.424944 10275 raft_consensus.cc:359] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.425632 10275 raft_consensus.cc:385] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.425930 10275 raft_consensus.cc:740] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.426153 10097 raft_consensus.cc:2468] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.426805 10275 consensus_queue.cc:260] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.427911  9985 leader_election.cc:304] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 828d1d18c0314e129a61c2bfb27e0776, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.430047 10274 ts_tablet_manager.cc:1434] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:15:02.431761 10274 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.434316 10230 raft_consensus.cc:2804] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.434562 10273 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.434891 10230 raft_consensus.cc:697] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Becoming Leader. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Running, Role: LEADER
I20260630 12:15:02.435165 10273 ts_tablet_manager.cc:1403] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.018s
I20260630 12:15:02.437448 10230 consensus_queue.cc:237] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.438577 10273 raft_consensus.cc:359] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.439397 10273 raft_consensus.cc:385] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.439700 10274 tablet_bootstrap.cc:654] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.439738 10273 raft_consensus.cc:740] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.440912 10273 consensus_queue.cc:260] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.442416 10171 raft_consensus.cc:2468] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.443078 10275 ts_tablet_manager.cc:1434] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.000s
I20260630 12:15:02.446113 10273 ts_tablet_manager.cc:1434] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:15:02.450635 10275 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.450699 10273 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: Bootstrap starting.
I20260630 12:15:02.456862 10273 tablet_bootstrap.cc:654] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.459776 10275 tablet_bootstrap.cc:654] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.459894 10222 raft_consensus.cc:493] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.460408 10222 raft_consensus.cc:515] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.463193  9911 catalog_manager.cc:5697] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: term changed from 0 to 1, leader changed from <none> to 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:02.470079 10274 tablet_bootstrap.cc:492] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.470764 10274 ts_tablet_manager.cc:1403] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.039s	user 0.006s	sys 0.010s
I20260630 12:15:02.474318 10274 raft_consensus.cc:359] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.475394 10274 raft_consensus.cc:385] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.475836 10274 raft_consensus.cc:740] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.476810 10274 consensus_queue.cc:260] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.478222 10273 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: No bootstrap required, opened a new log
I20260630 12:15:02.478808 10273 ts_tablet_manager.cc:1403] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.013s
I20260630 12:15:02.480857 10222 leader_election.cc:290] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.481241 10274 ts_tablet_manager.cc:1434] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.006s
I20260630 12:15:02.482558 10274 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.489569 10274 tablet_bootstrap.cc:654] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.500756 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "567b1649d07f46faa45e209b6292d8bd" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5" is_pre_election: true
I20260630 12:15:02.501114 10274 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.500890 10273 raft_consensus.cc:359] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.501837 10274 ts_tablet_manager.cc:1403] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.009s
I20260630 12:15:02.501737 10171 raft_consensus.cc:2468] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 0.
I20260630 12:15:02.501791 10273 raft_consensus.cc:385] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.502545 10273 raft_consensus.cc:740] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.503393 10273 consensus_queue.cc:260] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.505334 10062 leader_election.cc:304] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.505640 10273 ts_tablet_manager.cc:1434] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.000s
I20260630 12:15:02.506398 10222 raft_consensus.cc:2804] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.506817 10222 raft_consensus.cc:493] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.507155 10222 raft_consensus.cc:3060] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.507661 10274 raft_consensus.cc:359] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.508438 10274 raft_consensus.cc:385] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.508775 10274 raft_consensus.cc:740] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.509810 10274 consensus_queue.cc:260] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.519403 10222 raft_consensus.cc:515] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.522125 10274 ts_tablet_manager.cc:1434] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.000s
I20260630 12:15:02.523427 10274 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: Bootstrap starting.
I20260630 12:15:02.530154 10274 tablet_bootstrap.cc:654] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.533798 10222 leader_election.cc:290] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 election: Requested vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.535511 10022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "567b1649d07f46faa45e209b6292d8bd" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776" is_pre_election: true
I20260630 12:15:02.536134 10275 tablet_bootstrap.cc:492] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.535918 10021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "567b1649d07f46faa45e209b6292d8bd" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776"
I20260630 12:15:02.536675 10022 raft_consensus.cc:2468] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 0.
I20260630 12:15:02.537176 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "567b1649d07f46faa45e209b6292d8bd" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5"
I20260630 12:15:02.537576 10275 ts_tablet_manager.cc:1403] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.087s	user 0.032s	sys 0.025s
I20260630 12:15:02.538173 10021 raft_consensus.cc:3060] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.537787 10171 raft_consensus.cc:3060] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.541368 10275 raft_consensus.cc:359] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.542332 10275 raft_consensus.cc:385] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.542698 10275 raft_consensus.cc:740] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.543726 10275 consensus_queue.cc:260] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.547058 10171 raft_consensus.cc:2468] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 1.
I20260630 12:15:02.547741 10021 raft_consensus.cc:2468] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 1.
I20260630 12:15:02.548460 10062 leader_election.cc:304] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.549230 10222 raft_consensus.cc:2804] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.552248 10222 raft_consensus.cc:697] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Becoming Leader. State: Replica: b95039c328ee49dfa90817f175ee205f, State: Running, Role: LEADER
I20260630 12:15:02.553372 10274 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: No bootstrap required, opened a new log
I20260630 12:15:02.553097 10222 consensus_queue.cc:237] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.553998 10274 ts_tablet_manager.cc:1403] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: Time spent bootstrapping tablet: real 0.031s	user 0.007s	sys 0.019s
I20260630 12:15:02.554266 10275 ts_tablet_manager.cc:1434] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260630 12:15:02.555883 10302 raft_consensus.cc:493] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.556533 10302 raft_consensus.cc:515] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.557025 10274 raft_consensus.cc:359] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.557898 10274 raft_consensus.cc:385] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.558254 10274 raft_consensus.cc:740] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.559278 10274 consensus_queue.cc:260] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.560102 10021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776" is_pre_election: true
I20260630 12:15:02.560878 10021 raft_consensus.cc:2468] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 0.
I20260630 12:15:02.562887 10275 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: Bootstrap starting.
I20260630 12:15:02.563458 10230 raft_consensus.cc:493] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.563977 10230 raft_consensus.cc:515] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.565191 10274 ts_tablet_manager.cc:1434] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:15:02.566176 10230 leader_election.cc:290] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.568064 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11053abb6e45495189a63aae01ad419e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5" is_pre_election: true
I20260630 12:15:02.568933 10171 raft_consensus.cc:2468] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.569849 10275 tablet_bootstrap.cc:654] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:02.571303 10239 raft_consensus.cc:493] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.571859 10239 raft_consensus.cc:515] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.575214  9987 leader_election.cc:304] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:02.576398 10239 leader_election.cc:290] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:15:02.570207 10063 leader_election.cc:304] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 828d1d18c0314e129a61c2bfb27e0776, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.581195 10307 raft_consensus.cc:2804] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.581566 10097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11053abb6e45495189a63aae01ad419e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f" is_pre_election: true
I20260630 12:15:02.583647 10230 raft_consensus.cc:2804] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.584839 10230 raft_consensus.cc:493] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.584939 10097 raft_consensus.cc:2468] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.586527 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5" is_pre_election: true
I20260630 12:15:02.585547 10307 raft_consensus.cc:493] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.587627 10307 raft_consensus.cc:3060] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.586050 10275 tablet_bootstrap.cc:492] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: No bootstrap required, opened a new log
I20260630 12:15:02.587253 10171 raft_consensus.cc:2468] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b95039c328ee49dfa90817f175ee205f in term 0.
I20260630 12:15:02.588344 10275 ts_tablet_manager.cc:1403] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.009s
I20260630 12:15:02.587261 10230 raft_consensus.cc:3060] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.583799 10239 raft_consensus.cc:493] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.591161 10239 raft_consensus.cc:515] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.591712 10275 raft_consensus.cc:359] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.592469 10275 raft_consensus.cc:385] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:02.588325 10302 leader_election.cc:290] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.592952 10275 raft_consensus.cc:740] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Initialized, Role: FOLLOWER
I20260630 12:15:02.593842 10275 consensus_queue.cc:260] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.594998 10239 leader_election.cc:290] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:15:02.596208 10275 ts_tablet_manager.cc:1434] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:02.600425 10021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776" is_pre_election: true
I20260630 12:15:02.600792 10022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7642804dc7384dc6b1de47152d7c5a3e" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776" is_pre_election: true
I20260630 12:15:02.601148 10021 raft_consensus.cc:2468] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 0.
I20260630 12:15:02.601534 10022 raft_consensus.cc:2468] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 0.
I20260630 12:15:02.602604 10137 leader_election.cc:304] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:02.603664 10137 leader_election.cc:304] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:02.604648 10230 raft_consensus.cc:515] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.605571 10239 raft_consensus.cc:2804] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.606117 10239 raft_consensus.cc:493] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.606528 10239 raft_consensus.cc:3060] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:15:02.611938  9968 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:02.617940 10097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11053abb6e45495189a63aae01ad419e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f"
I20260630 12:15:02.618615 10097 raft_consensus.cc:3060] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.622246  9913 catalog_manager.cc:5697] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f reported cstate change: term changed from 0 to 1, leader changed from <none> to b95039c328ee49dfa90817f175ee205f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b95039c328ee49dfa90817f175ee205f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:02.624640 10308 raft_consensus.cc:2804] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.625105 10308 raft_consensus.cc:493] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.625069 10096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f" is_pre_election: true
I20260630 12:15:02.625658 10308 raft_consensus.cc:3060] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.627758 10095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7642804dc7384dc6b1de47152d7c5a3e" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f" is_pre_election: true
I20260630 12:15:02.628480 10095 raft_consensus.cc:2468] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 0.
I20260630 12:15:02.630445 10097 raft_consensus.cc:2468] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.631863  9985 leader_election.cc:304] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 828d1d18c0314e129a61c2bfb27e0776, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.633074 10226 raft_consensus.cc:2804] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.633175 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11053abb6e45495189a63aae01ad419e" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5"
I20260630 12:15:02.633821 10171 raft_consensus.cc:3060] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.633709 10308 raft_consensus.cc:515] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.634590 10226 raft_consensus.cc:697] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Becoming Leader. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Running, Role: LEADER
I20260630 12:15:02.635532 10226 consensus_queue.cc:237] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.636049 10230 leader_election.cc:290] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Requested vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.636770 10239 raft_consensus.cc:515] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.637540 10308 leader_election.cc:290] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 election: Requested vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:15:02.639156 10239 leader_election.cc:290] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 election: Requested vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:15:02.604642 10307 raft_consensus.cc:515] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.639442 10097 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7642804dc7384dc6b1de47152d7c5a3e" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f"
I20260630 12:15:02.640985 10096 raft_consensus.cc:2393] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1300026d20f04fb0bfd2e899920a63e5 in current term 1: Already voted for candidate b95039c328ee49dfa90817f175ee205f in this term.
I20260630 12:15:02.640802 10022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7642804dc7384dc6b1de47152d7c5a3e" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776"
I20260630 12:15:02.641489 10022 raft_consensus.cc:3060] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.643438 10307 leader_election.cc:290] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [CANDIDATE]: Term 1 election: Requested vote from peers 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.643781 10021 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776"
I20260630 12:15:02.644389 10021 raft_consensus.cc:3060] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.645542 10020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "828d1d18c0314e129a61c2bfb27e0776"
I20260630 12:15:02.645679 10170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "b95039c328ee49dfa90817f175ee205f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5"
I20260630 12:15:02.646890 10170 raft_consensus.cc:2393] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b95039c328ee49dfa90817f175ee205f in current term 1: Already voted for candidate 1300026d20f04fb0bfd2e899920a63e5 in this term.
I20260630 12:15:02.646122 10095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c34b0fae1d8482f8ea9f0e0eaa0eb26" candidate_uuid: "1300026d20f04fb0bfd2e899920a63e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f"
I20260630 12:15:02.648283 10095 raft_consensus.cc:2393] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1300026d20f04fb0bfd2e899920a63e5 in current term 1: Already voted for candidate b95039c328ee49dfa90817f175ee205f in this term.
I20260630 12:15:02.648126 10062 leader_election.cc:304] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [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: b95039c328ee49dfa90817f175ee205f; no voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776
I20260630 12:15:02.649374 10226 raft_consensus.cc:493] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:02.649921 10226 raft_consensus.cc:515] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.650452 10307 raft_consensus.cc:2749] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:02.653004 10095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "853d9e85570348d8a36bf04c27e2d897" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f" is_pre_election: true
I20260630 12:15:02.653367 10170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "853d9e85570348d8a36bf04c27e2d897" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5" is_pre_election: true
I20260630 12:15:02.653785 10095 raft_consensus.cc:2468] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.654078 10170 raft_consensus.cc:2468] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 0.
I20260630 12:15:02.655355  9985 leader_election.cc:304] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 828d1d18c0314e129a61c2bfb27e0776, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.654699  9911 catalog_manager.cc:5697] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: term changed from 0 to 1, leader changed from <none> to 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:02.655601 10226 leader_election.cc:290] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.656160 10226 raft_consensus.cc:2804] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:02.656472 10226 raft_consensus.cc:493] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:02.656790 10226 raft_consensus.cc:3060] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.660393 10021 raft_consensus.cc:2468] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 1.
I20260630 12:15:02.662379 10137 leader_election.cc:304] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [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: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: b95039c328ee49dfa90817f175ee205f
I20260630 12:15:02.663561 10239 raft_consensus.cc:2804] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.663282 10226 raft_consensus.cc:515] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.663975 10022 raft_consensus.cc:2468] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 1.
I20260630 12:15:02.664183 10239 raft_consensus.cc:697] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Becoming Leader. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Running, Role: LEADER
I20260630 12:15:02.665254 10137 leader_election.cc:304] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1300026d20f04fb0bfd2e899920a63e5, 828d1d18c0314e129a61c2bfb27e0776; no voters: 
I20260630 12:15:02.666189 10095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "853d9e85570348d8a36bf04c27e2d897" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b95039c328ee49dfa90817f175ee205f"
I20260630 12:15:02.666630 10171 raft_consensus.cc:2468] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.666776 10095 raft_consensus.cc:3060] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.640798 10097 raft_consensus.cc:3060] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.667670 10308 raft_consensus.cc:2804] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.668248 10308 raft_consensus.cc:697] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Becoming Leader. State: Replica: 1300026d20f04fb0bfd2e899920a63e5, State: Running, Role: LEADER
I20260630 12:15:02.669023 10308 consensus_queue.cc:237] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.670012 10226 leader_election.cc:290] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Requested vote from peers b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723), 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195:40081)
I20260630 12:15:02.671363 10171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "853d9e85570348d8a36bf04c27e2d897" candidate_uuid: "828d1d18c0314e129a61c2bfb27e0776" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1300026d20f04fb0bfd2e899920a63e5"
I20260630 12:15:02.672010 10171 raft_consensus.cc:3060] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:02.674392 10097 raft_consensus.cc:2468] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1300026d20f04fb0bfd2e899920a63e5 in term 1.
I20260630 12:15:02.676434 10095 raft_consensus.cc:2468] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.677646  9985 leader_election.cc:304] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 828d1d18c0314e129a61c2bfb27e0776, b95039c328ee49dfa90817f175ee205f; no voters: 
I20260630 12:15:02.678469 10226 raft_consensus.cc:2804] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:02.669385 10239 consensus_queue.cc:237] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.679108 10226 raft_consensus.cc:697] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Becoming Leader. State: Replica: 828d1d18c0314e129a61c2bfb27e0776, State: Running, Role: LEADER
I20260630 12:15:02.679760 10171 raft_consensus.cc:2468] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 828d1d18c0314e129a61c2bfb27e0776 in term 1.
I20260630 12:15:02.679915 10226 consensus_queue.cc:237] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } }
I20260630 12:15:02.687683  9911 catalog_manager.cc:5697] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1300026d20f04fb0bfd2e899920a63e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:02.688052  9913 catalog_manager.cc:5697] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: term changed from 0 to 1, leader changed from <none> to 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:02.699944  9913 catalog_manager.cc:5697] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1300026d20f04fb0bfd2e899920a63e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1300026d20f04fb0bfd2e899920a63e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:02.982031 10307 consensus_queue.cc:1048] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Connected to new peer: Peer: permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:03.022996 10226 consensus_queue.cc:1048] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:03.050595 10226 consensus_queue.cc:1048] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:03.048063 10222 consensus_queue.cc:1048] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.024s
I20260630 12:15:03.116010 10169 raft_consensus.cc:1275] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: 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:03.122957 10230 consensus_queue.cc:1048] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:15:03.133301 10095 raft_consensus.cc:1275] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: 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:03.133710 10097 raft_consensus.cc:1275] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: 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:03.140883 10169 raft_consensus.cc:1275] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: 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:03.143268 10230 consensus_queue.cc:1048] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:03.143630 10335 consensus_queue.cc:1048] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:03.148836 10230 consensus_queue.cc:1048] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:03.164161 10022 raft_consensus.cc:1275] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Refusing update from remote peer 1300026d20f04fb0bfd2e899920a63e5: 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:03.171092 10094 raft_consensus.cc:1275] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 1300026d20f04fb0bfd2e899920a63e5: 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:03.199084 10093 raft_consensus.cc:1275] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 1300026d20f04fb0bfd2e899920a63e5: 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:03.216400 10311 consensus_queue.cc:1048] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.013s
I20260630 12:15:03.217361 10308 consensus_queue.cc:1048] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:03.217840 10022 raft_consensus.cc:1275] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Refusing update from remote peer 1300026d20f04fb0bfd2e899920a63e5: 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:03.213841 10239 consensus_queue.cc:1048] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260630 12:15:03.229700 10239 consensus_queue.cc:1048] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:03.721686 10318 meta_cache.cc:1261] Time spent looking up entry by key: real 0.109s	user 0.000s	sys 0.000s
I20260630 12:15:04.433365   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:04.440752 10370 instance_detector.cc: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:04.441323 10371 instance_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:04.443918   431 server_base.cc:1061] running on GCE node
W20260630 12:15:04.445425 10373 instance_detector.cc: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:04.446555   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:04.446797   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:04.446985   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821704446967 us; error 0 us; skew 500 ppm
I20260630 12:15:04.447530   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:04.450172   431 webserver.cc:533] Webserver started at http://127.0.107.196:40641/ using document root <none> and password file <none>
I20260630 12:15:04.450678   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:04.450893   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:04.451192   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:04.452342   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "f32267f157de495190c4dab59f7d3953"
format_stamp: "Formatted at 2026-06-30 12:15:04 on dist-test-slave-g2rq"
I20260630 12:15:04.456920   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:04.460358 10378 log_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:04.461213   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:04.461526   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "f32267f157de495190c4dab59f7d3953"
format_stamp: "Formatted at 2026-06-30 12:15:04 on dist-test-slave-g2rq"
I20260630 12:15:04.461807   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782821479742301-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:04.480228   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:04.481490   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:04.482913   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:04.485423   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:04.485621   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:04.485896   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:04.486066   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:04.523634   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:32911
I20260630 12:15:04.523765 10440 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:32911 every 8 connection(s)
I20260630 12:15:04.539445 10441 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45149
I20260630 12:15:04.539850 10441 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:04.540695 10441 heartbeater.cc:507] Master 127.0.107.254:45149 requested a full tablet report, sending...
I20260630 12:15:04.543061  9914 ts_manager.cc:194] Registered new tserver with Master: f32267f157de495190c4dab59f7d3953 (127.0.107.196:32911)
I20260630 12:15:04.544559  9914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45574
I20260630 12:15:04.664980 10097 consensus_queue.cc:237] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } }
I20260630 12:15:04.670789 10169 raft_consensus.cc:1275] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer b95039c328ee49dfa90817f175ee205f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.675681 10021 raft_consensus.cc:1275] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Refusing update from remote peer b95039c328ee49dfa90817f175ee205f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.677528 10307 consensus_queue.cc:1048] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:04.678893 10326 consensus_queue.cc:1048] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [LEADER]: Connected to new peer: Peer: permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260630 12:15:04.687753 10063 consensus_peers.cc:597] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f -> Peer f32267f157de495190c4dab59f7d3953 (127.0.107.196:32911): Couldn't send request to peer f32267f157de495190c4dab59f7d3953. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 567b1649d07f46faa45e209b6292d8bd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:04.686483 10326 raft_consensus.cc:2955] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.688398 10021 raft_consensus.cc:2955] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.688868 10169 raft_consensus.cc:2955] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.705332  9914 catalog_manager.cc:5697] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f reported cstate change: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b95039c328ee49dfa90817f175ee205f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:04.715502 10021 consensus_queue.cc:237] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } }
I20260630 12:15:04.722345 10169 raft_consensus.cc:1275] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.724159 10097 raft_consensus.cc:1275] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.726745 10356 consensus_queue.cc:1048] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:15:04.727730 10352 consensus_queue.cc:1048] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:15:04.735585 10230 raft_consensus.cc:2955] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
W20260630 12:15:04.739429  9988 consensus_peers.cc:597] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 -> Peer f32267f157de495190c4dab59f7d3953 (127.0.107.196:32911): Couldn't send request to peer f32267f157de495190c4dab59f7d3953. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 11053abb6e45495189a63aae01ad419e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:04.738456 10169 raft_consensus.cc:2955] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.740681 10097 raft_consensus.cc:2955] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.756374  9911 catalog_manager.cc:5697] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 reported cstate change: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } attrs { replace: true } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.757217 10021 consensus_queue.cc:237] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } }
W20260630 12:15:04.763098  9988 consensus_peers.cc:597] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 -> Peer f32267f157de495190c4dab59f7d3953 (127.0.107.196:32911): Couldn't send request to peer f32267f157de495190c4dab59f7d3953. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 853d9e85570348d8a36bf04c27e2d897. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:04.763902 10097 raft_consensus.cc:1275] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.763178 10169 raft_consensus.cc:1275] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.765724 10226 consensus_queue.cc:1048] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:04.766716 10230 consensus_queue.cc:1048] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:04.777343 10226 raft_consensus.cc:2955] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.780825 10097 raft_consensus.cc:2955] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.783113 10169 raft_consensus.cc:2955] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.792718 10021 consensus_queue.cc:237] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } }
I20260630 12:15:04.796082  9911 catalog_manager.cc:5697] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:15:04.801424  9988 consensus_peers.cc:597] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 -> Peer f32267f157de495190c4dab59f7d3953 (127.0.107.196:32911): Couldn't send request to peer f32267f157de495190c4dab59f7d3953. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53ebae00e1b448858779eb373c53b16e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:04.801756 10169 raft_consensus.cc:1275] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.802861 10097 raft_consensus.cc:1275] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Refusing update from remote peer 828d1d18c0314e129a61c2bfb27e0776: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:15:04.803218 10230 consensus_queue.cc:1048] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:04.804294 10226 consensus_queue.cc:1048] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:15:04.812309 10230 raft_consensus.cc:2955] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.813997 10097 raft_consensus.cc:2955] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.816704 10169 raft_consensus.cc:2955] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } } }
I20260630 12:15:04.827873  9919 catalog_manager.cc:5697] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 reported cstate change: config changed from index -1 to 16, NON_VOTER f32267f157de495190c4dab59f7d3953 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "828d1d18c0314e129a61c2bfb27e0776" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "828d1d18c0314e129a61c2bfb27e0776" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b95039c328ee49dfa90817f175ee205f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1300026d20f04fb0bfd2e899920a63e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40081 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f32267f157de495190c4dab59f7d3953" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 32911 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:05.045698   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:05.080206   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:05.080966   431 tablet_replica.cc:333] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.081777   431 raft_consensus.cc:2243] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.082319   431 raft_consensus.cc:2272] T 7642804dc7384dc6b1de47152d7c5a3e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.085712   431 tablet_replica.cc:333] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.086288   431 raft_consensus.cc:2243] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.087395   431 raft_consensus.cc:2272] T 853d9e85570348d8a36bf04c27e2d897 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.089944   431 tablet_replica.cc:333] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.090505   431 raft_consensus.cc:2243] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.091594   431 raft_consensus.cc:2272] T 11053abb6e45495189a63aae01ad419e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.094113   431 tablet_replica.cc:333] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.094707   431 raft_consensus.cc:2243] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.095789   431 raft_consensus.cc:2272] T 53ebae00e1b448858779eb373c53b16e P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.098369   431 tablet_replica.cc:333] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.098909   431 raft_consensus.cc:2243] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.099476   431 raft_consensus.cc:2272] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.102170   431 tablet_replica.cc:333] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.102737   431 raft_consensus.cc:2243] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.103307   431 raft_consensus.cc:2272] T 567b1649d07f46faa45e209b6292d8bd P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.105907   431 tablet_replica.cc:333] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.106441   431 raft_consensus.cc:2243] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.106945   431 raft_consensus.cc:2272] T 3d72705ca9264ae6879b421dce62c60f P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.109362   431 tablet_replica.cc:333] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776: stopping tablet replica
I20260630 12:15:05.109823   431 raft_consensus.cc:2243] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.110311   431 raft_consensus.cc:2272] T 876918896c6c46c7b11d0f6f3a6f2249 P 828d1d18c0314e129a61c2bfb27e0776 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.144073   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:05.172940   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:15:05.186795 10137 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46343: connect: Connection refused (error 111)
W20260630 12:15:05.191484 10137 consensus_peers.cc:597] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 -> Peer 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343): Couldn't send request to peer 828d1d18c0314e129a61c2bfb27e0776. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46343: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:05.206525 10063 consensus_peers.cc:597] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f -> Peer 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343): Couldn't send request to peer 828d1d18c0314e129a61c2bfb27e0776. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46343: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:05.212837 10460 ts_tablet_manager.cc:933] T 567b1649d07f46faa45e209b6292d8bd P f32267f157de495190c4dab59f7d3953: Initiating tablet copy from peer b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723)
I20260630 12:15:05.216027   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:05.216459 10460 tablet_copy_client.cc:323] T 567b1649d07f46faa45e209b6292d8bd P f32267f157de495190c4dab59f7d3953: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37723
I20260630 12:15:05.216921   431 tablet_replica.cc:333] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.217751   431 raft_consensus.cc:2243] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.218346   431 raft_consensus.cc:2272] T 7642804dc7384dc6b1de47152d7c5a3e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.222430   431 tablet_replica.cc:333] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.223273   431 raft_consensus.cc:2243] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.224152   431 raft_consensus.cc:2272] T 853d9e85570348d8a36bf04c27e2d897 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.227428   431 tablet_replica.cc:333] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.228291   431 raft_consensus.cc:2243] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.229511   431 raft_consensus.cc:2272] T 567b1649d07f46faa45e209b6292d8bd P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.232585   431 tablet_replica.cc:333] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.233356   431 raft_consensus.cc:2243] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.234083   431 raft_consensus.cc:2272] T 11053abb6e45495189a63aae01ad419e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.237555   431 tablet_replica.cc:333] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.238361   431 raft_consensus.cc:2243] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.239063   431 raft_consensus.cc:2272] T 53ebae00e1b448858779eb373c53b16e P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.242075   431 tablet_replica.cc:333] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.242831   431 raft_consensus.cc:2243] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.243410   431 raft_consensus.cc:2272] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.246840   431 tablet_replica.cc:333] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.247552   431 raft_consensus.cc:2243] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.248147   431 raft_consensus.cc:2272] T 73fd42afc9fd416ca3d6c35b2b434eea P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.251420   431 tablet_replica.cc:333] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f: stopping tablet replica
I20260630 12:15:05.252031   431 raft_consensus.cc:2243] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.252633   431 raft_consensus.cc:2272] T 6e4f011b60b848d086a6936f1fe348e3 P b95039c328ee49dfa90817f175ee205f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:05.291867 10137 consensus_peers.cc:597] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 -> Peer 828d1d18c0314e129a61c2bfb27e0776 (127.0.107.193:46343): Couldn't send request to peer 828d1d18c0314e129a61c2bfb27e0776. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:46343: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:05.293396   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:05.315613   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:05.354311   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:05.355165   431 tablet_replica.cc:333] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.356045   431 raft_consensus.cc:2243] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.356887   431 raft_consensus.cc:2272] T 853d9e85570348d8a36bf04c27e2d897 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.360198   431 tablet_replica.cc:333] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.360982   431 raft_consensus.cc:2243] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.361690   431 raft_consensus.cc:2272] T 567b1649d07f46faa45e209b6292d8bd P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.364794   431 tablet_replica.cc:333] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.365548   431 raft_consensus.cc:2243] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.366513   431 raft_consensus.cc:2272] T 5c34b0fae1d8482f8ea9f0e0eaa0eb26 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.369202   431 tablet_replica.cc:333] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.369930   431 raft_consensus.cc:2243] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.370541   431 raft_consensus.cc:2272] T 53ebae00e1b448858779eb373c53b16e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.373667   431 tablet_replica.cc:333] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.374410   431 raft_consensus.cc:2243] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:05.375296   431 raft_consensus.cc:2272] T 11053abb6e45495189a63aae01ad419e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.379130   431 tablet_replica.cc:333] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
W20260630 12:15:05.379523 10134 consensus_peers.cc:597] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 -> Peer b95039c328ee49dfa90817f175ee205f (127.0.107.194:37723): Couldn't send request to peer b95039c328ee49dfa90817f175ee205f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37723: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:05.379837   431 raft_consensus.cc:2243] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.380486   431 raft_consensus.cc:2272] T 8bbe41cf3ae04fcabefd81c5f16316e9 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.383147   431 tablet_replica.cc:333] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.383723   431 raft_consensus.cc:2243] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.384492   431 raft_consensus.cc:2272] T 7642804dc7384dc6b1de47152d7c5a3e P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.386677   431 tablet_replica.cc:333] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5: stopping tablet replica
I20260630 12:15:05.387202   431 raft_consensus.cc:2243] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.387858   431 raft_consensus.cc:2272] T ea41cc32b6ba4cda811b87894ef1ec46 P 1300026d20f04fb0bfd2e899920a63e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.417542   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:05.438338   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:05.465937   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:05.481812   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:05.489602   431 master.cc:562] Master@127.0.107.254:45149 shutting down...
W20260630 12:15:05.514510  9968 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:05.515775   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:05.516253   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:05.516562   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 02cd5716757245f684d4c66dd28901f5: stopping tablet replica
I20260630 12:15:05.538828   431 master.cc:584] Master@127.0.107.254:45149 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6119 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:15:05.587280   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43323
I20260630 12:15:05.588383   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:05.593205 10464 instance_detector.cc: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.593261 10465 instance_detector.cc: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.595920 10467 instance_detector.cc: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.595966   431 server_base.cc:1061] running on GCE node
I20260630 12:15:05.597033   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:05.597213   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.597405   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821705597385 us; error 0 us; skew 500 ppm
I20260630 12:15:05.597893   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:05.600131   431 webserver.cc:533] Webserver started at http://127.0.107.254:36605/ using document root <none> and password file <none>
I20260630 12:15:05.600581   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:05.600741   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:05.600986   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:05.602000   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.606209   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:05.609484 10472 log_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.610235   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:05.610502   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.610761   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-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:05.639194   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:05.640372   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:05.677238   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43323
I20260630 12:15:05.677327 10523 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43323 every 8 connection(s)
I20260630 12:15:05.681154 10524 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:05.692014 10524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da: Bootstrap starting.
I20260630 12:15:05.696594 10524 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:05.700783 10524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da: No bootstrap required, opened a new log
I20260630 12:15:05.702843 10524 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER }
I20260630 12:15:05.703279 10524 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:05.703526 10524 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eeeb0d0caa24351a5cba29c2bf4a9da, State: Initialized, Role: FOLLOWER
I20260630 12:15:05.704083 10524 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER }
I20260630 12:15:05.704546 10524 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:05.704766 10524 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:05.705005 10524 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:05.709779 10524 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER }
I20260630 12:15:05.710292 10524 leader_election.cc:304] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [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: 7eeeb0d0caa24351a5cba29c2bf4a9da; no voters: 
I20260630 12:15:05.711378 10524 leader_election.cc:290] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:05.711683 10527 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:05.712977 10527 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 1 LEADER]: Becoming Leader. State: Replica: 7eeeb0d0caa24351a5cba29c2bf4a9da, State: Running, Role: LEADER
I20260630 12:15:05.713665 10527 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [LEADER]: Queue going to LEADER mode. State: All 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: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER }
I20260630 12:15:05.714247 10524 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:05.718096 10528 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER } }
I20260630 12:15:05.719003 10528 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:05.718787 10529 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7eeeb0d0caa24351a5cba29c2bf4a9da. Latest consensus state: current_term: 1 leader_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7eeeb0d0caa24351a5cba29c2bf4a9da" member_type: VOTER } }
I20260630 12:15:05.719697 10529 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:05.723969 10534 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:05.731192 10534 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:05.732477   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:05.740136 10534 catalog_manager.cc:1383] Generated new cluster ID: 32fd5bb0bd5d4966a734ba3eb308003b
I20260630 12:15:05.740422 10534 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:05.765178 10534 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:05.766477 10534 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:05.782807 10534 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da: Generated new TSK 0
I20260630 12:15:05.783456 10534 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:05.799454   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:05.805878 10545 instance_detector.cc: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.806533 10546 instance_detector.cc: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.808254 10548 instance_detector.cc: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.808527   431 server_base.cc:1061] running on GCE node
I20260630 12:15:05.809439   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:05.809624   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.809793   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821705809773 us; error 0 us; skew 500 ppm
I20260630 12:15:05.810259   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:05.812605   431 webserver.cc:533] Webserver started at http://127.0.107.193:36897/ using document root <none> and password file <none>
I20260630 12:15:05.813037   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:05.813199   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:05.813450   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:05.814458   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "7aded9c00e534cab8291f6dde48b94a7"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.818905   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:15:05.822130 10553 log_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.822844   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:05.823123   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "7aded9c00e534cab8291f6dde48b94a7"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.823410   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-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:05.839962   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:05.841078   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:05.842554   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:05.844975   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:05.845180   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.845408   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:05.845566   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.882901   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42567
I20260630 12:15:05.883006 10615 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42567 every 8 connection(s)
I20260630 12:15:05.888074   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:05.895359 10621 instance_detector.cc: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.896132 10620 instance_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:15:05.899690   431 server_base.cc:1061] running on GCE node
I20260630 12:15:05.900684 10616 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43323
W20260630 12:15:05.900722 10623 instance_detector.cc: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.901194 10616 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:05.901998 10616 heartbeater.cc:507] Master 127.0.107.254:43323 requested a full tablet report, sending...
I20260630 12:15:05.902397   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:05.902628   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.902786   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821705902769 us; error 0 us; skew 500 ppm
I20260630 12:15:05.903363   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:05.904038 10489 ts_manager.cc:194] Registered new tserver with Master: 7aded9c00e534cab8291f6dde48b94a7 (127.0.107.193:42567)
I20260630 12:15:05.906366   431 webserver.cc:533] Webserver started at http://127.0.107.194:44225/ using document root <none> and password file <none>
I20260630 12:15:05.906432 10489 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46466
I20260630 12:15:05.907023   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:05.907251   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:05.907546   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:05.908624   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "504324850f324358b1d67471289b3008"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.913143   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:05.916550 10628 log_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.917326   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:05.917618   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "504324850f324358b1d67471289b3008"
format_stamp: "Formatted at 2026-06-30 12:15:05 on dist-test-slave-g2rq"
I20260630 12:15:05.917877   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-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:05.956049   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:05.957180   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:05.958644   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:05.960940   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:05.961153   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:05.961367   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:05.961513   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.012725   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39901
I20260630 12:15:06.012838 10690 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39901 every 8 connection(s)
I20260630 12:15:06.017450   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:06.024243 10694 instance_detector.cc: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:06.025218 10695 instance_detector.cc: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:06.027073 10697 instance_detector.cc: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:06.028409   431 server_base.cc:1061] running on GCE node
I20260630 12:15:06.029422 10691 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43323
I20260630 12:15:06.029429   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:06.029838   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:06.029875 10691 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:06.030031   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821706030015 us; error 0 us; skew 500 ppm
I20260630 12:15:06.030699   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:06.030689 10691 heartbeater.cc:507] Master 127.0.107.254:43323 requested a full tablet report, sending...
I20260630 12:15:06.033032 10489 ts_manager.cc:194] Registered new tserver with Master: 504324850f324358b1d67471289b3008 (127.0.107.194:39901)
I20260630 12:15:06.033309   431 webserver.cc:533] Webserver started at http://127.0.107.195:32877/ using document root <none> and password file <none>
I20260630 12:15:06.033972   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:06.034199   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:06.034509   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:06.034858 10489 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46480
I20260630 12:15:06.036068   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "0cf594ab1d684deda462d5ab9300c33e"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.040534   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:06.043830 10702 log_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:06.044634   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:06.044946   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "0cf594ab1d684deda462d5ab9300c33e"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.045212   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782821479742301-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:06.062623   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:06.063804   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:06.065227   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:06.067535   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:06.067744   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.067948   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:06.068102   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.107065   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38739
I20260630 12:15:06.107164 10764 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38739 every 8 connection(s)
I20260630 12:15:06.120263 10765 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43323
I20260630 12:15:06.120755 10765 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:06.121457 10765 heartbeater.cc:507] Master 127.0.107.254:43323 requested a full tablet report, sending...
I20260630 12:15:06.123356 10489 ts_manager.cc:194] Registered new tserver with Master: 0cf594ab1d684deda462d5ab9300c33e (127.0.107.195:38739)
I20260630 12:15:06.123494   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01358119s
I20260630 12:15:06.125161 10489 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46490
I20260630 12:15:06.147732 10489 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46492:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:06.149619 10489 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:06.190865 10656 tablet_service.cc:1511] Processing CreateTablet for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff (DEFAULT_TABLE table=test-workload [id=7a01e67956094e899934508b36b24e5e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:06.192473 10656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.199625 10581 tablet_service.cc:1511] Processing CreateTablet for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff (DEFAULT_TABLE table=test-workload [id=7a01e67956094e899934508b36b24e5e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:06.200974 10581 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.202088 10730 tablet_service.cc:1511] Processing CreateTablet for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff (DEFAULT_TABLE table=test-workload [id=7a01e67956094e899934508b36b24e5e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:06.203315 10730 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b2a9e897e1e4b7b9ced432a63eb7eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:06.210825 10780 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: Bootstrap starting.
I20260630 12:15:06.217562 10781 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: Bootstrap starting.
I20260630 12:15:06.217723 10780 tablet_bootstrap.cc:654] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:06.225569 10781 tablet_bootstrap.cc:654] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:06.225871 10782 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Bootstrap starting.
I20260630 12:15:06.226364 10780 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: No bootstrap required, opened a new log
I20260630 12:15:06.226924 10780 ts_tablet_manager.cc:1403] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:15:06.229964 10781 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: No bootstrap required, opened a new log
I20260630 12:15:06.229943 10780 raft_consensus.cc:359] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.230561 10781 ts_tablet_manager.cc:1403] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:15:06.230808 10780 raft_consensus.cc:385] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:06.231178 10780 raft_consensus.cc:740] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 504324850f324358b1d67471289b3008, State: Initialized, Role: FOLLOWER
I20260630 12:15:06.231937 10780 consensus_queue.cc:260] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.232687 10782 tablet_bootstrap.cc:654] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:06.233438 10781 raft_consensus.cc:359] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.234122 10781 raft_consensus.cc:385] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:06.234447 10781 raft_consensus.cc:740] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cf594ab1d684deda462d5ab9300c33e, State: Initialized, Role: FOLLOWER
I20260630 12:15:06.235353 10781 consensus_queue.cc:260] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.240943 10691 heartbeater.cc:499] Master 127.0.107.254:43323 was elected leader, sending a full tablet report...
I20260630 12:15:06.241601 10765 heartbeater.cc:499] Master 127.0.107.254:43323 was elected leader, sending a full tablet report...
I20260630 12:15:06.242128 10781 ts_tablet_manager.cc:1434] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.004s
I20260630 12:15:06.242494 10782 tablet_bootstrap.cc:492] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: No bootstrap required, opened a new log
I20260630 12:15:06.242987 10782 ts_tablet_manager.cc:1403] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.006s
I20260630 12:15:06.243993 10780 ts_tablet_manager.cc:1434] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.010s
I20260630 12:15:06.245832 10782 raft_consensus.cc:359] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.246436 10782 raft_consensus.cc:385] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:06.246665 10782 raft_consensus.cc:740] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aded9c00e534cab8291f6dde48b94a7, State: Initialized, Role: FOLLOWER
I20260630 12:15:06.247394 10782 consensus_queue.cc:260] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.249651 10616 heartbeater.cc:499] Master 127.0.107.254:43323 was elected leader, sending a full tablet report...
I20260630 12:15:06.252012 10782 ts_tablet_manager.cc:1434] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:15:06.273725 10788 raft_consensus.cc:493] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:06.274145 10788 raft_consensus.cc:515] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.276178 10788 leader_election.cc:290] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 504324850f324358b1d67471289b3008 (127.0.107.194:39901), 0cf594ab1d684deda462d5ab9300c33e (127.0.107.195:38739)
I20260630 12:15:06.285301 10666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b2a9e897e1e4b7b9ced432a63eb7eff" candidate_uuid: "7aded9c00e534cab8291f6dde48b94a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "504324850f324358b1d67471289b3008" is_pre_election: true
I20260630 12:15:06.285961 10666 raft_consensus.cc:2468] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7aded9c00e534cab8291f6dde48b94a7 in term 0.
I20260630 12:15:06.286526 10740 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b2a9e897e1e4b7b9ced432a63eb7eff" candidate_uuid: "7aded9c00e534cab8291f6dde48b94a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cf594ab1d684deda462d5ab9300c33e" is_pre_election: true
I20260630 12:15:06.287106 10554 leader_election.cc:304] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 504324850f324358b1d67471289b3008, 7aded9c00e534cab8291f6dde48b94a7; no voters: 
I20260630 12:15:06.287243 10740 raft_consensus.cc:2468] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7aded9c00e534cab8291f6dde48b94a7 in term 0.
I20260630 12:15:06.287968 10788 raft_consensus.cc:2804] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:06.288317 10788 raft_consensus.cc:493] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:06.288733 10788 raft_consensus.cc:3060] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:06.294358 10788 raft_consensus.cc:515] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.295912 10788 leader_election.cc:290] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [CANDIDATE]: Term 1 election: Requested vote from peers 504324850f324358b1d67471289b3008 (127.0.107.194:39901), 0cf594ab1d684deda462d5ab9300c33e (127.0.107.195:38739)
I20260630 12:15:06.296694 10666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b2a9e897e1e4b7b9ced432a63eb7eff" candidate_uuid: "7aded9c00e534cab8291f6dde48b94a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "504324850f324358b1d67471289b3008"
I20260630 12:15:06.296893 10740 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b2a9e897e1e4b7b9ced432a63eb7eff" candidate_uuid: "7aded9c00e534cab8291f6dde48b94a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cf594ab1d684deda462d5ab9300c33e"
I20260630 12:15:06.297214 10666 raft_consensus.cc:3060] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:06.297438 10740 raft_consensus.cc:3060] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:06.302331 10666 raft_consensus.cc:2468] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7aded9c00e534cab8291f6dde48b94a7 in term 1.
I20260630 12:15:06.302412 10740 raft_consensus.cc:2468] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7aded9c00e534cab8291f6dde48b94a7 in term 1.
I20260630 12:15:06.303457 10554 leader_election.cc:304] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 504324850f324358b1d67471289b3008, 7aded9c00e534cab8291f6dde48b94a7; no voters: 
I20260630 12:15:06.304136 10788 raft_consensus.cc:2804] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:06.304929 10788 raft_consensus.cc:697] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 LEADER]: Becoming Leader. State: Replica: 7aded9c00e534cab8291f6dde48b94a7, State: Running, Role: LEADER
I20260630 12:15:06.305572 10788 consensus_queue.cc:237] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } }
I20260630 12:15:06.312330 10486 catalog_manager.cc:5697] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7aded9c00e534cab8291f6dde48b94a7 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7aded9c00e534cab8291f6dde48b94a7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "504324850f324358b1d67471289b3008" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7aded9c00e534cab8291f6dde48b94a7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cf594ab1d684deda462d5ab9300c33e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38739 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:06.352216   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:06.368666   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:06.369488   431 tablet_replica.cc:333] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: stopping tablet replica
I20260630 12:15:06.370015   431 raft_consensus.cc:2243] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:06.370656   431 pending_rounds.cc:70] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Trying to abort 1 pending ops.
I20260630 12:15:06.370858   431 pending_rounds.cc:77] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437709034262528 op_type: NO_OP noop_request { }
I20260630 12:15:06.371142   431 raft_consensus.cc:2889] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:15:06.371433   431 raft_consensus.cc:2272] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 7aded9c00e534cab8291f6dde48b94a7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:06.390842   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:06.400449   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:06.416330   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:06.417124   431 tablet_replica.cc:333] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008: stopping tablet replica
I20260630 12:15:06.417629   431 raft_consensus.cc:2243] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:06.418012   431 raft_consensus.cc:2272] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 504324850f324358b1d67471289b3008 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:06.436165   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:06.444759   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:06.459908   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:06.460693   431 tablet_replica.cc:333] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e: stopping tablet replica
I20260630 12:15:06.461187   431 raft_consensus.cc:2243] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:06.461570   431 raft_consensus.cc:2272] T 3b2a9e897e1e4b7b9ced432a63eb7eff P 0cf594ab1d684deda462d5ab9300c33e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:06.479635   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:06.488708   431 master.cc:562] Master@127.0.107.254:43323 shutting down...
I20260630 12:15:06.502779   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:06.503304   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:06.503671   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7eeeb0d0caa24351a5cba29c2bf4a9da: stopping tablet replica
I20260630 12:15:06.522121   431 master.cc:584] Master@127.0.107.254:43323 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (965 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:15:06.552717   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43087
I20260630 12:15:06.553761   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:06.558393 10792 instance_detector.cc: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:06.558538 10793 instance_detector.cc: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:06.560035 10795 instance_detector.cc: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:06.561285   431 server_base.cc:1061] running on GCE node
I20260630 12:15:06.562000   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:06.562182   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:06.562296   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821706562285 us; error 0 us; skew 500 ppm
I20260630 12:15:06.562744   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:06.565011   431 webserver.cc:533] Webserver started at http://127.0.107.254:46197/ using document root <none> and password file <none>
I20260630 12:15:06.565482   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:06.565646   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:06.565860   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:06.566850   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "caec5cbb28b54f7489ebcef1d8f187b6"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.571143   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:06.574390 10800 log_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:06.575151   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:06.575450   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "caec5cbb28b54f7489ebcef1d8f187b6"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.575695   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-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:06.591720   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:06.592717   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:06.625882   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43087
I20260630 12:15:06.625972 10851 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43087 every 8 connection(s)
I20260630 12:15:06.629590 10852 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:06.640230 10852 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6: Bootstrap starting.
I20260630 12:15:06.644507 10852 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:06.648407 10852 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6: No bootstrap required, opened a new log
I20260630 12:15:06.650432 10852 raft_consensus.cc:359] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER }
I20260630 12:15:06.650801 10852 raft_consensus.cc:385] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:06.651017 10852 raft_consensus.cc:740] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: caec5cbb28b54f7489ebcef1d8f187b6, State: Initialized, Role: FOLLOWER
I20260630 12:15:06.651643 10852 consensus_queue.cc:260] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER }
I20260630 12:15:06.652068 10852 raft_consensus.cc:399] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:06.652288 10852 raft_consensus.cc:493] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:06.652547 10852 raft_consensus.cc:3060] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:06.657162 10852 raft_consensus.cc:515] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER }
I20260630 12:15:06.657666 10852 leader_election.cc:304] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [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: caec5cbb28b54f7489ebcef1d8f187b6; no voters: 
I20260630 12:15:06.658797 10852 leader_election.cc:290] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:06.659137 10855 raft_consensus.cc:2804] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:06.660483 10855 raft_consensus.cc:697] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 1 LEADER]: Becoming Leader. State: Replica: caec5cbb28b54f7489ebcef1d8f187b6, State: Running, Role: LEADER
I20260630 12:15:06.661049 10855 consensus_queue.cc:237] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [LEADER]: Queue going to LEADER mode. State: All 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: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER }
I20260630 12:15:06.661509 10852 sys_catalog.cc:565] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:06.664171 10856 sys_catalog.cc:455] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER } }
I20260630 12:15:06.664897 10856 sys_catalog.cc:458] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:06.664302 10857 sys_catalog.cc:455] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader caec5cbb28b54f7489ebcef1d8f187b6. Latest consensus state: current_term: 1 leader_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "caec5cbb28b54f7489ebcef1d8f187b6" member_type: VOTER } }
I20260630 12:15:06.665726 10857 sys_catalog.cc:458] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:06.669471 10862 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:06.674266 10862 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:06.676414   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:06.682528 10862 catalog_manager.cc:1383] Generated new cluster ID: aa0eec4ee602443aa2fdb358cf05ed23
I20260630 12:15:06.682814 10862 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:06.694396 10862 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:06.695693 10862 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:06.707469 10862 catalog_manager.cc:6070] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6: Generated new TSK 0
I20260630 12:15:06.708065 10862 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:06.743038   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:06.748570 10873 instance_detector.cc: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:06.749498 10874 instance_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:06.751297   431 server_base.cc:1061] running on GCE node
W20260630 12:15:06.751716 10876 instance_detector.cc: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:06.752566   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:06.752769   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:06.752940   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821706752897 us; error 0 us; skew 500 ppm
I20260630 12:15:06.753410   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:06.755700   431 webserver.cc:533] Webserver started at http://127.0.107.193:41263/ using document root <none> and password file <none>
I20260630 12:15:06.756143   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:06.756314   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:06.756553   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:06.757586   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "873ce2ce8f4c405cbd73ec5a43fd4d95"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.762069   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:15:06.765429 10881 log_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:06.766170   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:06.766454   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "873ce2ce8f4c405cbd73ec5a43fd4d95"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.766727   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-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:06.777150   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:06.778223   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:06.779573   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:06.781697   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:06.781893   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.782141   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:06.782289   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.818128   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40715
I20260630 12:15:06.818238 10943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40715 every 8 connection(s)
I20260630 12:15:06.822696   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:06.829013 10948 instance_detector.cc: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:06.830996 10949 instance_detector.cc: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:06.834077 10951 instance_detector.cc: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:06.835289 10944 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43087
I20260630 12:15:06.835443   431 server_base.cc:1061] running on GCE node
I20260630 12:15:06.836043 10944 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:06.837357 10944 heartbeater.cc:507] Master 127.0.107.254:43087 requested a full tablet report, sending...
I20260630 12:15:06.838635   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:06.838899   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:06.839054   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821706839038 us; error 0 us; skew 500 ppm
I20260630 12:15:06.839617   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:06.839706 10817 ts_manager.cc:194] Registered new tserver with Master: 873ce2ce8f4c405cbd73ec5a43fd4d95 (127.0.107.193:40715)
I20260630 12:15:06.841670 10817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35616
I20260630 12:15:06.842161   431 webserver.cc:533] Webserver started at http://127.0.107.194:44639/ using document root <none> and password file <none>
I20260630 12:15:06.842681   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:06.842931   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:06.843190   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:06.844213   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "8c74e25a5dfc43c0b3ec6a5040401db8"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.848323   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:06.851492 10956 log_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:06.852248   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:06.852538   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "8c74e25a5dfc43c0b3ec6a5040401db8"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.852790   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-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:06.881332   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:06.882375   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:06.883852   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:06.886034   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:06.886210   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.886435   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:06.886575   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.922345   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44819
I20260630 12:15:06.922448 11018 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44819 every 8 connection(s)
I20260630 12:15:06.926913   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:06.932909 11022 instance_detector.cc: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:06.934798 11023 instance_detector.cc: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:06.937525 11025 instance_detector.cc: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:06.937901   431 server_base.cc:1061] running on GCE node
I20260630 12:15:06.938342 11019 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43087
I20260630 12:15:06.938838 11019 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:06.939376   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:06.939674   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:06.939778 11019 heartbeater.cc:507] Master 127.0.107.254:43087 requested a full tablet report, sending...
I20260630 12:15:06.939910   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821706939888 us; error 0 us; skew 500 ppm
I20260630 12:15:06.940694   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:06.942248 10817 ts_manager.cc:194] Registered new tserver with Master: 8c74e25a5dfc43c0b3ec6a5040401db8 (127.0.107.194:44819)
I20260630 12:15:06.943279   431 webserver.cc:533] Webserver started at http://127.0.107.195:34281/ using document root <none> and password file <none>
I20260630 12:15:06.943831   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:06.943774 10817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35620
I20260630 12:15:06.944240   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:06.944548   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:06.945695   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "12a54a4a3f4546bda65e1267fb4fc01a"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.950062   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:06.953240 11030 log_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:06.954036   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:06.954313   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "12a54a4a3f4546bda65e1267fb4fc01a"
format_stamp: "Formatted at 2026-06-30 12:15:06 on dist-test-slave-g2rq"
I20260630 12:15:06.954563   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-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:06.965276   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:06.966238   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:06.967607   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:06.969875   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:06.970072   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:06.970273   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:06.970418   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.005491   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35069
I20260630 12:15:07.005585 11092 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35069 every 8 connection(s)
I20260630 12:15:07.010044   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.016381 11096 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.017341 11097 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.019894 11099 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.020802 11093 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43087
I20260630 12:15:07.021234   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.021287 11093 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:07.022181   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:15:07.022244 11093 heartbeater.cc:507] Master 127.0.107.254:43087 requested a full tablet report, sending...
W20260630 12:15:07.022419   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.022701   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707022681 us; error 0 us; skew 500 ppm
I20260630 12:15:07.023353   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.024660 10817 ts_manager.cc:194] Registered new tserver with Master: 12a54a4a3f4546bda65e1267fb4fc01a (127.0.107.195:35069)
I20260630 12:15:07.026104   431 webserver.cc:533] Webserver started at http://127.0.107.196:46373/ using document root <none> and password file <none>
I20260630 12:15:07.026531 10817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35626
I20260630 12:15:07.026793   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.027072   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.027412   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.028520   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "77a6037d91a64f4fa7f81d8eea8141f7"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-g2rq"
I20260630 12:15:07.032567   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:07.035694 11104 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.036470   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:07.036777   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "77a6037d91a64f4fa7f81d8eea8141f7"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-g2rq"
I20260630 12:15:07.037063   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782821479742301-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:07.072266   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.073369   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:07.074512   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:07.076582   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:07.076759   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.076979   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:07.077126   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.113309   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42471
I20260630 12:15:07.113399 11166 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42471 every 8 connection(s)
I20260630 12:15:07.130169 11167 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43087
I20260630 12:15:07.130604 11167 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:07.131278 11167 heartbeater.cc:507] Master 127.0.107.254:43087 requested a full tablet report, sending...
I20260630 12:15:07.133266 10817 ts_manager.cc:194] Registered new tserver with Master: 77a6037d91a64f4fa7f81d8eea8141f7 (127.0.107.196:42471)
I20260630 12:15:07.133482   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.017323297s
I20260630 12:15:07.135082 10817 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35630
I20260630 12:15:07.158435 10817 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35642:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:15:07.194485 11132 tablet_service.cc:1511] Processing CreateTablet for tablet 12fac56e1a8741e889e84c99e98d5f86 (DEFAULT_TABLE table=test-workload [id=e64073a847c244ec859e0d4b46f914fe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:07.195945 11132 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12fac56e1a8741e889e84c99e98d5f86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:07.201414 10984 tablet_service.cc:1511] Processing CreateTablet for tablet 12fac56e1a8741e889e84c99e98d5f86 (DEFAULT_TABLE table=test-workload [id=e64073a847c244ec859e0d4b46f914fe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:07.202926 10984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12fac56e1a8741e889e84c99e98d5f86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:07.212240 11058 tablet_service.cc:1511] Processing CreateTablet for tablet 12fac56e1a8741e889e84c99e98d5f86 (DEFAULT_TABLE table=test-workload [id=e64073a847c244ec859e0d4b46f914fe]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:15:07.213335 11058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12fac56e1a8741e889e84c99e98d5f86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:07.216805 11182 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: Bootstrap starting.
I20260630 12:15:07.220813 11183 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: Bootstrap starting.
I20260630 12:15:07.223420 11182 tablet_bootstrap.cc:654] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:07.227121 11183 tablet_bootstrap.cc:654] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:07.229542 11182 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: No bootstrap required, opened a new log
I20260630 12:15:07.230154 11182 ts_tablet_manager.cc:1403] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:15:07.230878 11185 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Bootstrap starting.
I20260630 12:15:07.232685 11182 raft_consensus.cc:359] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.233448 11182 raft_consensus.cc:385] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:07.233676 11182 raft_consensus.cc:740] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77a6037d91a64f4fa7f81d8eea8141f7, State: Initialized, Role: FOLLOWER
I20260630 12:15:07.233815 11183 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: No bootstrap required, opened a new log
I20260630 12:15:07.234378 11183 ts_tablet_manager.cc:1403] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: Time spent bootstrapping tablet: real 0.014s	user 0.000s	sys 0.012s
I20260630 12:15:07.234476 11182 consensus_queue.cc:260] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.237346 11183 raft_consensus.cc:359] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.238212 11183 raft_consensus.cc:385] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:07.238571 11183 raft_consensus.cc:740] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c74e25a5dfc43c0b3ec6a5040401db8, State: Initialized, Role: FOLLOWER
I20260630 12:15:07.238734 11185 tablet_bootstrap.cc:654] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:07.239194 11167 heartbeater.cc:499] Master 127.0.107.254:43087 was elected leader, sending a full tablet report...
I20260630 12:15:07.239634 11183 consensus_queue.cc:260] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.241309 11182 ts_tablet_manager.cc:1434] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:15:07.242810 11019 heartbeater.cc:499] Master 127.0.107.254:43087 was elected leader, sending a full tablet report...
I20260630 12:15:07.243402 11183 ts_tablet_manager.cc:1434] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:15:07.247632 11185 tablet_bootstrap.cc:492] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: No bootstrap required, opened a new log
I20260630 12:15:07.248202 11185 ts_tablet_manager.cc:1403] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.007s
I20260630 12:15:07.251504 11185 raft_consensus.cc:359] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.252056 11185 raft_consensus.cc:385] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:07.252310 11185 raft_consensus.cc:740] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12a54a4a3f4546bda65e1267fb4fc01a, State: Initialized, Role: FOLLOWER
I20260630 12:15:07.252897 11185 consensus_queue.cc:260] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.255118 11093 heartbeater.cc:499] Master 127.0.107.254:43087 was elected leader, sending a full tablet report...
I20260630 12:15:07.255424 11185 ts_tablet_manager.cc:1434] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:07.570971 11190 raft_consensus.cc:493] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:07.571666 11190 raft_consensus.cc:515] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.573417 11187 raft_consensus.cc:493] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:07.573770 11190 leader_election.cc:290] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77a6037d91a64f4fa7f81d8eea8141f7 (127.0.107.196:42471), 8c74e25a5dfc43c0b3ec6a5040401db8 (127.0.107.194:44819)
I20260630 12:15:07.574072 11187 raft_consensus.cc:515] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.586300 11187 leader_election.cc:290] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c74e25a5dfc43c0b3ec6a5040401db8 (127.0.107.194:44819), 12a54a4a3f4546bda65e1267fb4fc01a (127.0.107.195:35069)
I20260630 12:15:07.592993 11142 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" is_pre_election: true
I20260630 12:15:07.593889 11142 raft_consensus.cc:2468] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12a54a4a3f4546bda65e1267fb4fc01a in term 0.
I20260630 12:15:07.595463 11034 leader_election.cc:304] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12a54a4a3f4546bda65e1267fb4fc01a, 77a6037d91a64f4fa7f81d8eea8141f7; no voters: 
I20260630 12:15:07.596513 11190 raft_consensus.cc:2804] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:07.596922 11190 raft_consensus.cc:493] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:07.597249 11190 raft_consensus.cc:3060] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:07.601701 10994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" is_pre_election: true
I20260630 12:15:07.602497 10994 raft_consensus.cc:2468] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 77a6037d91a64f4fa7f81d8eea8141f7 in term 0.
I20260630 12:15:07.603255 10993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" is_pre_election: true
I20260630 12:15:07.603731 11108 leader_election.cc:304] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 77a6037d91a64f4fa7f81d8eea8141f7, 8c74e25a5dfc43c0b3ec6a5040401db8; no voters: 
I20260630 12:15:07.603979 10993 raft_consensus.cc:2468] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12a54a4a3f4546bda65e1267fb4fc01a in term 0.
I20260630 12:15:07.604586 11187 raft_consensus.cc:2804] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:07.604979 11187 raft_consensus.cc:493] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:07.605307 11187 raft_consensus.cc:3060] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:07.605123 11068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" is_pre_election: true
I20260630 12:15:07.605886 11190 raft_consensus.cc:515] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.607085 11068 raft_consensus.cc:2393] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 77a6037d91a64f4fa7f81d8eea8141f7 in current term 1: Already voted for candidate 12a54a4a3f4546bda65e1267fb4fc01a in this term.
I20260630 12:15:07.608079 11190 leader_election.cc:290] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [CANDIDATE]: Term 1 election: Requested vote from peers 77a6037d91a64f4fa7f81d8eea8141f7 (127.0.107.196:42471), 8c74e25a5dfc43c0b3ec6a5040401db8 (127.0.107.194:44819)
I20260630 12:15:07.608996 11142 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77a6037d91a64f4fa7f81d8eea8141f7"
I20260630 12:15:07.609735 10993 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8"
I20260630 12:15:07.610293 10993 raft_consensus.cc:3060] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:07.612247 11187 raft_consensus.cc:515] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.613236 11142 raft_consensus.cc:2393] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 12a54a4a3f4546bda65e1267fb4fc01a in current term 1: Already voted for candidate 77a6037d91a64f4fa7f81d8eea8141f7 in this term.
I20260630 12:15:07.614621 11187 leader_election.cc:290] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [CANDIDATE]: Term 1 election: Requested vote from peers 8c74e25a5dfc43c0b3ec6a5040401db8 (127.0.107.194:44819), 12a54a4a3f4546bda65e1267fb4fc01a (127.0.107.195:35069)
I20260630 12:15:07.615557 11068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12a54a4a3f4546bda65e1267fb4fc01a"
I20260630 12:15:07.615562 10994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12fac56e1a8741e889e84c99e98d5f86" candidate_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8"
I20260630 12:15:07.616425 11068 raft_consensus.cc:2393] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 77a6037d91a64f4fa7f81d8eea8141f7 in current term 1: Already voted for candidate 12a54a4a3f4546bda65e1267fb4fc01a in this term.
I20260630 12:15:07.616434 10993 raft_consensus.cc:2468] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 12a54a4a3f4546bda65e1267fb4fc01a in term 1.
I20260630 12:15:07.617458 11107 leader_election.cc:304] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [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: 77a6037d91a64f4fa7f81d8eea8141f7; no voters: 12a54a4a3f4546bda65e1267fb4fc01a, 8c74e25a5dfc43c0b3ec6a5040401db8
I20260630 12:15:07.617642 11034 leader_election.cc:304] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [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: 12a54a4a3f4546bda65e1267fb4fc01a, 8c74e25a5dfc43c0b3ec6a5040401db8; no voters: 77a6037d91a64f4fa7f81d8eea8141f7
I20260630 12:15:07.618240 11187 raft_consensus.cc:2749] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:07.618436 11190 raft_consensus.cc:2804] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:07.619583 11190 raft_consensus.cc:697] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 LEADER]: Becoming Leader. State: Replica: 12a54a4a3f4546bda65e1267fb4fc01a, State: Running, Role: LEADER
I20260630 12:15:07.620230 11190 consensus_queue.cc:237] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } }
I20260630 12:15:07.626758 10817 catalog_manager.cc:5697] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a reported cstate change: term changed from 0 to 1, leader changed from <none> to 12a54a4a3f4546bda65e1267fb4fc01a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77a6037d91a64f4fa7f81d8eea8141f7" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8c74e25a5dfc43c0b3ec6a5040401db8" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12a54a4a3f4546bda65e1267fb4fc01a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35069 } health_report { overall_health: HEALTHY } } }
W20260630 12:15:07.699491   431 auto_rebalancer.cc:639] Failed to schedule move for tablet 12fac56e1a8741e889e84c99e98d5f86: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:15:07.700795   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:07.718439   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.733729   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:07.741539   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:07.760414   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.761035   431 tablet_replica.cc:333] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8: stopping tablet replica
I20260630 12:15:07.761559   431 raft_consensus.cc:2243] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.762075   431 raft_consensus.cc:2272] T 12fac56e1a8741e889e84c99e98d5f86 P 8c74e25a5dfc43c0b3ec6a5040401db8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.781070   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:07.789721   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:07.804275   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.804876   431 tablet_replica.cc:333] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: stopping tablet replica
I20260630 12:15:07.805342   431 raft_consensus.cc:2243] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.805938   431 pending_rounds.cc:70] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Trying to abort 1 pending ops.
I20260630 12:15:07.806114   431 pending_rounds.cc:77] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302437714418786304 op_type: NO_OP noop_request { }
I20260630 12:15:07.806360   431 raft_consensus.cc:2889] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:15:07.806617   431 raft_consensus.cc:2272] T 12fac56e1a8741e889e84c99e98d5f86 P 12a54a4a3f4546bda65e1267fb4fc01a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.826243   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:07.834822   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:07.850653   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:07.851347   431 tablet_replica.cc:333] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7: stopping tablet replica
I20260630 12:15:07.852018   431 raft_consensus.cc:2243] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:07.852430   431 raft_consensus.cc:2272] T 12fac56e1a8741e889e84c99e98d5f86 P 77a6037d91a64f4fa7f81d8eea8141f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.870698   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:07.879858   431 master.cc:562] Master@127.0.107.254:43087 shutting down...
I20260630 12:15:07.893561   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:07.894317   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:07.894711   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P caec5cbb28b54f7489ebcef1d8f187b6: stopping tablet replica
I20260630 12:15:07.903209   431 master.cc:584] Master@127.0.107.254:43087 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1382 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:15:07.935372   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43157
I20260630 12:15:07.936463   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:07.941351 11200 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.941672 11199 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:15:07.942577 11202 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:15:07.943264   431 server_base.cc:1061] running on GCE node
I20260630 12:15:07.944073   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:07.944242   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:15:07.944401   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821707944383 us; error 0 us; skew 500 ppm
I20260630 12:15:07.944897   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:07.947110   431 webserver.cc:533] Webserver started at http://127.0.107.254:39737/ using document root <none> and password file <none>
I20260630 12:15:07.947599   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:07.947760   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:07.948042   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:07.949049   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "b30c68f216604a698a55380553c6b144"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-g2rq"
I20260630 12:15:07.953405   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:15:07.956718 11207 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:07.957520   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:07.957780   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "b30c68f216604a698a55380553c6b144"
format_stamp: "Formatted at 2026-06-30 12:15:07 on dist-test-slave-g2rq"
I20260630 12:15:07.958050   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:15:07.974043   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:07.975018   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:08.009744   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43157
I20260630 12:15:08.009855 11258 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43157 every 8 connection(s)
I20260630 12:15:08.013500 11259 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:08.024605 11259 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144: Bootstrap starting.
I20260630 12:15:08.028718 11259 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:08.032513 11259 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144: No bootstrap required, opened a new log
I20260630 12:15:08.034416 11259 raft_consensus.cc:359] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b30c68f216604a698a55380553c6b144" member_type: VOTER }
I20260630 12:15:08.034792 11259 raft_consensus.cc:385] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:08.034991 11259 raft_consensus.cc:740] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b30c68f216604a698a55380553c6b144, State: Initialized, Role: FOLLOWER
I20260630 12:15:08.035575 11259 consensus_queue.cc:260] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b30c68f216604a698a55380553c6b144" member_type: VOTER }
I20260630 12:15:08.036001 11259 raft_consensus.cc:399] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:08.036206 11259 raft_consensus.cc:493] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:08.036441 11259 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:08.041065 11259 raft_consensus.cc:515] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b30c68f216604a698a55380553c6b144" member_type: VOTER }
I20260630 12:15:08.041564 11259 leader_election.cc:304] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [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: b30c68f216604a698a55380553c6b144; no voters: 
I20260630 12:15:08.042668 11259 leader_election.cc:290] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:08.043008 11262 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:08.044269 11262 raft_consensus.cc:697] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 1 LEADER]: Becoming Leader. State: Replica: b30c68f216604a698a55380553c6b144, State: Running, Role: LEADER
I20260630 12:15:08.044909 11262 consensus_queue.cc:237] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [LEADER]: Queue going to LEADER mode. State: All 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: "b30c68f216604a698a55380553c6b144" member_type: VOTER }
I20260630 12:15:08.045384 11259 sys_catalog.cc:565] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:08.047891 11263 sys_catalog.cc:455] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b30c68f216604a698a55380553c6b144" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b30c68f216604a698a55380553c6b144" member_type: VOTER } }
I20260630 12:15:08.047950 11264 sys_catalog.cc:455] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b30c68f216604a698a55380553c6b144. Latest consensus state: current_term: 1 leader_uuid: "b30c68f216604a698a55380553c6b144" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b30c68f216604a698a55380553c6b144" member_type: VOTER } }
I20260630 12:15:08.048836 11263 sys_catalog.cc:458] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:08.048830 11264 sys_catalog.cc:458] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:08.052248 11268 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:08.059530 11268 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:08.060447   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:08.068599 11268 catalog_manager.cc:1383] Generated new cluster ID: bd3c9ba2bcb7476e95f4001076e35d97
I20260630 12:15:08.068915 11268 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:08.100004 11268 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:08.101286 11268 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:08.114878 11268 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144: Generated new TSK 0
I20260630 12:15:08.115549 11268 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:08.126951   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:08.132563 11280 instance_detector.cc: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:08.133322 11281 instance_detector.cc: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:08.134706 11283 instance_detector.cc: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:08.134966   431 server_base.cc:1061] running on GCE node
I20260630 12:15:08.135852   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:08.136075   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:08.136242   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821708136228 us; error 0 us; skew 500 ppm
I20260630 12:15:08.136744   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:08.139046   431 webserver.cc:533] Webserver started at http://127.0.107.193:33397/ using document root <none> and password file <none>
I20260630 12:15:08.139547   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:08.139711   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:08.139981   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:08.141077   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "0930cba66dda4b9c95cfc02f72572b1f"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.145628   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:15:08.149134 11288 log_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:08.149940   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:08.150256   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "0930cba66dda4b9c95cfc02f72572b1f"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.150563   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-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:08.165438   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:08.166417   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:08.167780   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:08.169972   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:08.170159   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.170372   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:08.170533   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.207029   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33155
I20260630 12:15:08.207129 11350 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33155 every 8 connection(s)
I20260630 12:15:08.211846   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:08.218273 11355 instance_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:15:08.221274   431 server_base.cc:1061] running on GCE node
W20260630 12:15:08.221141 11356 instance_detector.cc: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:08.222553 11358 instance_detector.cc: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:08.223582   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:08.223861   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:08.224080   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821708224061 us; error 0 us; skew 500 ppm
I20260630 12:15:08.224316 11351 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43157
I20260630 12:15:08.224619   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:08.224694 11351 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:08.225597 11351 heartbeater.cc:507] Master 127.0.107.254:43157 requested a full tablet report, sending...
I20260630 12:15:08.227484   431 webserver.cc:533] Webserver started at http://127.0.107.194:36061/ using document root <none> and password file <none>
I20260630 12:15:08.227614 11224 ts_manager.cc:194] Registered new tserver with Master: 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155)
I20260630 12:15:08.228144   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:08.228435   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:08.228765   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:08.229513 11224 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52696
I20260630 12:15:08.229857   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "b20794c410344b48a052607e59aee3df"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.234201   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:08.237383 11363 log_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:08.238099   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:08.238368   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "b20794c410344b48a052607e59aee3df"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.238636   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-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:08.254499   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:08.255605   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:08.256903   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:08.259047   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:08.259253   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.259500   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:08.259629   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.296921   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43959
I20260630 12:15:08.297020 11425 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43959 every 8 connection(s)
I20260630 12:15:08.301519   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:08.308995 11429 instance_detector.cc: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:08.309366 11430 instance_detector.cc: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:08.312321 11432 instance_detector.cc: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:08.313511   431 server_base.cc:1061] running on GCE node
I20260630 12:15:08.313632 11426 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43157
I20260630 12:15:08.314102 11426 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:08.314411   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:08.314643   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:08.314798   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821708314780 us; error 0 us; skew 500 ppm
I20260630 12:15:08.314847 11426 heartbeater.cc:507] Master 127.0.107.254:43157 requested a full tablet report, sending...
I20260630 12:15:08.315516   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:08.316896 11224 ts_manager.cc:194] Registered new tserver with Master: b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:08.318146 11224 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52700
I20260630 12:15:08.320598   431 webserver.cc:533] Webserver started at http://127.0.107.195:45207/ using document root <none> and password file <none>
I20260630 12:15:08.321113   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:08.321295   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:08.321532   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:08.322505   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "cb7e0073be07430a91ac7c8cea695855"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.326824   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:08.329967 11437 log_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:08.330693   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:08.330974   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "cb7e0073be07430a91ac7c8cea695855"
format_stamp: "Formatted at 2026-06-30 12:15:08 on dist-test-slave-g2rq"
I20260630 12:15:08.331266   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-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:08.369771   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:08.371039   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:08.372709   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:08.374966   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:08.375167   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.375385   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:08.375523   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:08.411055   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44031
I20260630 12:15:08.411156 11499 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44031 every 8 connection(s)
I20260630 12:15:08.424605 11500 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43157
I20260630 12:15:08.425004 11500 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:08.425663 11500 heartbeater.cc:507] Master 127.0.107.254:43157 requested a full tablet report, sending...
I20260630 12:15:08.427529 11224 ts_manager.cc:194] Registered new tserver with Master: cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:08.427785   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013524275s
I20260630 12:15:08.428869 11224 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52702
I20260630 12:15:09.232095 11351 heartbeater.cc:499] Master 127.0.107.254:43157 was elected leader, sending a full tablet report...
I20260630 12:15:09.320833 11426 heartbeater.cc:499] Master 127.0.107.254:43157 was elected leader, sending a full tablet report...
I20260630 12:15:09.431494 11500 heartbeater.cc:499] Master 127.0.107.254:43157 was elected leader, sending a full tablet report...
I20260630 12:15:09.482625 11224 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52710:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:15:09.484706 11224 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:15:09.532735 11316 tablet_service.cc:1511] Processing CreateTablet for tablet 6138c217f6d54faf976ea4d820d3040d (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:09.534300 11316 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6138c217f6d54faf976ea4d820d3040d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.537186 11315 tablet_service.cc:1511] Processing CreateTablet for tablet 66a5f05799934754be43ce50563e6ff0 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:09.538827 11315 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66a5f05799934754be43ce50563e6ff0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.545264 11391 tablet_service.cc:1511] Processing CreateTablet for tablet 6138c217f6d54faf976ea4d820d3040d (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:09.546932 11391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6138c217f6d54faf976ea4d820d3040d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.548432 11314 tablet_service.cc:1511] Processing CreateTablet for tablet 290353b16a2f47ec8a692cfa70275bc7 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:09.549834 11314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 290353b16a2f47ec8a692cfa70275bc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.551544 11389 tablet_service.cc:1511] Processing CreateTablet for tablet 290353b16a2f47ec8a692cfa70275bc7 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:09.552902 11389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 290353b16a2f47ec8a692cfa70275bc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.560705 11313 tablet_service.cc:1511] Processing CreateTablet for tablet 0c5a36cb676f45e99207f35bf949abfe (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:09.562101 11313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c5a36cb676f45e99207f35bf949abfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.562748 11388 tablet_service.cc:1511] Processing CreateTablet for tablet 0c5a36cb676f45e99207f35bf949abfe (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:09.549911 11390 tablet_service.cc:1511] Processing CreateTablet for tablet 66a5f05799934754be43ce50563e6ff0 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:09.564093 11388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c5a36cb676f45e99207f35bf949abfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.564787 11390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66a5f05799934754be43ce50563e6ff0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.577637 11465 tablet_service.cc:1511] Processing CreateTablet for tablet 6138c217f6d54faf976ea4d820d3040d (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:15:09.579056 11465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6138c217f6d54faf976ea4d820d3040d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.583303 11464 tablet_service.cc:1511] Processing CreateTablet for tablet 66a5f05799934754be43ce50563e6ff0 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:15:09.584643 11464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66a5f05799934754be43ce50563e6ff0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.588279 11462 tablet_service.cc:1511] Processing CreateTablet for tablet 0c5a36cb676f45e99207f35bf949abfe (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:15:09.589644 11462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c5a36cb676f45e99207f35bf949abfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.592679 11520 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: Bootstrap starting.
I20260630 12:15:09.592411 11463 tablet_service.cc:1511] Processing CreateTablet for tablet 290353b16a2f47ec8a692cfa70275bc7 (DEFAULT_TABLE table=test-workload [id=d7e2bf30feaa42dea536713c31045d95]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:15:09.593866 11463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 290353b16a2f47ec8a692cfa70275bc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:09.598796 11520 tablet_bootstrap.cc:654] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.600414 11521 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: Bootstrap starting.
I20260630 12:15:09.606518 11521 tablet_bootstrap.cc:654] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.617936 11523 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: Bootstrap starting.
I20260630 12:15:09.619458 11521 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: No bootstrap required, opened a new log
I20260630 12:15:09.620018 11521 ts_tablet_manager.cc:1403] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.000s
I20260630 12:15:09.622694 11521 raft_consensus.cc:359] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.623405 11521 raft_consensus.cc:385] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.623680 11521 raft_consensus.cc:740] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b20794c410344b48a052607e59aee3df, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.624368 11521 consensus_queue.cc:260] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.627159 11520 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: No bootstrap required, opened a new log
I20260630 12:15:09.627715 11523 tablet_bootstrap.cc:654] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.627744 11520 ts_tablet_manager.cc:1403] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: Time spent bootstrapping tablet: real 0.035s	user 0.010s	sys 0.018s
I20260630 12:15:09.630781 11520 raft_consensus.cc:359] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.631614 11520 raft_consensus.cc:385] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.631922 11520 raft_consensus.cc:740] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0930cba66dda4b9c95cfc02f72572b1f, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.632694 11520 consensus_queue.cc:260] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.634050 11521 ts_tablet_manager.cc:1434] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:15:09.635143 11521 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: Bootstrap starting.
I20260630 12:15:09.635919 11523 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: No bootstrap required, opened a new log
I20260630 12:15:09.636552 11523 ts_tablet_manager.cc:1403] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.002s
I20260630 12:15:09.639788 11523 raft_consensus.cc:359] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.640668 11523 raft_consensus.cc:385] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.641158 11521 tablet_bootstrap.cc:654] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.643107 11520 ts_tablet_manager.cc:1434] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.008s
I20260630 12:15:09.644236 11520 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: Bootstrap starting.
I20260630 12:15:09.641016 11523 raft_consensus.cc:740] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb7e0073be07430a91ac7c8cea695855, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.645522 11523 consensus_queue.cc:260] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.650288 11520 tablet_bootstrap.cc:654] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.655964 11523 ts_tablet_manager.cc:1434] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.007s
I20260630 12:15:09.657369 11523 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: Bootstrap starting.
I20260630 12:15:09.657727 11521 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: No bootstrap required, opened a new log
I20260630 12:15:09.658260 11521 ts_tablet_manager.cc:1403] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.011s
I20260630 12:15:09.661264 11521 raft_consensus.cc:359] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.662653 11521 raft_consensus.cc:385] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.663010 11521 raft_consensus.cc:740] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b20794c410344b48a052607e59aee3df, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.663089 11523 tablet_bootstrap.cc:654] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.663986 11521 consensus_queue.cc:260] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.666486 11521 ts_tablet_manager.cc:1434] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:15:09.667495 11521 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Bootstrap starting.
I20260630 12:15:09.667533 11520 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: No bootstrap required, opened a new log
I20260630 12:15:09.668305 11520 ts_tablet_manager.cc:1403] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.007s
I20260630 12:15:09.671558 11520 raft_consensus.cc:359] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.672330 11520 raft_consensus.cc:385] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.672649 11520 raft_consensus.cc:740] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0930cba66dda4b9c95cfc02f72572b1f, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.673820 11521 tablet_bootstrap.cc:654] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.673535 11520 consensus_queue.cc:260] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.674476 11523 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: No bootstrap required, opened a new log
I20260630 12:15:09.675048 11523 ts_tablet_manager.cc:1403] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.011s
I20260630 12:15:09.675720 11520 ts_tablet_manager.cc:1434] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:15:09.676785 11520 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: Bootstrap starting.
I20260630 12:15:09.677882 11523 raft_consensus.cc:359] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.678785 11523 raft_consensus.cc:385] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.679124 11523 raft_consensus.cc:740] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb7e0073be07430a91ac7c8cea695855, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.680135 11523 consensus_queue.cc:260] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.682868 11523 ts_tablet_manager.cc:1434] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:09.683553 11520 tablet_bootstrap.cc:654] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.684047 11523 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Bootstrap starting.
I20260630 12:15:09.690732 11523 tablet_bootstrap.cc:654] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.693933 11521 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: No bootstrap required, opened a new log
I20260630 12:15:09.694619 11521 ts_tablet_manager.cc:1403] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Time spent bootstrapping tablet: real 0.027s	user 0.019s	sys 0.007s
I20260630 12:15:09.696455 11520 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: No bootstrap required, opened a new log
I20260630 12:15:09.697041 11520 ts_tablet_manager.cc:1403] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: Time spent bootstrapping tablet: real 0.020s	user 0.000s	sys 0.018s
I20260630 12:15:09.697326 11521 raft_consensus.cc:359] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.698083 11521 raft_consensus.cc:385] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.698415 11521 raft_consensus.cc:740] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b20794c410344b48a052607e59aee3df, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.699188 11521 consensus_queue.cc:260] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.700640 11529 raft_consensus.cc:493] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:09.701363 11521 ts_tablet_manager.cc:1434] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:15:09.701134 11529 raft_consensus.cc:515] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.702445 11521 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: Bootstrap starting.
I20260630 12:15:09.703882 11529 leader_election.cc:290] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:09.708799 11521 tablet_bootstrap.cc:654] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.700137 11520 raft_consensus.cc:359] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.713243 11520 raft_consensus.cc:385] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.713698 11520 raft_consensus.cc:740] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0930cba66dda4b9c95cfc02f72572b1f, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.714893 11520 consensus_queue.cc:260] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.720613 11520 ts_tablet_manager.cc:1434] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.001s
I20260630 12:15:09.721051 11521 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: No bootstrap required, opened a new log
I20260630 12:15:09.721668 11521 ts_tablet_manager.cc:1403] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:15:09.721864 11520 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Bootstrap starting.
I20260630 12:15:09.722527 11525 raft_consensus.cc:493] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:09.723055 11525 raft_consensus.cc:515] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.724862 11521 raft_consensus.cc:359] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.725682 11521 raft_consensus.cc:385] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.725998 11521 raft_consensus.cc:740] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b20794c410344b48a052607e59aee3df, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.726788 11521 consensus_queue.cc:260] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.728921 11520 tablet_bootstrap.cc:654] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.734313 11521 ts_tablet_manager.cc:1434] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.004s
I20260630 12:15:09.737352 11525 leader_election.cc:290] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.741021 11520 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: No bootstrap required, opened a new log
I20260630 12:15:09.741631 11520 ts_tablet_manager.cc:1403] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260630 12:15:09.744911 11520 raft_consensus.cc:359] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.746021 11520 raft_consensus.cc:385] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.746418 11520 raft_consensus.cc:740] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0930cba66dda4b9c95cfc02f72572b1f, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.747445 11520 consensus_queue.cc:260] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.750174 11520 ts_tablet_manager.cc:1434] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:15:09.752462 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66a5f05799934754be43ce50563e6ff0" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f" is_pre_election: true
I20260630 12:15:09.753258 11326 raft_consensus.cc:2468] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb7e0073be07430a91ac7c8cea695855 in term 0.
I20260630 12:15:09.753666 11523 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: No bootstrap required, opened a new log
I20260630 12:15:09.754781 11523 ts_tablet_manager.cc:1403] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Time spent bootstrapping tablet: real 0.070s	user 0.021s	sys 0.024s
I20260630 12:15:09.755110 11401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66a5f05799934754be43ce50563e6ff0" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b20794c410344b48a052607e59aee3df" is_pre_election: true
I20260630 12:15:09.755223 11441 leader_election.cc:304] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, cb7e0073be07430a91ac7c8cea695855; no voters: 
I20260630 12:15:09.755997 11401 raft_consensus.cc:2468] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb7e0073be07430a91ac7c8cea695855 in term 0.
I20260630 12:15:09.756306 11529 raft_consensus.cc:2804] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:09.756726 11529 raft_consensus.cc:493] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:09.757045 11529 raft_consensus.cc:3060] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.757871 11523 raft_consensus.cc:359] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.759660 11523 raft_consensus.cc:385] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.760505 11523 raft_consensus.cc:740] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb7e0073be07430a91ac7c8cea695855, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.761487 11525 raft_consensus.cc:493] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:09.761360 11523 consensus_queue.cc:260] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.761969 11525 raft_consensus.cc:515] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.764483 11525 leader_election.cc:290] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.769135 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f" is_pre_election: true
I20260630 12:15:09.769335 11529 raft_consensus.cc:515] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.769963 11326 raft_consensus.cc:2468] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 0.
I20260630 12:15:09.771087 11325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c5a36cb676f45e99207f35bf949abfe" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f" is_pre_election: true
I20260630 12:15:09.771539 11367 leader_election.cc:304] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df; no voters: 
I20260630 12:15:09.771909 11325 raft_consensus.cc:2468] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 0.
I20260630 12:15:09.772369 11525 raft_consensus.cc:2804] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:09.772902 11525 raft_consensus.cc:493] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:09.773216 11525 raft_consensus.cc:3060] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.774634 11367 leader_election.cc:304] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df; no voters: 
I20260630 12:15:09.775671 11539 raft_consensus.cc:2804] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:09.776003 11529 leader_election.cc:290] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [CANDIDATE]: Term 1 election: Requested vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:09.776073 11539 raft_consensus.cc:493] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:09.776693 11539 raft_consensus.cc:3060] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.777460 11474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c5a36cb676f45e99207f35bf949abfe" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855" is_pre_election: true
I20260630 12:15:09.778138 11474 raft_consensus.cc:2468] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 0.
I20260630 12:15:09.776881 11475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855" is_pre_election: true
W20260630 12:15:09.780952 11365 leader_election.cc:343] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:09.772374 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66a5f05799934754be43ce50563e6ff0" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f"
I20260630 12:15:09.784075 11326 raft_consensus.cc:3060] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.784888 11523 ts_tablet_manager.cc:1434] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Time spent starting tablet: real 0.030s	user 0.008s	sys 0.019s
I20260630 12:15:09.784695 11539 raft_consensus.cc:515] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.786511 11401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66a5f05799934754be43ce50563e6ff0" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b20794c410344b48a052607e59aee3df"
I20260630 12:15:09.787065 11401 raft_consensus.cc:3060] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.787978 11525 raft_consensus.cc:515] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.788461 11325 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c5a36cb676f45e99207f35bf949abfe" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f"
I20260630 12:15:09.789080 11325 raft_consensus.cc:3060] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.789966 11525 leader_election.cc:290] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Requested vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.790851 11523 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: Bootstrap starting.
I20260630 12:15:09.792137 11326 raft_consensus.cc:2468] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb7e0073be07430a91ac7c8cea695855 in term 1.
I20260630 12:15:09.793303 11441 leader_election.cc:304] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, cb7e0073be07430a91ac7c8cea695855; no voters: 
I20260630 12:15:09.794158 11543 raft_consensus.cc:2804] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:09.794797 11543 raft_consensus.cc:697] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 LEADER]: Becoming Leader. State: Replica: cb7e0073be07430a91ac7c8cea695855, State: Running, Role: LEADER
I20260630 12:15:09.795686 11543 consensus_queue.cc:237] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.796954 11523 tablet_bootstrap.cc:654] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:09.797534 11325 raft_consensus.cc:2468] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 1.
I20260630 12:15:09.797593 11475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855"
I20260630 12:15:09.804893 11367 leader_election.cc:304] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df; no voters: 
I20260630 12:15:09.805642 11525 raft_consensus.cc:2804] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:15:09.805984 11365 leader_election.cc:343] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:09.794087 11401 raft_consensus.cc:2468] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb7e0073be07430a91ac7c8cea695855 in term 1.
I20260630 12:15:09.808267 11525 raft_consensus.cc:697] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Becoming Leader. State: Replica: b20794c410344b48a052607e59aee3df, State: Running, Role: LEADER
I20260630 12:15:09.809182 11525 consensus_queue.cc:237] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.799677 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f"
I20260630 12:15:09.801398 11474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c5a36cb676f45e99207f35bf949abfe" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855"
I20260630 12:15:09.801872 11539 leader_election.cc:290] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Requested vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.813896 11474 raft_consensus.cc:3060] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.816361 11326 raft_consensus.cc:3060] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.816322 11223 catalog_manager.cc:5697] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 reported cstate change: term changed from 0 to 1, leader changed from <none> to cb7e0073be07430a91ac7c8cea695855 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "cb7e0073be07430a91ac7c8cea695855" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:09.821866 11474 raft_consensus.cc:2468] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 1.
I20260630 12:15:09.822485 11326 raft_consensus.cc:2468] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 1.
I20260630 12:15:09.824461 11523 tablet_bootstrap.cc:492] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: No bootstrap required, opened a new log
I20260630 12:15:09.825017 11523 ts_tablet_manager.cc:1403] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: Time spent bootstrapping tablet: real 0.034s	user 0.007s	sys 0.017s
I20260630 12:15:09.825117 11367 leader_election.cc:304] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [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: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df; no voters: cb7e0073be07430a91ac7c8cea695855
I20260630 12:15:09.822522 11539 raft_consensus.cc:493] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:09.826578 11539 raft_consensus.cc:515] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.827894 11523 raft_consensus.cc:359] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.828549 11525 raft_consensus.cc:2804] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:09.828755 11523 raft_consensus.cc:385] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:09.827934 11224 catalog_manager.cc:5697] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df reported cstate change: term changed from 0 to 1, leader changed from <none> to b20794c410344b48a052607e59aee3df (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:09.829203 11523 raft_consensus.cc:740] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb7e0073be07430a91ac7c8cea695855, State: Initialized, Role: FOLLOWER
I20260630 12:15:09.829649 11539 leader_election.cc:290] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.830430 11474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "290353b16a2f47ec8a692cfa70275bc7" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855" is_pre_election: true
I20260630 12:15:09.829144 11525 raft_consensus.cc:697] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Becoming Leader. State: Replica: b20794c410344b48a052607e59aee3df, State: Running, Role: LEADER
I20260630 12:15:09.830353 11523 consensus_queue.cc:260] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.831385 11474 raft_consensus.cc:2468] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 0.
I20260630 12:15:09.831710 11525 consensus_queue.cc:237] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:09.832548 11365 leader_election.cc:304] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b20794c410344b48a052607e59aee3df, cb7e0073be07430a91ac7c8cea695855; no voters: 
I20260630 12:15:09.834488 11523 ts_tablet_manager.cc:1434] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.004s
I20260630 12:15:09.834888 11539 raft_consensus.cc:2804] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:09.835276 11539 raft_consensus.cc:493] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:09.830612 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "290353b16a2f47ec8a692cfa70275bc7" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f" is_pre_election: true
I20260630 12:15:09.835680 11539 raft_consensus.cc:3060] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.835913 11326 raft_consensus.cc:2468] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 0.
I20260630 12:15:09.841725 11539 raft_consensus.cc:515] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.844334 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "290353b16a2f47ec8a692cfa70275bc7" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f"
I20260630 12:15:09.844633 11474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "290353b16a2f47ec8a692cfa70275bc7" candidate_uuid: "b20794c410344b48a052607e59aee3df" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb7e0073be07430a91ac7c8cea695855"
I20260630 12:15:09.844987 11326 raft_consensus.cc:3060] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.845471 11474 raft_consensus.cc:3060] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:09.845188 11539 leader_election.cc:290] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Requested vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:09.851153 11224 catalog_manager.cc:5697] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df reported cstate change: term changed from 0 to 1, leader changed from <none> to b20794c410344b48a052607e59aee3df (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:09.851909 11326 raft_consensus.cc:2468] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 1.
I20260630 12:15:09.852705 11474 raft_consensus.cc:2468] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b20794c410344b48a052607e59aee3df in term 1.
I20260630 12:15:09.853011 11367 leader_election.cc:304] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df; no voters: 
I20260630 12:15:09.853855 11525 raft_consensus.cc:2804] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:09.854228 11525 raft_consensus.cc:697] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Becoming Leader. State: Replica: b20794c410344b48a052607e59aee3df, State: Running, Role: LEADER
I20260630 12:15:09.854923 11525 consensus_queue.cc:237] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } }
I20260630 12:15:09.863211 11224 catalog_manager.cc:5697] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df reported cstate change: term changed from 0 to 1, leader changed from <none> to b20794c410344b48a052607e59aee3df (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:10.006309 11543 raft_consensus.cc:493] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:10.006925 11543 raft_consensus.cc:515] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } }
I20260630 12:15:10.009148 11543 leader_election.cc:290] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155), b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:10.009989 11326 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0930cba66dda4b9c95cfc02f72572b1f" is_pre_election: true
I20260630 12:15:10.010246 11401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6138c217f6d54faf976ea4d820d3040d" candidate_uuid: "cb7e0073be07430a91ac7c8cea695855" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b20794c410344b48a052607e59aee3df" is_pre_election: true
I20260630 12:15:10.010965 11326 raft_consensus.cc:2393] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate cb7e0073be07430a91ac7c8cea695855 in current term 1: Already voted for candidate b20794c410344b48a052607e59aee3df in this term.
I20260630 12:15:10.012002 11441 leader_election.cc:304] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [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: cb7e0073be07430a91ac7c8cea695855; no voters: 0930cba66dda4b9c95cfc02f72572b1f, b20794c410344b48a052607e59aee3df
I20260630 12:15:10.012785 11543 raft_consensus.cc:3060] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:10.019441 11543 raft_consensus.cc:2749] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:10.263120 11525 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:10.277182 11539 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:10.290629 11543 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" 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:15:10.301151 11543 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:10.333576 11539 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:10.343660 11539 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:10.392300 11539 consensus_queue.cc:1048] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:10.402263 11539 consensus_queue.cc:1048] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:16.904124   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:16.911312 11566 instance_detector.cc: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:16.911419 11567 instance_detector.cc: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:16.912688 11569 instance_detector.cc: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:16.914047   431 server_base.cc:1061] running on GCE node
I20260630 12:15:16.915549   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:16.915783   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:16.915978   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821716915947 us; error 0 us; skew 500 ppm
I20260630 12:15:16.916534   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:16.919137   431 webserver.cc:533] Webserver started at http://127.0.107.196:42687/ using document root <none> and password file <none>
I20260630 12:15:16.919667   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:16.919871   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:16.920171   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:16.921586   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "87be6a6833f544c0919981eb8f92f034"
format_stamp: "Formatted at 2026-06-30 12:15:16 on dist-test-slave-g2rq"
I20260630 12:15:16.926241   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:16.929728 11574 log_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:16.930433   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260630 12:15:16.930730   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "87be6a6833f544c0919981eb8f92f034"
format_stamp: "Formatted at 2026-06-30 12:15:16 on dist-test-slave-g2rq"
I20260630 12:15:16.930992   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-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:16.950234   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:16.951532   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:16.953033   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:16.955581   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:16.955797   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:16.956027   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:16.956187   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:16.998684   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39257
I20260630 12:15:16.998785 11636 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39257 every 8 connection(s)
I20260630 12:15:17.019996 11637 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43157
I20260630 12:15:17.020460 11637 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:17.021286 11637 heartbeater.cc:507] Master 127.0.107.254:43157 requested a full tablet report, sending...
I20260630 12:15:17.023608 11224 ts_manager.cc:194] Registered new tserver with Master: 87be6a6833f544c0919981eb8f92f034 (127.0.107.196:39257)
I20260630 12:15:17.025017 11224 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56006
W20260630 12:15:17.108296 11272 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table d7e2bf30feaa42dea536713c31045d95: could not find any suitable replica to move from server b20794c410344b48a052607e59aee3df to server 87be6a6833f544c0919981eb8f92f034
I20260630 12:15:18.027668 11637 heartbeater.cc:499] Master 127.0.107.254:43157 was elected leader, sending a full tablet report...
I20260630 12:15:18.129694 11474 consensus_queue.cc:237] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.138363 11401 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:18.139562 11326 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:18.140162 11557 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" 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.001s
I20260630 12:15:18.141304 11644 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:15:18.153059 11441 consensus_peers.cc:597] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 -> Peer 87be6a6833f544c0919981eb8f92f034 (127.0.107.196:39257): Couldn't send request to peer 87be6a6833f544c0919981eb8f92f034. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 66a5f05799934754be43ce50563e6ff0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:18.155912 11644 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.157014 11401 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.157758 11326 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.171072 11224 catalog_manager.cc:5697] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df reported cstate change: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "cb7e0073be07430a91ac7c8cea695855" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.192041 11401 consensus_queue.cc:237] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.201843 11474 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:18.203881 11565 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:15:18.208316 11326 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:18.209731 11657 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } 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:18.212993 11565 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.214849 11474 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
W20260630 12:15:18.221978 11367 consensus_peers.cc:597] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df -> Peer 87be6a6833f544c0919981eb8f92f034 (127.0.107.196:39257): Couldn't send request to peer 87be6a6833f544c0919981eb8f92f034. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0c5a36cb676f45e99207f35bf949abfe. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:18.225502 11326 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.230765 11223 catalog_manager.cc:5697] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 reported cstate change: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.234625 11401 consensus_queue.cc:237] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
W20260630 12:15:18.243930 11367 consensus_peers.cc:597] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df -> Peer 87be6a6833f544c0919981eb8f92f034 (127.0.107.196:39257): Couldn't send request to peer 87be6a6833f544c0919981eb8f92f034. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 290353b16a2f47ec8a692cfa70275bc7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:18.245478 11474 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:18.246693 11326 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:18.247097 11657 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } 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:18.248174 11565 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:15:18.256767 11565 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.258237 11474 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.258440 11326 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.271025 11222 catalog_manager.cc:5697] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f reported cstate change: config changed from index -1 to 2, NON_VOTER 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } } }
I20260630 12:15:18.621680 11665 ts_tablet_manager.cc:933] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: Initiating tablet copy from peer cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031)
I20260630 12:15:18.623538 11665 tablet_copy_client.cc:323] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:44031
I20260630 12:15:18.634313 11485 tablet_copy_service.cc:140] P cb7e0073be07430a91ac7c8cea695855: Received BeginTabletCopySession request for tablet 66a5f05799934754be43ce50563e6ff0 from peer 87be6a6833f544c0919981eb8f92f034 ({username='slave'} at 127.0.0.1:41834)
I20260630 12:15:18.634963 11485 tablet_copy_service.cc:161] P cb7e0073be07430a91ac7c8cea695855: Beginning new tablet copy session on tablet 66a5f05799934754be43ce50563e6ff0 from peer 87be6a6833f544c0919981eb8f92f034 at {username='slave'} at 127.0.0.1:41834: session id = 87be6a6833f544c0919981eb8f92f034-66a5f05799934754be43ce50563e6ff0
I20260630 12:15:18.641541 11485 tablet_copy_source_session.cc:215] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:18.644327 11665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66a5f05799934754be43ce50563e6ff0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.656076 11665 tablet_copy_client.cc:806] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:18.656656 11665 tablet_copy_client.cc:670] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:18.659986 11665 tablet_copy_client.cc:538] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:18.666004 11665 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: Bootstrap starting.
I20260630 12:15:18.682087 11665 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: 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:18.682821 11665 tablet_bootstrap.cc:492] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: Bootstrap complete.
I20260630 12:15:18.683497 11665 ts_tablet_manager.cc:1403] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260630 12:15:18.685730 11665 raft_consensus.cc:359] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.686337 11665 raft_consensus.cc:740] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 87be6a6833f544c0919981eb8f92f034, State: Initialized, Role: LEARNER
I20260630 12:15:18.686870 11665 consensus_queue.cc:260] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.689349 11665 ts_tablet_manager.cc:1434] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:15:18.691401 11485 tablet_copy_service.cc:342] P cb7e0073be07430a91ac7c8cea695855: Request end of tablet copy session 87be6a6833f544c0919981eb8f92f034-66a5f05799934754be43ce50563e6ff0 received from {username='slave'} at 127.0.0.1:41834
I20260630 12:15:18.691874 11485 tablet_copy_service.cc:434] P cb7e0073be07430a91ac7c8cea695855: ending tablet copy session 87be6a6833f544c0919981eb8f92f034-66a5f05799934754be43ce50563e6ff0 on tablet 66a5f05799934754be43ce50563e6ff0 with peer 87be6a6833f544c0919981eb8f92f034
I20260630 12:15:18.738580 11665 ts_tablet_manager.cc:933] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: Initiating tablet copy from peer b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:18.740249 11665 tablet_copy_client.cc:323] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43959
I20260630 12:15:18.750095 11411 tablet_copy_service.cc:140] P b20794c410344b48a052607e59aee3df: Received BeginTabletCopySession request for tablet 290353b16a2f47ec8a692cfa70275bc7 from peer 87be6a6833f544c0919981eb8f92f034 ({username='slave'} at 127.0.0.1:50888)
I20260630 12:15:18.750646 11411 tablet_copy_service.cc:161] P b20794c410344b48a052607e59aee3df: Beginning new tablet copy session on tablet 290353b16a2f47ec8a692cfa70275bc7 from peer 87be6a6833f544c0919981eb8f92f034 at {username='slave'} at 127.0.0.1:50888: session id = 87be6a6833f544c0919981eb8f92f034-290353b16a2f47ec8a692cfa70275bc7
I20260630 12:15:18.756628 11411 tablet_copy_source_session.cc:215] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:18.759531 11665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 290353b16a2f47ec8a692cfa70275bc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.775650 11665 tablet_copy_client.cc:806] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:18.776553 11665 tablet_copy_client.cc:670] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:18.780471 11665 tablet_copy_client.cc:538] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:18.786679 11665 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: Bootstrap starting.
I20260630 12:15:18.791147 11672 ts_tablet_manager.cc:933] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: Initiating tablet copy from peer b20794c410344b48a052607e59aee3df (127.0.107.194:43959)
I20260630 12:15:18.792870 11672 tablet_copy_client.cc:323] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43959
I20260630 12:15:18.794646 11411 tablet_copy_service.cc:140] P b20794c410344b48a052607e59aee3df: Received BeginTabletCopySession request for tablet 0c5a36cb676f45e99207f35bf949abfe from peer 87be6a6833f544c0919981eb8f92f034 ({username='slave'} at 127.0.0.1:50888)
I20260630 12:15:18.795193 11411 tablet_copy_service.cc:161] P b20794c410344b48a052607e59aee3df: Beginning new tablet copy session on tablet 0c5a36cb676f45e99207f35bf949abfe from peer 87be6a6833f544c0919981eb8f92f034 at {username='slave'} at 127.0.0.1:50888: session id = 87be6a6833f544c0919981eb8f92f034-0c5a36cb676f45e99207f35bf949abfe
I20260630 12:15:18.802309 11665 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: 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:18.803156 11411 tablet_copy_source_session.cc:215] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:18.803155 11665 tablet_bootstrap.cc:492] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: Bootstrap complete.
I20260630 12:15:18.804224 11665 ts_tablet_manager.cc:1403] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: Time spent bootstrapping tablet: real 0.018s	user 0.019s	sys 0.000s
I20260630 12:15:18.806591 11672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c5a36cb676f45e99207f35bf949abfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:18.806981 11665 raft_consensus.cc:359] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.807830 11665 raft_consensus.cc:740] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 87be6a6833f544c0919981eb8f92f034, State: Initialized, Role: LEARNER
I20260630 12:15:18.808460 11665 consensus_queue.cc:260] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.810616 11665 ts_tablet_manager.cc:1434] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:15:18.812706 11411 tablet_copy_service.cc:342] P b20794c410344b48a052607e59aee3df: Request end of tablet copy session 87be6a6833f544c0919981eb8f92f034-290353b16a2f47ec8a692cfa70275bc7 received from {username='slave'} at 127.0.0.1:50888
I20260630 12:15:18.813145 11411 tablet_copy_service.cc:434] P b20794c410344b48a052607e59aee3df: ending tablet copy session 87be6a6833f544c0919981eb8f92f034-290353b16a2f47ec8a692cfa70275bc7 on tablet 290353b16a2f47ec8a692cfa70275bc7 with peer 87be6a6833f544c0919981eb8f92f034
I20260630 12:15:18.824107 11672 tablet_copy_client.cc:806] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:18.824689 11672 tablet_copy_client.cc:670] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:18.828032 11672 tablet_copy_client.cc:538] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:18.837258 11672 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: Bootstrap starting.
I20260630 12:15:18.856828 11672 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: 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:18.857543 11672 tablet_bootstrap.cc:492] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: Bootstrap complete.
I20260630 12:15:18.858074 11672 ts_tablet_manager.cc:1403] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: Time spent bootstrapping tablet: real 0.021s	user 0.020s	sys 0.000s
I20260630 12:15:18.860381 11672 raft_consensus.cc:359] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.861001 11672 raft_consensus.cc:740] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 87be6a6833f544c0919981eb8f92f034, State: Initialized, Role: LEARNER
I20260630 12:15:18.861531 11672 consensus_queue.cc:260] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: true } }
I20260630 12:15:18.863502 11672 ts_tablet_manager.cc:1434] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:15:18.865551 11411 tablet_copy_service.cc:342] P b20794c410344b48a052607e59aee3df: Request end of tablet copy session 87be6a6833f544c0919981eb8f92f034-0c5a36cb676f45e99207f35bf949abfe received from {username='slave'} at 127.0.0.1:50888
I20260630 12:15:18.865958 11411 tablet_copy_service.cc:434] P b20794c410344b48a052607e59aee3df: ending tablet copy session 87be6a6833f544c0919981eb8f92f034-0c5a36cb676f45e99207f35bf949abfe on tablet 0c5a36cb676f45e99207f35bf949abfe with peer 87be6a6833f544c0919981eb8f92f034
I20260630 12:15:19.019670 11612 raft_consensus.cc:1217] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:19.200305 11612 raft_consensus.cc:1217] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:19.410004 11612 raft_consensus.cc:1217] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:15:19.490780 11677 raft_consensus.cc:1064] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: attempting to promote NON_VOTER 87be6a6833f544c0919981eb8f92f034 to VOTER
I20260630 12:15:19.493489 11677 consensus_queue.cc:237] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:19.501631 11326 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:19.501735 11612 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:19.501708 11401 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:19.503165 11677 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:19.504172 11682 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } 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:19.505298 11676 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } 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:15:19.530541 11682 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.533054 11400 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.536161 11612 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.545399 11326 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.546407 11224 catalog_manager.cc:5697] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 reported cstate change: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cb7e0073be07430a91ac7c8cea695855" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:15:19.575877 11474 consensus_queue.cc:237] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:19.580492 11326 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:19.580446 11612 raft_consensus.cc:1275] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Refusing update from remote peer cb7e0073be07430a91ac7c8cea695855: 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:19.581996 11677 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:19.582736 11682 consensus_queue.cc:1048] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } 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:19.589043 11677 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b20794c410344b48a052607e59aee3df (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.592813 11612 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b20794c410344b48a052607e59aee3df (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.595597 11664 raft_consensus.cc:1064] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: attempting to promote NON_VOTER 87be6a6833f544c0919981eb8f92f034 to VOTER
I20260630 12:15:19.598133 11664 consensus_queue.cc:237] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:19.600226 11209 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 66a5f05799934754be43ce50563e6ff0 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:19.602027 11326 raft_consensus.cc:2955] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b20794c410344b48a052607e59aee3df (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.603569 11221 catalog_manager.cc:5697] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 reported cstate change: config changed from index 3 to 4, VOTER b20794c410344b48a052607e59aee3df (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "cb7e0073be07430a91ac7c8cea695855" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:15:19.618633 11388 tablet_service.cc:1558] Processing DeleteTablet for tablet 66a5f05799934754be43ce50563e6ff0 with delete_type TABLET_DATA_TOMBSTONED (TS b20794c410344b48a052607e59aee3df not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43134
I20260630 12:15:19.628692 11692 tablet_replica.cc:333] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: stopping tablet replica
I20260630 12:15:19.629828 11692 raft_consensus.cc:2243] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:19.630991 11692 raft_consensus.cc:2272] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:19.631008 11612 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.633114 11680 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:15:19.633807 11474 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.634761 11326 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.636684 11679 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } 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:15:19.638065 11680 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:19.644345 11692 ts_tablet_manager.cc:1916] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:19.656791 11680 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.660509 11475 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.661036 11325 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.662712 11692 ts_tablet_manager.cc:1929] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:19.663192 11692 log.cc:1199] T 66a5f05799934754be43ce50563e6ff0 P b20794c410344b48a052607e59aee3df: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-1-root/wals/66a5f05799934754be43ce50563e6ff0
I20260630 12:15:19.665241 11208 catalog_manager.cc:5028] TS b20794c410344b48a052607e59aee3df (127.0.107.194:43959): tablet 66a5f05799934754be43ce50563e6ff0 (table test-workload [id=d7e2bf30feaa42dea536713c31045d95]) successfully deleted
I20260630 12:15:19.675578 11221 catalog_manager.cc:5697] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f reported cstate change: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.675767 11612 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } attrs { replace: true } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.694996 11400 consensus_queue.cc:237] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:19.701421 11612 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.701656 11325 raft_consensus.cc:1275] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.703361 11664 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:19.704319 11680 consensus_queue.cc:1048] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } 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:19.710742 11679 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb7e0073be07430a91ac7c8cea695855 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.717003 11325 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb7e0073be07430a91ac7c8cea695855 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.717259 11612 raft_consensus.cc:2955] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb7e0073be07430a91ac7c8cea695855 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.719141 11208 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 290353b16a2f47ec8a692cfa70275bc7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:19.724771 11222 catalog_manager.cc:5697] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df reported cstate change: config changed from index 3 to 4, VOTER cb7e0073be07430a91ac7c8cea695855 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:15:19.737378 11463 tablet_service.cc:1558] Processing DeleteTablet for tablet 290353b16a2f47ec8a692cfa70275bc7 with delete_type TABLET_DATA_TOMBSTONED (TS cb7e0073be07430a91ac7c8cea695855 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33982
I20260630 12:15:19.739681 11696 tablet_replica.cc:333] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: stopping tablet replica
I20260630 12:15:19.741751 11696 raft_consensus.cc:2243] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:19.743665 11696 raft_consensus.cc:2272] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:19.746865 11696 ts_tablet_manager.cc:1916] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:19.757997 11696 ts_tablet_manager.cc:1929] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:19.758307 11696 log.cc:1199] T 290353b16a2f47ec8a692cfa70275bc7 P cb7e0073be07430a91ac7c8cea695855: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-2-root/wals/290353b16a2f47ec8a692cfa70275bc7
I20260630 12:15:19.759744 11209 catalog_manager.cc:5028] TS cb7e0073be07430a91ac7c8cea695855 (127.0.107.195:44031): tablet 290353b16a2f47ec8a692cfa70275bc7 (table test-workload [id=d7e2bf30feaa42dea536713c31045d95]) successfully deleted
I20260630 12:15:19.962307 11680 raft_consensus.cc:1064] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: attempting to promote NON_VOTER 87be6a6833f544c0919981eb8f92f034 to VOTER
I20260630 12:15:19.964325 11680 consensus_queue.cc:237] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [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: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:19.971913 11612 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 LEARNER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.973414 11679 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } 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:19.975107 11475 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.976540 11325 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:19.977599 11679 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:15:19.978830 11664 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } 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:19.986687 11679 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.989290 11475 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:19.991490 11325 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.000700 11612 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.003722 11221 catalog_manager.cc:5697] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 reported cstate change: config changed from index 2 to 3, 87be6a6833f544c0919981eb8f92f034 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0930cba66dda4b9c95cfc02f72572b1f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33155 } attrs { replace: true } } peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.024461 11400 consensus_queue.cc:237] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [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: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } }
I20260630 12:15:20.032117 11612 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:20.032117 11475 raft_consensus.cc:1275] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Refusing update from remote peer b20794c410344b48a052607e59aee3df: 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:20.033842 11701 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:15:20.034627 11679 consensus_queue.cc:1048] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [LEADER]: Connected to new peer: Peer: permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } 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:20.043815 11612 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.043869 11475 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.041859 11680 raft_consensus.cc:2955] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.058279 11223 catalog_manager.cc:5697] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 reported cstate change: config changed from index 3 to 4, VOTER 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b20794c410344b48a052607e59aee3df" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b20794c410344b48a052607e59aee3df" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43959 } } peers { permanent_uuid: "cb7e0073be07430a91ac7c8cea695855" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44031 } } peers { permanent_uuid: "87be6a6833f544c0919981eb8f92f034" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39257 } attrs { promote: false } } }
I20260630 12:15:20.066812 11208 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0c5a36cb676f45e99207f35bf949abfe with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:15:20.070446 11315 tablet_service.cc:1558] Processing DeleteTablet for tablet 0c5a36cb676f45e99207f35bf949abfe with delete_type TABLET_DATA_TOMBSTONED (TS 0930cba66dda4b9c95cfc02f72572b1f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46250
I20260630 12:15:20.077865 11702 tablet_replica.cc:333] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: stopping tablet replica
I20260630 12:15:20.078995 11702 raft_consensus.cc:2243] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:20.079816 11702 raft_consensus.cc:2272] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:20.088137 11702 ts_tablet_manager.cc:1916] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:20.101861 11702 ts_tablet_manager.cc:1929] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:15:20.102205 11702 log.cc:1199] T 0c5a36cb676f45e99207f35bf949abfe P 0930cba66dda4b9c95cfc02f72572b1f: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782821479742301-431-0/minicluster-data/ts-0-root/wals/0c5a36cb676f45e99207f35bf949abfe
I20260630 12:15:20.103775 11211 catalog_manager.cc:5028] TS 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155): tablet 0c5a36cb676f45e99207f35bf949abfe (table test-workload [id=d7e2bf30feaa42dea536713c31045d95]) successfully deleted
I20260630 12:15:21.037073   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:21.059144   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:21.059970   431 tablet_replica.cc:333] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f: stopping tablet replica
I20260630 12:15:21.060557   431 raft_consensus.cc:2243] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.061198   431 raft_consensus.cc:2272] T 290353b16a2f47ec8a692cfa70275bc7 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.063758   431 tablet_replica.cc:333] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f: stopping tablet replica
I20260630 12:15:21.064271   431 raft_consensus.cc:2243] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.064687   431 raft_consensus.cc:2272] T 6138c217f6d54faf976ea4d820d3040d P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.066998   431 tablet_replica.cc:333] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f: stopping tablet replica
I20260630 12:15:21.067648   431 raft_consensus.cc:2243] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.068301   431 raft_consensus.cc:2272] T 66a5f05799934754be43ce50563e6ff0 P 0930cba66dda4b9c95cfc02f72572b1f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.092592   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:21.108510   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260630 12:15:21.125283 11441 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33155: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260630 12:15:21.131386 11441 consensus_peers.cc:597] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 -> Peer 0930cba66dda4b9c95cfc02f72572b1f (127.0.107.193:33155): Couldn't send request to peer 0930cba66dda4b9c95cfc02f72572b1f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33155: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:21.137104   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:21.137851   431 tablet_replica.cc:333] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df: stopping tablet replica
I20260630 12:15:21.138633   431 raft_consensus.cc:2243] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:21.139577   431 raft_consensus.cc:2272] T 0c5a36cb676f45e99207f35bf949abfe P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.142289   431 tablet_replica.cc:333] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df: stopping tablet replica
I20260630 12:15:21.142782   431 raft_consensus.cc:2243] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:21.143597   431 raft_consensus.cc:2272] T 6138c217f6d54faf976ea4d820d3040d P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.145713   431 tablet_replica.cc:333] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df: stopping tablet replica
I20260630 12:15:21.146198   431 raft_consensus.cc:2243] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:21.146941   431 raft_consensus.cc:2272] T 290353b16a2f47ec8a692cfa70275bc7 P b20794c410344b48a052607e59aee3df [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.170694   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:21.185971   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:21.210808   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:21.211660   431 tablet_replica.cc:333] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855: stopping tablet replica
I20260630 12:15:21.212231   431 raft_consensus.cc:2243] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.212842   431 raft_consensus.cc:2272] T 0c5a36cb676f45e99207f35bf949abfe P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.214972   431 tablet_replica.cc:333] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855: stopping tablet replica
I20260630 12:15:21.215564   431 raft_consensus.cc:2243] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.216004   431 raft_consensus.cc:2272] T 6138c217f6d54faf976ea4d820d3040d P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.217914   431 tablet_replica.cc:333] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855: stopping tablet replica
I20260630 12:15:21.218348   431 raft_consensus.cc:2243] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:21.219103   431 raft_consensus.cc:2272] T 66a5f05799934754be43ce50563e6ff0 P cb7e0073be07430a91ac7c8cea695855 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.243188   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:21.260319   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:21.278208   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:21.278764   431 tablet_replica.cc:333] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034: stopping tablet replica
I20260630 12:15:21.279254   431 raft_consensus.cc:2243] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.279769   431 raft_consensus.cc:2272] T 0c5a36cb676f45e99207f35bf949abfe P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.281548   431 tablet_replica.cc:333] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034: stopping tablet replica
I20260630 12:15:21.281968   431 raft_consensus.cc:2243] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.282408   431 raft_consensus.cc:2272] T 290353b16a2f47ec8a692cfa70275bc7 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.284205   431 tablet_replica.cc:333] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034: stopping tablet replica
I20260630 12:15:21.284658   431 raft_consensus.cc:2243] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:21.285115   431 raft_consensus.cc:2272] T 66a5f05799934754be43ce50563e6ff0 P 87be6a6833f544c0919981eb8f92f034 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.305333   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:21.316110   431 master.cc:562] Master@127.0.107.254:43157 shutting down...
I20260630 12:15:21.335867   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:21.336392   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:21.336683   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b30c68f216604a698a55380553c6b144: stopping tablet replica
I20260630 12:15:21.355270   431 master.cc:584] Master@127.0.107.254:43157 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (13462 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:15:21.395819   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:41349
I20260630 12:15:21.396838   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:21.401283 11705 instance_detector.cc: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:21.403035 11708 instance_detector.cc: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:21.403074   431 server_base.cc:1061] running on GCE node
W20260630 12:15:21.403111 11706 instance_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:21.404460   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:21.404657   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:21.404803   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821721404785 us; error 0 us; skew 500 ppm
I20260630 12:15:21.405287   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:21.407656   431 webserver.cc:533] Webserver started at http://127.0.107.254:37727/ using document root <none> and password file <none>
I20260630 12:15:21.408120   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:21.408353   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:21.408608   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:21.409633   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "82be432f26454a20ab1ea70c9024bb28"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.413750   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:15:21.417048 11713 log_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:21.417819   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:21.418078   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "82be432f26454a20ab1ea70c9024bb28"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.418305   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-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:21.437669   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:21.438762   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:21.474572   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:41349
I20260630 12:15:21.474691 11764 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:41349 every 8 connection(s)
I20260630 12:15:21.478346 11765 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:21.488914 11765 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28: Bootstrap starting.
I20260630 12:15:21.493508 11765 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:21.497556 11765 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28: No bootstrap required, opened a new log
I20260630 12:15:21.499617 11765 raft_consensus.cc:359] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER }
I20260630 12:15:21.499996 11765 raft_consensus.cc:385] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:21.500205 11765 raft_consensus.cc:740] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82be432f26454a20ab1ea70c9024bb28, State: Initialized, Role: FOLLOWER
I20260630 12:15:21.500772 11765 consensus_queue.cc:260] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER }
I20260630 12:15:21.501187 11765 raft_consensus.cc:399] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:21.501386 11765 raft_consensus.cc:493] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:21.501629 11765 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:21.506307 11765 raft_consensus.cc:515] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER }
I20260630 12:15:21.506860 11765 leader_election.cc:304] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [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: 82be432f26454a20ab1ea70c9024bb28; no voters: 
I20260630 12:15:21.508002 11765 leader_election.cc:290] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:21.508328 11768 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:21.509611 11768 raft_consensus.cc:697] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 1 LEADER]: Becoming Leader. State: Replica: 82be432f26454a20ab1ea70c9024bb28, State: Running, Role: LEADER
I20260630 12:15:21.510175 11768 consensus_queue.cc:237] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [LEADER]: Queue going to LEADER mode. State: All 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: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER }
I20260630 12:15:21.510716 11765 sys_catalog.cc:565] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:21.514664 11769 sys_catalog.cc:455] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "82be432f26454a20ab1ea70c9024bb28" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER } }
I20260630 12:15:21.515321 11769 sys_catalog.cc:458] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:21.517098 11770 sys_catalog.cc:455] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 82be432f26454a20ab1ea70c9024bb28. Latest consensus state: current_term: 1 leader_uuid: "82be432f26454a20ab1ea70c9024bb28" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "82be432f26454a20ab1ea70c9024bb28" member_type: VOTER } }
I20260630 12:15:21.517694 11770 sys_catalog.cc:458] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:21.520506 11776 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:21.526516 11776 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:21.527618   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:21.535375 11776 catalog_manager.cc:1383] Generated new cluster ID: 2174c16c51f24b319eac49399796157a
I20260630 12:15:21.535692 11776 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:21.557897 11776 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:21.559135 11776 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:21.571404 11776 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28: Generated new TSK 0
I20260630 12:15:21.572041 11776 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:21.594614   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:21.600334 11786 instance_detector.cc: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:21.601209 11787 instance_detector.cc: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:21.602526 11789 instance_detector.cc: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:21.602839   431 server_base.cc:1061] running on GCE node
I20260630 12:15:21.603782   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:21.603960   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:21.604089   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821721604077 us; error 0 us; skew 500 ppm
I20260630 12:15:21.604526   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:21.606690   431 webserver.cc:533] Webserver started at http://127.0.107.193:39377/ using document root <none> and password file <none>
I20260630 12:15:21.607195   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:21.607414   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:21.607677   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:21.608723   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "bea4a2d0ec37466bbe346ee2da52972e"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.613080   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:21.616214 11794 log_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:21.616940   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:21.617208   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "bea4a2d0ec37466bbe346ee2da52972e"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.617461   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-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:21.629122   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:21.630203   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:21.631572   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:21.633705   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:21.633888   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.634105   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:21.634256   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.670104   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44479
I20260630 12:15:21.670187 11856 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44479 every 8 connection(s)
I20260630 12:15:21.674860   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:21.680909 11861 instance_detector.cc: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:21.682700 11862 instance_detector.cc: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:21.684119 11864 instance_detector.cc: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:21.684815   431 server_base.cc:1061] running on GCE node
I20260630 12:15:21.685827   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:21.686046   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:21.686198 11857 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41349
I20260630 12:15:21.686244   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821721686223 us; error 0 us; skew 500 ppm
I20260630 12:15:21.686784 11857 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:21.687094   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:21.687541 11857 heartbeater.cc:507] Master 127.0.107.254:41349 requested a full tablet report, sending...
I20260630 12:15:21.689643   431 webserver.cc:533] Webserver started at http://127.0.107.194:37841/ using document root <none> and password file <none>
I20260630 12:15:21.689736 11730 ts_manager.cc:194] Registered new tserver with Master: bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479)
I20260630 12:15:21.690219   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:21.690446   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:21.690682   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:21.691613 11730 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42892
I20260630 12:15:21.691823   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "3a749c9eca614d42bb33a6300f07deab"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.696329   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:15:21.699396 11869 log_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:21.700090   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:21.700373   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "3a749c9eca614d42bb33a6300f07deab"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.700620   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-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:21.723095   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:21.724246   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:21.725689   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:21.728323   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:21.728529   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.728752   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:21.728899   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.766355   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46023
I20260630 12:15:21.766431 11931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46023 every 8 connection(s)
I20260630 12:15:21.771073   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:21.778204 11935 instance_detector.cc: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:21.779982 11936 instance_detector.cc: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:21.782873 11938 instance_detector.cc: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:21.783861   431 server_base.cc:1061] running on GCE node
I20260630 12:15:21.784209 11932 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41349
I20260630 12:15:21.784649 11932 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:21.784888   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:21.785166   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:21.785336   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821721785319 us; error 0 us; skew 500 ppm
I20260630 12:15:21.785451 11932 heartbeater.cc:507] Master 127.0.107.254:41349 requested a full tablet report, sending...
I20260630 12:15:21.785975   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:21.787554 11730 ts_manager.cc:194] Registered new tserver with Master: 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023)
I20260630 12:15:21.788815   431 webserver.cc:533] Webserver started at http://127.0.107.195:37463/ using document root <none> and password file <none>
I20260630 12:15:21.789088 11730 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42896
I20260630 12:15:21.789419   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:21.789670   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:21.789914   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:21.791251   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "f937024e78944452b3d0f5bd9b294bd2"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.796356   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:21.800092 11943 log_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:21.800926   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:15:21.801244   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "f937024e78944452b3d0f5bd9b294bd2"
format_stamp: "Formatted at 2026-06-30 12:15:21 on dist-test-slave-g2rq"
I20260630 12:15:21.801564   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782821479742301-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:21.826267   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:21.827456   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:21.828837   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:21.831014   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:21.831208   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.831449   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:21.831594   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:21.869225   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45503
I20260630 12:15:21.869324 12005 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45503 every 8 connection(s)
I20260630 12:15:21.882315 12006 heartbeater.cc:344] Connected to a master server at 127.0.107.254:41349
I20260630 12:15:21.882709 12006 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:21.883538 12006 heartbeater.cc:507] Master 127.0.107.254:41349 requested a full tablet report, sending...
I20260630 12:15:21.885337 11730 ts_manager.cc:194] Registered new tserver with Master: f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:21.885807   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013494054s
I20260630 12:15:21.886701 11730 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42904
I20260630 12:15:22.694450 11857 heartbeater.cc:499] Master 127.0.107.254:41349 was elected leader, sending a full tablet report...
I20260630 12:15:22.792204 11932 heartbeater.cc:499] Master 127.0.107.254:41349 was elected leader, sending a full tablet report...
I20260630 12:15:22.889777 12006 heartbeater.cc:499] Master 127.0.107.254:41349 was elected leader, sending a full tablet report...
I20260630 12:15:22.948923 11730 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42908:
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:22.951697 11730 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:23.022998 11971 tablet_service.cc:1511] Processing CreateTablet for tablet c49138ad68884a6dbbacb3dcac033acf (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:23.024914 11971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c49138ad68884a6dbbacb3dcac033acf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.032634 11970 tablet_service.cc:1511] Processing CreateTablet for tablet 2fceb0fda0ca4189959e1e67c5b424aa (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:23.034238 11970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fceb0fda0ca4189959e1e67c5b424aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.034307 11969 tablet_service.cc:1511] Processing CreateTablet for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:23.034677 11822 tablet_service.cc:1511] Processing CreateTablet for tablet c49138ad68884a6dbbacb3dcac033acf (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:23.035825 11969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.036217 11822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c49138ad68884a6dbbacb3dcac033acf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.040696 11821 tablet_service.cc:1511] Processing CreateTablet for tablet 2fceb0fda0ca4189959e1e67c5b424aa (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:23.042315 11821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fceb0fda0ca4189959e1e67c5b424aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.041960 11968 tablet_service.cc:1511] Processing CreateTablet for tablet 2726337c926548059bf8721bc8587d73 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:23.043803 11968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2726337c926548059bf8721bc8587d73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.044634 11820 tablet_service.cc:1511] Processing CreateTablet for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:23.045732 11967 tablet_service.cc:1511] Processing CreateTablet for tablet 46dada7a7a124390a872f1d8fc675258 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:23.046237 11820 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.047736 11966 tablet_service.cc:1511] Processing CreateTablet for tablet 69280e4df01b45e5b15f0b9f4f42915a (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:23.048692 11819 tablet_service.cc:1511] Processing CreateTablet for tablet 2726337c926548059bf8721bc8587d73 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:23.050338 11819 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2726337c926548059bf8721bc8587d73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.049413 11966 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69280e4df01b45e5b15f0b9f4f42915a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.052273 11967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46dada7a7a124390a872f1d8fc675258. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.052564 11818 tablet_service.cc:1511] Processing CreateTablet for tablet 46dada7a7a124390a872f1d8fc675258 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:23.054060 11818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46dada7a7a124390a872f1d8fc675258. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.056207 11817 tablet_service.cc:1511] Processing CreateTablet for tablet 69280e4df01b45e5b15f0b9f4f42915a (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:23.057660 11817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69280e4df01b45e5b15f0b9f4f42915a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.061165 11897 tablet_service.cc:1511] Processing CreateTablet for tablet c49138ad68884a6dbbacb3dcac033acf (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:23.062774 11897 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c49138ad68884a6dbbacb3dcac033acf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.064613 11896 tablet_service.cc:1511] Processing CreateTablet for tablet 2fceb0fda0ca4189959e1e67c5b424aa (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:23.066071 11896 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fceb0fda0ca4189959e1e67c5b424aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.076809 11895 tablet_service.cc:1511] Processing CreateTablet for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:23.078241 11895 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a30aa1eae1a4c3e90aa0f72dd23c52e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.081197 11894 tablet_service.cc:1511] Processing CreateTablet for tablet 2726337c926548059bf8721bc8587d73 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:23.082612 11894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2726337c926548059bf8721bc8587d73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.085156 11893 tablet_service.cc:1511] Processing CreateTablet for tablet 46dada7a7a124390a872f1d8fc675258 (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:23.087057 11893 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46dada7a7a124390a872f1d8fc675258. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.104796 11892 tablet_service.cc:1511] Processing CreateTablet for tablet 69280e4df01b45e5b15f0b9f4f42915a (DEFAULT_TABLE table=test-workload [id=d11724b041084ffe80af00a9d8d815aa]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:23.106354 11892 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 69280e4df01b45e5b15f0b9f4f42915a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:23.143273 12028 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.159981 12027 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.175292 12029 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.176011 12028 tablet_bootstrap.cc:654] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.177822 12027 tablet_bootstrap.cc:654] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.182135 12028 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.182446 12029 tablet_bootstrap.cc:654] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.182662 12028 ts_tablet_manager.cc:1403] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.040s	user 0.005s	sys 0.006s
I20260630 12:15:23.185915 12027 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.186748 12027 ts_tablet_manager.cc:1403] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.028s	user 0.002s	sys 0.012s
I20260630 12:15:23.185999 12028 raft_consensus.cc:359] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.187317 12028 raft_consensus.cc:385] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.187780 12028 raft_consensus.cc:740] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.188843 12028 consensus_queue.cc:260] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.190507 12027 raft_consensus.cc:359] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.191476 12027 raft_consensus.cc:385] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.192066 12027 raft_consensus.cc:740] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.192749 12028 ts_tablet_manager.cc:1434] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.001s
I20260630 12:15:23.193380 12029 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.193377 12027 consensus_queue.cc:260] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.194124 12029 ts_tablet_manager.cc:1403] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
I20260630 12:15:23.194166 12028 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.198130 12029 raft_consensus.cc:359] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.199116 12029 raft_consensus.cc:385] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.199512 12029 raft_consensus.cc:740] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.200501 12029 consensus_queue.cc:260] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.202965 12028 tablet_bootstrap.cc:654] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.207726 12027 ts_tablet_manager.cc:1434] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.021s	user 0.012s	sys 0.007s
I20260630 12:15:23.209216 12027 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.212414 12028 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.213114 12028 ts_tablet_manager.cc:1403] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.002s
I20260630 12:15:23.216190 12028 raft_consensus.cc:359] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.218111 12028 raft_consensus.cc:385] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.218513 12029 ts_tablet_manager.cc:1434] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.024s	user 0.009s	sys 0.014s
I20260630 12:15:23.218499 12028 raft_consensus.cc:740] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.219813 12029 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.219712 12028 consensus_queue.cc:260] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.222571 12028 ts_tablet_manager.cc:1434] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:23.223661 12028 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.226678 12029 tablet_bootstrap.cc:654] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.216606 12027 tablet_bootstrap.cc:654] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.230095 12028 tablet_bootstrap.cc:654] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.241940 12028 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.242002 12029 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.242507 12027 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.242563 12028 ts_tablet_manager.cc:1403] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.005s
I20260630 12:15:23.242602 12029 ts_tablet_manager.cc:1403] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.023s	user 0.002s	sys 0.020s
I20260630 12:15:23.243257 12027 ts_tablet_manager.cc:1403] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.007s
I20260630 12:15:23.245570 12029 raft_consensus.cc:359] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.245909 12028 raft_consensus.cc:359] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.246357 12029 raft_consensus.cc:385] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.246706 12028 raft_consensus.cc:385] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.246287 12027 raft_consensus.cc:359] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.246886 12029 raft_consensus.cc:740] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.247107 12028 raft_consensus.cc:740] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.247304 12027 raft_consensus.cc:385] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.247872 12027 raft_consensus.cc:740] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.247952 12028 consensus_queue.cc:260] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.247960 12029 consensus_queue.cc:260] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.248657 12027 consensus_queue.cc:260] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.250260 12028 ts_tablet_manager.cc:1434] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:23.251114 12027 ts_tablet_manager.cc:1434] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:15:23.251291 12028 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.252475 12029 ts_tablet_manager.cc:1434] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260630 12:15:23.253456 12029 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.257830 12027 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.258350 12028 tablet_bootstrap.cc:654] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.259747 12029 tablet_bootstrap.cc:654] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.265105 12027 tablet_bootstrap.cc:654] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.270287 12028 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.270881 12028 ts_tablet_manager.cc:1403] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
W20260630 12:15:23.272797 11933 tablet.cc:2406] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:15:23.273911 12028 raft_consensus.cc:359] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.274734 12028 raft_consensus.cc:385] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.275005 12028 raft_consensus.cc:740] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.277240 12028 consensus_queue.cc:260] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.278787 12029 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.279558 12029 ts_tablet_manager.cc:1403] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.014s
I20260630 12:15:23.279781 12028 ts_tablet_manager.cc:1434] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:15:23.281013 12028 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.283298 12029 raft_consensus.cc:359] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.284317 12029 raft_consensus.cc:385] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.284709 12029 raft_consensus.cc:740] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.286278 12029 consensus_queue.cc:260] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.288462 12028 tablet_bootstrap.cc:654] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.289214 12029 ts_tablet_manager.cc:1434] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:15:23.291565 12029 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.292971 12027 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.293514 12027 ts_tablet_manager.cc:1403] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.036s	user 0.017s	sys 0.015s
I20260630 12:15:23.296578 12027 raft_consensus.cc:359] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.297475 12027 raft_consensus.cc:385] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.297839 12027 raft_consensus.cc:740] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.298084 12029 tablet_bootstrap.cc:654] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.298942 12027 consensus_queue.cc:260] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.303308 12027 ts_tablet_manager.cc:1434] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.001s
I20260630 12:15:23.304507 12027 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.310889 12027 tablet_bootstrap.cc:654] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.318397 12028 tablet_bootstrap.cc:492] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.318545 12029 tablet_bootstrap.cc:492] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.318838 12028 ts_tablet_manager.cc:1403] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.038s	user 0.011s	sys 0.017s
I20260630 12:15:23.319171 12029 ts_tablet_manager.cc:1403] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.019s
I20260630 12:15:23.319697 12027 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.320225 12027 ts_tablet_manager.cc:1403] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260630 12:15:23.321604 12028 raft_consensus.cc:359] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.322328 12028 raft_consensus.cc:385] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.322656 12028 raft_consensus.cc:740] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.322656 12029 raft_consensus.cc:359] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.323021 12027 raft_consensus.cc:359] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.323714 12029 raft_consensus.cc:385] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.323836 12027 raft_consensus.cc:385] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.323715 12028 consensus_queue.cc:260] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.324440 12029 raft_consensus.cc:740] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.324508 12027 raft_consensus.cc:740] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.325526 12027 consensus_queue.cc:260] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.325547 12029 consensus_queue.cc:260] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.328060 12029 ts_tablet_manager.cc:1434] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:15:23.328058 12027 ts_tablet_manager.cc:1434] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:15:23.329483 12029 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.330796 12034 raft_consensus.cc:493] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.329480 12027 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.332486 12033 raft_consensus.cc:493] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.333024 12033 raft_consensus.cc:515] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.331444 12034 raft_consensus.cc:515] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.339064 12033 leader_election.cc:290] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.339715 12029 tablet_bootstrap.cc:654] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.339715 12027 tablet_bootstrap.cc:654] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.344439 12028 ts_tablet_manager.cc:1434] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260630 12:15:23.346258 12028 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: Bootstrap starting.
I20260630 12:15:23.359036 12028 tablet_bootstrap.cc:654] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.355191 12034 leader_election.cc:290] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479)
I20260630 12:15:23.366897 12033 raft_consensus.cc:493] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.367794 12027 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.367569 12033 raft_consensus.cc:515] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.368525 12027 ts_tablet_manager.cc:1403] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.014s
I20260630 12:15:23.369814 12033 leader_election.cc:290] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.368014 12029 tablet_bootstrap.cc:492] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.370630 12029 ts_tablet_manager.cc:1403] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.007s
I20260630 12:15:23.371817 12027 raft_consensus.cc:359] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.372722 12027 raft_consensus.cc:385] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.373068 12027 raft_consensus.cc:740] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.373492 12029 raft_consensus.cc:359] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.374061 12027 consensus_queue.cc:260] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.376266 12027 ts_tablet_manager.cc:1434] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:23.374219 12029 raft_consensus.cc:385] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.377065 12029 raft_consensus.cc:740] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.377661 12027 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: Bootstrap starting.
I20260630 12:15:23.381855 12029 consensus_queue.cc:260] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.384825 12027 tablet_bootstrap.cc:654] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.385783 12029 ts_tablet_manager.cc:1434] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:15:23.393818 12035 raft_consensus.cc:493] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.394493 12035 raft_consensus.cc:515] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.396047 12029 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: Bootstrap starting.
I20260630 12:15:23.397516 12035 leader_election.cc:290] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.406040 12028 tablet_bootstrap.cc:492] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: No bootstrap required, opened a new log
I20260630 12:15:23.406659 12028 ts_tablet_manager.cc:1403] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: Time spent bootstrapping tablet: real 0.061s	user 0.022s	sys 0.021s
I20260630 12:15:23.407101 12027 tablet_bootstrap.cc:492] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: No bootstrap required, opened a new log
I20260630 12:15:23.409024 12027 ts_tablet_manager.cc:1403] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.008s
I20260630 12:15:23.413534 12027 raft_consensus.cc:359] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.416186 12027 raft_consensus.cc:385] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.416612 12027 raft_consensus.cc:740] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.415271 11907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c49138ad68884a6dbbacb3dcac033acf" candidate_uuid: "f937024e78944452b3d0f5bd9b294bd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab" is_pre_election: true
I20260630 12:15:23.415268 12028 raft_consensus.cc:359] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.417909 12028 raft_consensus.cc:385] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.417680 12027 consensus_queue.cc:260] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.418642 12029 tablet_bootstrap.cc:654] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:23.420595 12027 ts_tablet_manager.cc:1434] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:15:23.421244 12028 raft_consensus.cc:740] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.422626 12028 consensus_queue.cc:260] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.425161 12028 ts_tablet_manager.cc:1434] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: Time spent starting tablet: real 0.018s	user 0.002s	sys 0.007s
I20260630 12:15:23.418016 11907 raft_consensus.cc:2468] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f937024e78944452b3d0f5bd9b294bd2 in term 0.
I20260630 12:15:23.430065 11946 leader_election.cc:304] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2; no voters: 
I20260630 12:15:23.431025 12034 raft_consensus.cc:2804] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.431449 12034 raft_consensus.cc:493] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.431782 12034 raft_consensus.cc:3060] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.441900 12034 raft_consensus.cc:515] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.448716 11907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c49138ad68884a6dbbacb3dcac033acf" candidate_uuid: "f937024e78944452b3d0f5bd9b294bd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab"
I20260630 12:15:23.450393 11907 raft_consensus.cc:3060] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.449563 11906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2726337c926548059bf8721bc8587d73" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab" is_pre_election: true
I20260630 12:15:23.452337 12034 leader_election.cc:290] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [CANDIDATE]: Term 1 election: Requested vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479)
I20260630 12:15:23.455976 11905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69280e4df01b45e5b15f0b9f4f42915a" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab" is_pre_election: true
I20260630 12:15:23.458469 12033 raft_consensus.cc:493] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.461575 12033 raft_consensus.cc:515] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.463428 11832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c49138ad68884a6dbbacb3dcac033acf" candidate_uuid: "f937024e78944452b3d0f5bd9b294bd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e" is_pre_election: true
I20260630 12:15:23.464259 11832 raft_consensus.cc:2468] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f937024e78944452b3d0f5bd9b294bd2 in term 0.
I20260630 12:15:23.464777 12033 leader_election.cc:290] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.459668 11905 raft_consensus.cc:2468] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.466833 11832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c49138ad68884a6dbbacb3dcac033acf" candidate_uuid: "f937024e78944452b3d0f5bd9b294bd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e"
I20260630 12:15:23.467309 11832 raft_consensus.cc:3060] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:15:23.467605 11797 leader_election.cc:343] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:23.469678 11797 leader_election.cc:304] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.469970 11905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab" is_pre_election: true
I20260630 12:15:23.475795 11907 raft_consensus.cc:2468] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f937024e78944452b3d0f5bd9b294bd2 in term 1.
I20260630 12:15:23.476033 12033 raft_consensus.cc:2804] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.475965 11905 raft_consensus.cc:2468] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.476583 12033 raft_consensus.cc:493] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.476996 12033 raft_consensus.cc:3060] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.477211 11946 leader_election.cc:304] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2; no voters: 
I20260630 12:15:23.474673 11832 raft_consensus.cc:2468] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f937024e78944452b3d0f5bd9b294bd2 in term 1.
I20260630 12:15:23.478111 12034 raft_consensus.cc:2804] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.474992 12029 tablet_bootstrap.cc:492] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: No bootstrap required, opened a new log
I20260630 12:15:23.479715 12029 ts_tablet_manager.cc:1403] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: Time spent bootstrapping tablet: real 0.084s	user 0.006s	sys 0.012s
I20260630 12:15:23.482724 12029 raft_consensus.cc:359] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.483529 12029 raft_consensus.cc:385] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:23.483881 12029 raft_consensus.cc:740] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Initialized, Role: FOLLOWER
I20260630 12:15:23.484529 12029 consensus_queue.cc:260] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.486487 12029 ts_tablet_manager.cc:1434] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:15:23.487147 12034 raft_consensus.cc:697] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 1 LEADER]: Becoming Leader. State: Replica: f937024e78944452b3d0f5bd9b294bd2, State: Running, Role: LEADER
I20260630 12:15:23.488143 12034 consensus_queue.cc:237] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } }
I20260630 12:15:23.488921 12033 raft_consensus.cc:515] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.490829 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.491710 11981 raft_consensus.cc:2468] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 0.
I20260630 12:15:23.492233 11797 leader_election.cc:304] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.493280 11872 leader_election.cc:304] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2; no voters: 
I20260630 12:15:23.494203 12035 raft_consensus.cc:2804] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.494556 12035 raft_consensus.cc:493] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.494853 12035 raft_consensus.cc:3060] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.496073 12033 leader_election.cc:290] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Requested vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.496712 12033 raft_consensus.cc:493] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.497174 12033 raft_consensus.cc:515] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.499197 12033 leader_election.cc:290] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.499770 12033 raft_consensus.cc:2804] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.500128 12033 raft_consensus.cc:493] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.500591 12033 raft_consensus.cc:3060] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.505358 12035 raft_consensus.cc:515] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.506167 11832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e" is_pre_election: true
I20260630 12:15:23.508383 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.508658 12033 raft_consensus.cc:515] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.509225 11981 raft_consensus.cc:3060] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.508352 11831 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e"
I20260630 12:15:23.509811 12035 leader_election.cc:290] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 election: Requested vote from peers bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.512545 11832 raft_consensus.cc:2393] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3a749c9eca614d42bb33a6300f07deab in current term 1: Already voted for candidate bea4a2d0ec37466bbe346ee2da52972e in this term.
I20260630 12:15:23.514899 12033 leader_election.cc:290] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Requested vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.519069 11981 raft_consensus.cc:2468] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 1.
I20260630 12:15:23.519973 11907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69280e4df01b45e5b15f0b9f4f42915a" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab"
I20260630 12:15:23.519191 11729 catalog_manager.cc:5697] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 reported cstate change: term changed from 0 to 1, leader changed from <none> to f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f937024e78944452b3d0f5bd9b294bd2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.521550 11907 raft_consensus.cc:3060] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.523772 11872 leader_election.cc:304] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [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: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2; no voters: bea4a2d0ec37466bbe346ee2da52972e
W20260630 12:15:23.524169 11778 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:23.525197 12035 raft_consensus.cc:2804] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.525501 11905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46dada7a7a124390a872f1d8fc675258" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab" is_pre_election: true
I20260630 12:15:23.525931 11980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69280e4df01b45e5b15f0b9f4f42915a" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.526266 11905 raft_consensus.cc:2468] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.526640 11980 raft_consensus.cc:2468] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.527818 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2726337c926548059bf8721bc8587d73" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.530045 11905 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab"
I20260630 12:15:23.530845 11978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46dada7a7a124390a872f1d8fc675258" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.530151 11979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "69280e4df01b45e5b15f0b9f4f42915a" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.532868 11797 leader_election.cc:304] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.533034 11979 raft_consensus.cc:3060] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.533126 11977 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.539072 11977 raft_consensus.cc:2393] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bea4a2d0ec37466bbe346ee2da52972e in current term 1: Already voted for candidate 3a749c9eca614d42bb33a6300f07deab in this term.
I20260630 12:15:23.539652 12061 raft_consensus.cc:2804] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.540077 12061 raft_consensus.cc:493] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.540382 12061 raft_consensus.cc:3060] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.533802 11980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a30aa1eae1a4c3e90aa0f72dd23c52e" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.544039 11980 raft_consensus.cc:2393] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate bea4a2d0ec37466bbe346ee2da52972e in current term 1: Already voted for candidate 3a749c9eca614d42bb33a6300f07deab in this term.
I20260630 12:15:23.531872 11978 raft_consensus.cc:2468] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.534536 11981 raft_consensus.cc:2468] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 0.
I20260630 12:15:23.535269 12035 raft_consensus.cc:697] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 1 LEADER]: Becoming Leader. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Running, Role: LEADER
I20260630 12:15:23.546003 11979 raft_consensus.cc:2468] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.546679 12035 consensus_queue.cc:237] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.538107 11907 raft_consensus.cc:2468] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.548061 11797 leader_election.cc:304] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [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: bea4a2d0ec37466bbe346ee2da52972e, f937024e78944452b3d0f5bd9b294bd2; no voters: 3a749c9eca614d42bb33a6300f07deab
I20260630 12:15:23.548115 12061 raft_consensus.cc:515] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.549486 12063 raft_consensus.cc:2804] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.549877 12063 raft_consensus.cc:493] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.549785 11797 leader_election.cc:304] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bea4a2d0ec37466bbe346ee2da52972e, f937024e78944452b3d0f5bd9b294bd2; no voters: 
I20260630 12:15:23.550418 12063 raft_consensus.cc:3060] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.550437 12061 leader_election.cc:290] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Requested vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.551505 12061 raft_consensus.cc:2804] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.551730 11906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46dada7a7a124390a872f1d8fc675258" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab"
I20260630 12:15:23.551900 12061 raft_consensus.cc:697] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Becoming Leader. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Running, Role: LEADER
I20260630 12:15:23.552320 11906 raft_consensus.cc:3060] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.552758 12061 consensus_queue.cc:237] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.559420 12063 raft_consensus.cc:515] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.560182 11906 raft_consensus.cc:2468] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.562273 12063 leader_election.cc:290] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Requested vote from peers 3a749c9eca614d42bb33a6300f07deab (127.0.107.194:46023), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.562978 11907 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2726337c926548059bf8721bc8587d73" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a749c9eca614d42bb33a6300f07deab"
I20260630 12:15:23.564095 11797 leader_election.cc:304] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.564558 11907 raft_consensus.cc:3060] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.565016 11979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46dada7a7a124390a872f1d8fc675258" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.565644 11979 raft_consensus.cc:3060] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.569350 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2726337c926548059bf8721bc8587d73" candidate_uuid: "bea4a2d0ec37466bbe346ee2da52972e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.569953 11981 raft_consensus.cc:3060] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.573064 11907 raft_consensus.cc:2468] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.574533 11979 raft_consensus.cc:2468] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.574776 11797 leader_election.cc:304] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [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: bea4a2d0ec37466bbe346ee2da52972e; no voters: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2
I20260630 12:15:23.575723 12033 raft_consensus.cc:2804] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.577162 11981 raft_consensus.cc:2468] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bea4a2d0ec37466bbe346ee2da52972e in term 1.
I20260630 12:15:23.577554 11797 leader_election.cc:304] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.580003 12033 raft_consensus.cc:697] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Becoming Leader. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Running, Role: LEADER
I20260630 12:15:23.580495 12070 raft_consensus.cc:2749] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:23.581389 12070 raft_consensus.cc:2804] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.581071 12033 consensus_queue.cc:237] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.581888 12070 raft_consensus.cc:697] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Becoming Leader. State: Replica: bea4a2d0ec37466bbe346ee2da52972e, State: Running, Role: LEADER
I20260630 12:15:23.583976 12070 consensus_queue.cc:237] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.591799 11726 catalog_manager.cc:5697] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e reported cstate change: term changed from 0 to 1, leader changed from <none> to bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "bea4a2d0ec37466bbe346ee2da52972e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.592332 11727 catalog_manager.cc:5697] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab reported cstate change: term changed from 0 to 1, leader changed from <none> to 3a749c9eca614d42bb33a6300f07deab (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3a749c9eca614d42bb33a6300f07deab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.605334 11727 catalog_manager.cc:5697] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e reported cstate change: term changed from 0 to 1, leader changed from <none> to bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "bea4a2d0ec37466bbe346ee2da52972e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.606673 11727 catalog_manager.cc:5697] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e reported cstate change: term changed from 0 to 1, leader changed from <none> to bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "bea4a2d0ec37466bbe346ee2da52972e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.631363 12035 raft_consensus.cc:493] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:23.631888 12035 raft_consensus.cc:515] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.633558 12035 leader_election.cc:290] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.634394 11832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fceb0fda0ca4189959e1e67c5b424aa" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e" is_pre_election: true
I20260630 12:15:23.634614 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fceb0fda0ca4189959e1e67c5b424aa" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2" is_pre_election: true
I20260630 12:15:23.635118 11832 raft_consensus.cc:2468] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 0.
I20260630 12:15:23.635190 11981 raft_consensus.cc:2468] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 0.
I20260630 12:15:23.636456 11871 leader_election.cc:304] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, bea4a2d0ec37466bbe346ee2da52972e; no voters: 
I20260630 12:15:23.637127 12035 raft_consensus.cc:2804] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:23.637421 12035 raft_consensus.cc:493] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:23.637676 12035 raft_consensus.cc:3060] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.642644 12035 raft_consensus.cc:515] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.644274 12035 leader_election.cc:290] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 election: Requested vote from peers bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479), f937024e78944452b3d0f5bd9b294bd2 (127.0.107.195:45503)
I20260630 12:15:23.645119 11832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fceb0fda0ca4189959e1e67c5b424aa" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea4a2d0ec37466bbe346ee2da52972e"
I20260630 12:15:23.645264 11981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fceb0fda0ca4189959e1e67c5b424aa" candidate_uuid: "3a749c9eca614d42bb33a6300f07deab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f937024e78944452b3d0f5bd9b294bd2"
I20260630 12:15:23.645663 11832 raft_consensus.cc:3060] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.645777 11981 raft_consensus.cc:3060] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:23.650461 11981 raft_consensus.cc:2468] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 1.
I20260630 12:15:23.650457 11832 raft_consensus.cc:2468] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a749c9eca614d42bb33a6300f07deab in term 1.
I20260630 12:15:23.651556 11872 leader_election.cc:304] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a749c9eca614d42bb33a6300f07deab, f937024e78944452b3d0f5bd9b294bd2; no voters: 
I20260630 12:15:23.652269 12035 raft_consensus.cc:2804] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:23.652706 12035 raft_consensus.cc:697] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 1 LEADER]: Becoming Leader. State: Replica: 3a749c9eca614d42bb33a6300f07deab, State: Running, Role: LEADER
I20260630 12:15:23.653416 12035 consensus_queue.cc:237] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } }
I20260630 12:15:23.659988 11727 catalog_manager.cc:5697] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab reported cstate change: term changed from 0 to 1, leader changed from <none> to 3a749c9eca614d42bb33a6300f07deab (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3a749c9eca614d42bb33a6300f07deab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:23.875281 12034 consensus_queue.cc:1048] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:23.887075 12077 consensus_queue.cc:1048] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:23.954113 12070 consensus_queue.cc:1048] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:23.965844 12070 consensus_queue.cc:1048] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:23.986487 12070 consensus_queue.cc:1048] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:23.997598 12070 consensus_queue.cc:1048] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.057751 12035 consensus_queue.cc:1048] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Connected to new peer: Peer: permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.068219 12086 consensus_queue.cc:1048] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Connected to new peer: Peer: permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.074054 12070 consensus_queue.cc:1048] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.087252 12061 consensus_queue.cc:1048] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a749c9eca614d42bb33a6300f07deab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.252791 12086 consensus_queue.cc:1048] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Connected to new peer: Peer: permanent_uuid: "bea4a2d0ec37466bbe346ee2da52972e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:24.263046 12035 consensus_queue.cc:1048] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [LEADER]: Connected to new peer: Peer: permanent_uuid: "f937024e78944452b3d0f5bd9b294bd2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:33.765810   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260630 12:15:33.796677 11871 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:15:33.799564   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:33.800580   431 tablet_replica.cc:333] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
W20260630 12:15:33.800827 11871 consensus_peers.cc:597] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab -> Peer bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479): Couldn't send request to peer bea4a2d0ec37466bbe346ee2da52972e. 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:33.801676   431 raft_consensus.cc:2243] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.802404   431 raft_consensus.cc:2272] T c49138ad68884a6dbbacb3dcac033acf P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.805301   431 tablet_replica.cc:333] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
I20260630 12:15:33.805902   431 raft_consensus.cc:2243] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:33.806936   431 raft_consensus.cc:2272] T 2726337c926548059bf8721bc8587d73 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.809617   431 tablet_replica.cc:333] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
I20260630 12:15:33.810209   431 raft_consensus.cc:2243] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.810708   431 raft_consensus.cc:2272] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.813441   431 tablet_replica.cc:333] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
I20260630 12:15:33.813987   431 raft_consensus.cc:2243] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.814451   431 raft_consensus.cc:2272] T 2fceb0fda0ca4189959e1e67c5b424aa P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.816962   431 tablet_replica.cc:333] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
I20260630 12:15:33.817492   431 raft_consensus.cc:2243] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:33.818526   431 raft_consensus.cc:2272] T 69280e4df01b45e5b15f0b9f4f42915a P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.821399   431 tablet_replica.cc:333] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e: stopping tablet replica
I20260630 12:15:33.821902   431 raft_consensus.cc:2243] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:33.822892   431 raft_consensus.cc:2272] T 46dada7a7a124390a872f1d8fc675258 P bea4a2d0ec37466bbe346ee2da52972e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.853042   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:33.878682   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:33.903543   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:33.904359   431 tablet_replica.cc:333] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.905114   431 raft_consensus.cc:2243] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.905633   431 raft_consensus.cc:2272] T 2726337c926548059bf8721bc8587d73 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.908195   431 tablet_replica.cc:333] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.908728   431 raft_consensus.cc:2243] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:33.909663   431 raft_consensus.cc:2272] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.912315   431 tablet_replica.cc:333] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.912935   431 raft_consensus.cc:2243] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.913403   431 raft_consensus.cc:2272] T 46dada7a7a124390a872f1d8fc675258 P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.915884   431 tablet_replica.cc:333] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.916419   431 raft_consensus.cc:2243] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:33.917307   431 raft_consensus.cc:2272] T 2fceb0fda0ca4189959e1e67c5b424aa P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.920051   431 tablet_replica.cc:333] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.920663   431 raft_consensus.cc:2243] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.921212   431 raft_consensus.cc:2272] T 69280e4df01b45e5b15f0b9f4f42915a P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.923664   431 tablet_replica.cc:333] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab: stopping tablet replica
I20260630 12:15:33.924151   431 raft_consensus.cc:2243] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:33.924625   431 raft_consensus.cc:2272] T c49138ad68884a6dbbacb3dcac033acf P 3a749c9eca614d42bb33a6300f07deab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:33.952921   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:15:33.953102 11945 consensus_peers.cc:597] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 -> Peer bea4a2d0ec37466bbe346ee2da52972e (127.0.107.193:44479): Couldn't send request to peer bea4a2d0ec37466bbe346ee2da52972e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44479: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:33.977129   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:33.999486   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:34.000255   431 tablet_replica.cc:333] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.001101   431 raft_consensus.cc:2243] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:34.001622   431 raft_consensus.cc:2272] T 69280e4df01b45e5b15f0b9f4f42915a P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.004186   431 tablet_replica.cc:333] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.004755   431 raft_consensus.cc:2243] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:34.005237   431 raft_consensus.cc:2272] T 2726337c926548059bf8721bc8587d73 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.007536   431 tablet_replica.cc:333] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.008239   431 raft_consensus.cc:2243] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:34.008759   431 raft_consensus.cc:2272] T 1a30aa1eae1a4c3e90aa0f72dd23c52e P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.010960   431 tablet_replica.cc:333] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.011511   431 raft_consensus.cc:2243] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:34.012425   431 raft_consensus.cc:2272] T c49138ad68884a6dbbacb3dcac033acf P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.014796   431 tablet_replica.cc:333] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.015300   431 raft_consensus.cc:2243] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:34.015829   431 raft_consensus.cc:2272] T 46dada7a7a124390a872f1d8fc675258 P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.018024   431 tablet_replica.cc:333] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2: stopping tablet replica
I20260630 12:15:34.018519   431 raft_consensus.cc:2243] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:34.018950   431 raft_consensus.cc:2272] T 2fceb0fda0ca4189959e1e67c5b424aa P f937024e78944452b3d0f5bd9b294bd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.045609   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:34.065990   431 master.cc:562] Master@127.0.107.254:41349 shutting down...
I20260630 12:15:34.088078   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:34.088719   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:34.089010   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 82be432f26454a20ab1ea70c9024bb28: stopping tablet replica
I20260630 12:15:34.108347   431 master.cc:584] Master@127.0.107.254:41349 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12752 ms)
[----------] 24 tests from AutoRebalancerTest (254236 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:15:34.152350   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40649
I20260630 12:15:34.153504   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:34.159722 12098 instance_detector.cc: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:34.159816 12097 instance_detector.cc: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:34.160552 12100 instance_detector.cc: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:34.161370   431 server_base.cc:1061] running on GCE node
I20260630 12:15:34.162298   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:34.162496   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:34.162650   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821734162621 us; error 0 us; skew 500 ppm
I20260630 12:15:34.163159   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:34.165639   431 webserver.cc:533] Webserver started at http://127.0.107.254:37969/ using document root <none> and password file <none>
I20260630 12:15:34.166149   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:34.166340   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:34.166611   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:34.167879   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "5a10c483648a4d56b48563986e53194b"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.172822   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:34.176640 12105 log_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:34.177412   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:15:34.177733   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "5a10c483648a4d56b48563986e53194b"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.178009   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-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:34.193112   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:34.194270   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:34.231170   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40649
I20260630 12:15:34.231264 12156 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40649 every 8 connection(s)
I20260630 12:15:34.235047 12157 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:34.246390 12157 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b: Bootstrap starting.
I20260630 12:15:34.250975 12157 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:34.255091 12157 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b: No bootstrap required, opened a new log
I20260630 12:15:34.257295 12157 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a10c483648a4d56b48563986e53194b" member_type: VOTER }
I20260630 12:15:34.257721 12157 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:34.257908 12157 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a10c483648a4d56b48563986e53194b, State: Initialized, Role: FOLLOWER
I20260630 12:15:34.258390 12157 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5a10c483648a4d56b48563986e53194b" member_type: VOTER }
I20260630 12:15:34.258798 12157 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:34.258981 12157 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:34.259187 12157 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:34.263886 12157 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a10c483648a4d56b48563986e53194b" member_type: VOTER }
I20260630 12:15:34.264376 12157 leader_election.cc:304] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [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: 5a10c483648a4d56b48563986e53194b; no voters: 
I20260630 12:15:34.265461 12157 leader_election.cc:290] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:34.265866 12160 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:34.267213 12160 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 1 LEADER]: Becoming Leader. State: Replica: 5a10c483648a4d56b48563986e53194b, State: Running, Role: LEADER
I20260630 12:15:34.267928 12160 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [LEADER]: Queue going to LEADER mode. State: All 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: "5a10c483648a4d56b48563986e53194b" member_type: VOTER }
I20260630 12:15:34.268622 12157 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:34.271018 12161 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5a10c483648a4d56b48563986e53194b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a10c483648a4d56b48563986e53194b" member_type: VOTER } }
I20260630 12:15:34.271106 12162 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5a10c483648a4d56b48563986e53194b. Latest consensus state: current_term: 1 leader_uuid: "5a10c483648a4d56b48563986e53194b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a10c483648a4d56b48563986e53194b" member_type: VOTER } }
I20260630 12:15:34.271870 12161 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:34.271915 12162 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:34.275040 12166 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:34.280301 12166 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:34.282969   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:34.288902 12166 catalog_manager.cc:1383] Generated new cluster ID: f22466fc1d2442f3b0a38dea2a2e35c8
I20260630 12:15:34.289165 12166 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:34.321301 12166 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:34.322659 12166 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:34.340101 12166 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b: Generated new TSK 0
I20260630 12:15:34.340684 12166 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:34.350060   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:34.356562 12178 instance_detector.cc: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:34.357404 12179 instance_detector.cc: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:34.358194 12181 instance_detector.cc: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:34.358672   431 server_base.cc:1061] running on GCE node
I20260630 12:15:34.359648   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:34.359867   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:34.360070   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821734360051 us; error 0 us; skew 500 ppm
I20260630 12:15:34.360728   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:34.363449   431 webserver.cc:533] Webserver started at http://127.0.107.193:40497/ using document root <none> and password file <none>
I20260630 12:15:34.363919   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:34.364094   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:34.364343   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:34.365406   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "ac39f5cbdc324f6c824d797cce59a11d"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.370085   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:34.373433 12186 log_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:34.374284   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:34.374573   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "ac39f5cbdc324f6c824d797cce59a11d"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.374886   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-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:34.394552   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:34.395771   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:34.397200   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:34.399466   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:34.399654   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.399888   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:34.400053   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.439275   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43497
I20260630 12:15:34.439430 12248 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43497 every 8 connection(s)
I20260630 12:15:34.444178   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:34.451462 12253 instance_detector.cc: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:34.453105 12254 instance_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:34.454329   431 server_base.cc:1061] running on GCE node
W20260630 12:15:34.455616 12256 instance_detector.cc: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:34.456602   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:34.456871   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:34.456911 12249 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40649
I20260630 12:15:34.457055   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821734457035 us; error 0 us; skew 500 ppm
I20260630 12:15:34.457407 12249 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:34.457770   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:34.458153 12249 heartbeater.cc:507] Master 127.0.107.254:40649 requested a full tablet report, sending...
I20260630 12:15:34.460424   431 webserver.cc:533] Webserver started at http://127.0.107.194:42895/ using document root <none> and password file <none>
I20260630 12:15:34.460546 12122 ts_manager.cc:194] Registered new tserver with Master: ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497)
I20260630 12:15:34.460994   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:34.461215   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:34.461457   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:34.462478 12122 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35176
I20260630 12:15:34.462590   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "ef11ea9465264fa6b413c14a835ea00f"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.467163   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:15:34.470855 12261 log_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:34.471621   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:15:34.471935   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "ef11ea9465264fa6b413c14a835ea00f"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.472194   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-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:34.492377   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:34.493484   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:34.494897   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:34.497107   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:34.497300   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.497519   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:34.497666   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.536419   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40323
I20260630 12:15:34.536535 12323 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40323 every 8 connection(s)
I20260630 12:15:34.541338   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:34.548902 12327 instance_detector.cc: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:34.550963 12328 instance_detector.cc: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:34.552868 12331 instance_detector.cc: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:34.553304   431 server_base.cc:1061] running on GCE node
I20260630 12:15:34.553463 12324 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40649
I20260630 12:15:34.553941 12324 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:34.554278   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:34.554514   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:34.554687   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821734554668 us; error 0 us; skew 500 ppm
I20260630 12:15:34.554756 12324 heartbeater.cc:507] Master 127.0.107.254:40649 requested a full tablet report, sending...
I20260630 12:15:34.555356   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:34.556902 12122 ts_manager.cc:194] Registered new tserver with Master: ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:34.558106   431 webserver.cc:533] Webserver started at http://127.0.107.195:36041/ using document root <none> and password file <none>
I20260630 12:15:34.558432 12122 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35180
I20260630 12:15:34.558630   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:34.558917   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:34.559170   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:34.560649   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "6f1f7d24235140c1b7ceee5c596c0352"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.565076   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:34.568265 12335 log_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:34.569020   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:34.569312   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "6f1f7d24235140c1b7ceee5c596c0352"
format_stamp: "Formatted at 2026-06-30 12:15:34 on dist-test-slave-g2rq"
I20260630 12:15:34.569571   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-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:34.584962   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:34.586087   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:34.587538   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:34.589793   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:34.589999   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.590225   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:34.590373   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:34.628648   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35547
I20260630 12:15:34.628744 12397 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35547 every 8 connection(s)
I20260630 12:15:34.641812 12398 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40649
I20260630 12:15:34.642233 12398 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:34.642935 12398 heartbeater.cc:507] Master 127.0.107.254:40649 requested a full tablet report, sending...
I20260630 12:15:34.644771 12122 ts_manager.cc:194] Registered new tserver with Master: 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:34.645347   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013629448s
I20260630 12:15:34.646162 12122 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35182
I20260630 12:15:35.465330 12249 heartbeater.cc:499] Master 127.0.107.254:40649 was elected leader, sending a full tablet report...
I20260630 12:15:35.561384 12324 heartbeater.cc:499] Master 127.0.107.254:40649 was elected leader, sending a full tablet report...
I20260630 12:15:35.648759 12398 heartbeater.cc:499] Master 127.0.107.254:40649 was elected leader, sending a full tablet report...
I20260630 12:15:35.704370 12122 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35186:
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:35.706943 12122 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:35.777654 12287 tablet_service.cc:1511] Processing CreateTablet for tablet 1b218aad71b44e7684a2cfa5c74d3b90 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:35.779174 12287 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b218aad71b44e7684a2cfa5c74d3b90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.779685 12363 tablet_service.cc:1511] Processing CreateTablet for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:35.781116 12363 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.781934 12211 tablet_service.cc:1511] Processing CreateTablet for tablet 105858bf00c14546bcfd48545b9996df (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:35.783267 12210 tablet_service.cc:1511] Processing CreateTablet for tablet f4cfe9dbc8444de09d7796d2e57a42af (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:35.784366 12212 tablet_service.cc:1511] Processing CreateTablet for tablet 1b218aad71b44e7684a2cfa5c74d3b90 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:35.784518 12288 tablet_service.cc:1511] Processing CreateTablet for tablet 61122762a19c456a81c1141eaaec3eab (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:35.785826 12288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61122762a19c456a81c1141eaaec3eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.786646 12213 tablet_service.cc:1511] Processing CreateTablet for tablet 61122762a19c456a81c1141eaaec3eab (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:35.788457 12289 tablet_service.cc:1511] Processing CreateTablet for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:35.783244 12211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105858bf00c14546bcfd48545b9996df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.789743 12210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4cfe9dbc8444de09d7796d2e57a42af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.790424 12212 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b218aad71b44e7684a2cfa5c74d3b90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.791517 12209 tablet_service.cc:1511] Processing CreateTablet for tablet 6e6e1091d28640a0a77947d7347c6e4d (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:35.792188 12286 tablet_service.cc:1511] Processing CreateTablet for tablet 105858bf00c14546bcfd48545b9996df (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:35.792788 12209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e6e1091d28640a0a77947d7347c6e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.788830 12214 tablet_service.cc:1511] Processing CreateTablet for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:35.794328 12285 tablet_service.cc:1511] Processing CreateTablet for tablet f4cfe9dbc8444de09d7796d2e57a42af (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:35.795465 12214 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.789717 12289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.797173 12284 tablet_service.cc:1511] Processing CreateTablet for tablet 6e6e1091d28640a0a77947d7347c6e4d (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:35.798573 12284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e6e1091d28640a0a77947d7347c6e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.799734 12213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61122762a19c456a81c1141eaaec3eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.801776 12285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4cfe9dbc8444de09d7796d2e57a42af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.803653 12286 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105858bf00c14546bcfd48545b9996df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.807762 12362 tablet_service.cc:1511] Processing CreateTablet for tablet 61122762a19c456a81c1141eaaec3eab (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:35.809125 12362 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61122762a19c456a81c1141eaaec3eab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.812505 12361 tablet_service.cc:1511] Processing CreateTablet for tablet 1b218aad71b44e7684a2cfa5c74d3b90 (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:35.813908 12361 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b218aad71b44e7684a2cfa5c74d3b90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.816399 12360 tablet_service.cc:1511] Processing CreateTablet for tablet 105858bf00c14546bcfd48545b9996df (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:35.817802 12360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 105858bf00c14546bcfd48545b9996df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.820650 12359 tablet_service.cc:1511] Processing CreateTablet for tablet f4cfe9dbc8444de09d7796d2e57a42af (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:35.822045 12359 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4cfe9dbc8444de09d7796d2e57a42af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.824517 12358 tablet_service.cc:1511] Processing CreateTablet for tablet 6e6e1091d28640a0a77947d7347c6e4d (DEFAULT_TABLE table=test-workload [id=c8be2ed8f3564dc1a2dd8ad05b8b1943]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:35.825887 12358 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e6e1091d28640a0a77947d7347c6e4d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:35.848546 12418 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
I20260630 12:15:35.859133 12418 tablet_bootstrap.cc:654] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.860967 12419 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:35.872043 12419 tablet_bootstrap.cc:654] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.881631 12418 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:35.882357 12418 ts_tablet_manager.cc:1403] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.034s	user 0.010s	sys 0.016s
I20260630 12:15:35.885262 12418 raft_consensus.cc:359] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.888343 12418 raft_consensus.cc:385] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.888741 12418 raft_consensus.cc:740] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.889537 12418 consensus_queue.cc:260] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.887101 12422 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:35.896136 12422 tablet_bootstrap.cc:654] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.899489 12419 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:35.903869 12419 ts_tablet_manager.cc:1403] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.043s	user 0.012s	sys 0.022s
I20260630 12:15:35.906874 12418 ts_tablet_manager.cc:1434] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.008s
I20260630 12:15:35.907105 12422 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:35.907157 12419 raft_consensus.cc:359] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.907840 12422 ts_tablet_manager.cc:1403] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.000s
I20260630 12:15:35.908152 12418 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
I20260630 12:15:35.908211 12419 raft_consensus.cc:385] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.908752 12419 raft_consensus.cc:740] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.909703 12419 consensus_queue.cc:260] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.911187 12422 raft_consensus.cc:359] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.912055 12422 raft_consensus.cc:385] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.912408 12422 raft_consensus.cc:740] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.913323 12422 consensus_queue.cc:260] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.914855 12418 tablet_bootstrap.cc:654] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.921429 12419 ts_tablet_manager.cc:1434] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.007s
I20260630 12:15:35.921563 12422 ts_tablet_manager.cc:1434] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:15:35.922809 12419 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:35.922853 12422 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:35.923044 12418 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:35.923800 12418 ts_tablet_manager.cc:1403] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.003s
I20260630 12:15:35.926571 12418 raft_consensus.cc:359] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.927403 12418 raft_consensus.cc:385] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.927764 12418 raft_consensus.cc:740] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.929105 12419 tablet_bootstrap.cc:654] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.930284 12422 tablet_bootstrap.cc:654] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.928678 12418 consensus_queue.cc:260] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.933703 12418 ts_tablet_manager.cc:1434] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:15:35.934846 12418 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
I20260630 12:15:35.941373 12418 tablet_bootstrap.cc:654] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.950706 12426 raft_consensus.cc:493] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:35.951352 12426 raft_consensus.cc:515] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.957262 12426 leader_election.cc:290] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:35.959597 12419 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:35.960057 12422 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:35.960206 12419 ts_tablet_manager.cc:1403] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.038s	user 0.028s	sys 0.008s
I20260630 12:15:35.961258 12422 ts_tablet_manager.cc:1403] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.039s	user 0.017s	sys 0.018s
I20260630 12:15:35.963364 12419 raft_consensus.cc:359] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.964190 12419 raft_consensus.cc:385] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.964174 12422 raft_consensus.cc:359] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.964834 12418 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:35.965160 12422 raft_consensus.cc:385] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.964937 12419 raft_consensus.cc:740] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.965530 12418 ts_tablet_manager.cc:1403] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.031s	user 0.006s	sys 0.012s
I20260630 12:15:35.965586 12422 raft_consensus.cc:740] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.966382 12419 consensus_queue.cc:260] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.966706 12422 consensus_queue.cc:260] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.969982 12422 ts_tablet_manager.cc:1434] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:15:35.971130 12422 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:35.972239 12418 raft_consensus.cc:359] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.973003 12418 raft_consensus.cc:385] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:35.973289 12418 raft_consensus.cc:740] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:35.974463 12418 consensus_queue.cc:260] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:35.969982 12419 ts_tablet_manager.cc:1434] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:15:35.976871 12419 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:35.982946 12418 ts_tablet_manager.cc:1434] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:15:35.983732 12422 tablet_bootstrap.cc:654] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:35.984331 12418 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
I20260630 12:15:35.987592 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:35.988986 12419 tablet_bootstrap.cc:654] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
W20260630 12:15:35.989503 12336 leader_election.cc:343] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:35.990973 12418 tablet_bootstrap.cc:654] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.001497 12422 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:36.001864 12418 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:36.002159 12422 ts_tablet_manager.cc:1403] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.031s	user 0.010s	sys 0.004s
I20260630 12:15:36.002456 12418 ts_tablet_manager.cc:1403] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.003s
I20260630 12:15:36.003901 12419 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:36.004465 12419 ts_tablet_manager.cc:1403] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.011s
I20260630 12:15:36.005211 12422 raft_consensus.cc:359] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.005512 12418 raft_consensus.cc:359] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.006072 12422 raft_consensus.cc:385] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.006264 12418 raft_consensus.cc:385] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.006467 12422 raft_consensus.cc:740] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.006668 12418 raft_consensus.cc:740] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.007504 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.007288 12419 raft_consensus.cc:359] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.007665 12418 consensus_queue.cc:260] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.008220 12419 raft_consensus.cc:385] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.007498 12422 consensus_queue.cc:260] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.008244 12299 raft_consensus.cc:2468] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 0.
I20260630 12:15:36.008728 12419 raft_consensus.cc:740] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.009644 12419 consensus_queue.cc:260] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.010116 12418 ts_tablet_manager.cc:1434] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:15:36.010046 12337 leader_election.cc:304] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [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: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f; no voters: ac39f5cbdc324f6c824d797cce59a11d
I20260630 12:15:36.011195 12426 raft_consensus.cc:2804] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.011373 12418 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
I20260630 12:15:36.011610 12426 raft_consensus.cc:493] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.011853 12419 ts_tablet_manager.cc:1434] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:36.013005 12419 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:36.018527 12418 tablet_bootstrap.cc:654] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.019933 12419 tablet_bootstrap.cc:654] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.023702 12422 ts_tablet_manager.cc:1434] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.007s
I20260630 12:15:36.024802 12422 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:36.031428 12422 tablet_bootstrap.cc:654] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.035077 12426 raft_consensus.cc:3060] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.034694 12418 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:36.036703 12418 ts_tablet_manager.cc:1403] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.008s
I20260630 12:15:36.039521 12436 raft_consensus.cc:493] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.039317 12418 raft_consensus.cc:359] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.042096 12418 raft_consensus.cc:385] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.042546 12418 raft_consensus.cc:740] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.040709 12436 raft_consensus.cc:515] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.046584 12419 tablet_bootstrap.cc:492] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:36.046702 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fb0ac5d9b5f4e5da428c6e774da8f04" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.047281 12419 ts_tablet_manager.cc:1403] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.034s	user 0.022s	sys 0.009s
I20260630 12:15:36.047629 12299 raft_consensus.cc:2468] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 0.
I20260630 12:15:36.047999 12436 leader_election.cc:290] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497)
I20260630 12:15:36.049436 12337 leader_election.cc:304] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.049510 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fb0ac5d9b5f4e5da428c6e774da8f04" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:36.050310 12224 raft_consensus.cc:2468] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 0.
I20260630 12:15:36.050071 12426 raft_consensus.cc:515] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.050616 12419 raft_consensus.cc:359] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.051108 12436 raft_consensus.cc:2804] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.050823 12418 consensus_queue.cc:260] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.051436 12419 raft_consensus.cc:385] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.051586 12436 raft_consensus.cc:493] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.052028 12419 raft_consensus.cc:740] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.052590 12436 raft_consensus.cc:3060] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.053073 12419 consensus_queue.cc:260] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.055385 12422 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:36.055771 12419 ts_tablet_manager.cc:1434] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:15:36.055995 12422 ts_tablet_manager.cc:1403] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.031s	user 0.007s	sys 0.007s
I20260630 12:15:36.057006 12419 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:36.058715 12426 leader_election.cc:290] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Requested vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:36.056710 12418 ts_tablet_manager.cc:1434] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:15:36.059652 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:36.060226 12418 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: Bootstrap starting.
W20260630 12:15:36.061355 12336 leader_election.cc:343] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:15:36.063093 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.063740 12299 raft_consensus.cc:3060] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.063935 12419 tablet_bootstrap.cc:654] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.066951 12418 tablet_bootstrap.cc:654] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.070465 12419 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:36.071048 12419 ts_tablet_manager.cc:1403] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.004s
I20260630 12:15:36.072525 12422 raft_consensus.cc:359] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.073300 12422 raft_consensus.cc:385] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.073748 12299 raft_consensus.cc:2468] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:36.073793 12422 raft_consensus.cc:740] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.074066 12419 raft_consensus.cc:359] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.077473 12337 leader_election.cc:304] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [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: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f; no voters: ac39f5cbdc324f6c824d797cce59a11d
I20260630 12:15:36.078017 12419 raft_consensus.cc:385] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.078433 12419 raft_consensus.cc:740] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.078125 12422 consensus_queue.cc:260] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.078765 12426 raft_consensus.cc:2804] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:36.079205 12419 consensus_queue.cc:260] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.086315 12419 ts_tablet_manager.cc:1434] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.001s
I20260630 12:15:36.087256 12418 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: No bootstrap required, opened a new log
I20260630 12:15:36.087882 12419 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: Bootstrap starting.
I20260630 12:15:36.087988 12418 ts_tablet_manager.cc:1403] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.001s
I20260630 12:15:36.091440 12418 raft_consensus.cc:359] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.092311 12418 raft_consensus.cc:385] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.092658 12418 raft_consensus.cc:740] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.094010 12419 tablet_bootstrap.cc:654] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.093713 12418 consensus_queue.cc:260] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.094879 12426 raft_consensus.cc:697] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Becoming Leader. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Running, Role: LEADER
I20260630 12:15:36.079164 12436 raft_consensus.cc:515] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.098728 12422 ts_tablet_manager.cc:1434] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.029s	user 0.009s	sys 0.012s
I20260630 12:15:36.100265 12422 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:36.100464 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fb0ac5d9b5f4e5da428c6e774da8f04" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:36.101104 12224 raft_consensus.cc:3060] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.101296 12418 ts_tablet_manager.cc:1434] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.004s
I20260630 12:15:36.102648 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fb0ac5d9b5f4e5da428c6e774da8f04" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.103240 12299 raft_consensus.cc:3060] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.107471 12422 tablet_bootstrap.cc:654] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.109031 12224 raft_consensus.cc:2468] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:36.110252 12336 leader_election.cc:304] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d; no voters: 
I20260630 12:15:36.110618 12426 consensus_queue.cc:237] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.111088 12436 leader_election.cc:290] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Requested vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497)
I20260630 12:15:36.111357 12299 raft_consensus.cc:2468] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:36.111816 12436 raft_consensus.cc:2804] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:36.112323 12436 raft_consensus.cc:697] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Becoming Leader. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Running, Role: LEADER
I20260630 12:15:36.113070 12436 consensus_queue.cc:237] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.125227 12419 tablet_bootstrap.cc:492] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: No bootstrap required, opened a new log
I20260630 12:15:36.125713 12419 ts_tablet_manager.cc:1403] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: Time spent bootstrapping tablet: real 0.038s	user 0.007s	sys 0.009s
I20260630 12:15:36.127584 12422 tablet_bootstrap.cc:492] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:36.128136 12422 ts_tablet_manager.cc:1403] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.005s
I20260630 12:15:36.128108 12419 raft_consensus.cc:359] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.128796 12419 raft_consensus.cc:385] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.129025 12419 raft_consensus.cc:740] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.129647 12419 consensus_queue.cc:260] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.129884 12122 catalog_manager.cc:5697] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "6f1f7d24235140c1b7ceee5c596c0352" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:36.131637 12419 ts_tablet_manager.cc:1434] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:15:36.131510 12422 raft_consensus.cc:359] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.132367 12422 raft_consensus.cc:385] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.131748 12122 catalog_manager.cc:5697] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "6f1f7d24235140c1b7ceee5c596c0352" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:36.132670 12422 raft_consensus.cc:740] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.133455 12422 consensus_queue.cc:260] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.135064 12422 ts_tablet_manager.cc:1434] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:15:36.135865 12422 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: Bootstrap starting.
I20260630 12:15:36.140408 12425 raft_consensus.cc:493] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.141058 12422 tablet_bootstrap.cc:654] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:36.140950 12425 raft_consensus.cc:515] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.143626 12425 leader_election.cc:290] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.153031 12425 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.153617 12425 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.156185 12425 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.156952 12423 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.157588 12423 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.162657 12422 tablet_bootstrap.cc:492] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: No bootstrap required, opened a new log
I20260630 12:15:36.163295 12422 ts_tablet_manager.cc:1403] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: Time spent bootstrapping tablet: real 0.028s	user 0.003s	sys 0.020s
I20260630 12:15:36.163247 12423 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.166923 12422 raft_consensus.cc:359] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.167753 12422 raft_consensus.cc:385] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:36.168090 12422 raft_consensus.cc:740] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Initialized, Role: FOLLOWER
I20260630 12:15:36.168931 12422 consensus_queue.cc:260] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.171494 12422 ts_tablet_manager.cc:1434] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260630 12:15:36.177805 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e6e1091d28640a0a77947d7347c6e4d" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.178526 12299 raft_consensus.cc:2468] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 0.
I20260630 12:15:36.178747 12436 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.179268 12436 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.179662 12298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.180490 12298 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 0.
I20260630 12:15:36.180939 12188 leader_election.cc:304] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.181406 12436 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:36.181861 12425 raft_consensus.cc:2804] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.182245 12425 raft_consensus.cc:493] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.182660 12425 raft_consensus.cc:3060] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.184787 12188 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.182291 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:36.186676 12224 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef11ea9465264fa6b413c14a835ea00f in term 0.
I20260630 12:15:36.188048 12262 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.188776 12298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.188843 12425 raft_consensus.cc:515] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.188947 12423 raft_consensus.cc:2804] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.189886 12423 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.190238 12423 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.191238 12425 leader_election.cc:290] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Requested vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.191859 12425 raft_consensus.cc:2804] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.192183 12425 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.192488 12425 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.198599 12423 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.199965 12298 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6f1f7d24235140c1b7ceee5c596c0352 in current term 1: Already voted for candidate ef11ea9465264fa6b413c14a835ea00f in this term.
I20260630 12:15:36.200577 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:36.201963 12223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:36.203580 12425 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.204605 12436 raft_consensus.cc:493] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.204890 12224 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6f1f7d24235140c1b7ceee5c596c0352 in current term 1: Already voted for candidate ac39f5cbdc324f6c824d797cce59a11d in this term.
I20260630 12:15:36.205116 12436 raft_consensus.cc:515] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.207295 12425 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Requested vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.207283 12436 leader_election.cc:290] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:36.207973 12425 raft_consensus.cc:493] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.208545 12425 raft_consensus.cc:515] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.209055 12371 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e6e1091d28640a0a77947d7347c6e4d" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:36.209604 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:36.210282 12224 raft_consensus.cc:2468] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 0.
I20260630 12:15:36.210742 12425 leader_election.cc:290] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.210712 12370 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:36.207906 12373 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e6e1091d28640a0a77947d7347c6e4d" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.211817 12336 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [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: 6f1f7d24235140c1b7ceee5c596c0352; no voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f
I20260630 12:15:36.211979 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.212641 12436 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.212605 12369 raft_consensus.cc:2468] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 0.
I20260630 12:15:36.208465 12372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.209709 12371 raft_consensus.cc:3060] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.214146 12190 leader_election.cc:304] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d; no voters: 
I20260630 12:15:36.215045 12425 raft_consensus.cc:2804] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.215417 12425 raft_consensus.cc:493] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.215759 12425 raft_consensus.cc:3060] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.215766 12298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.218401 12298 raft_consensus.cc:2468] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 0.
I20260630 12:15:36.208545 12423 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [CANDIDATE]: Term 1 election: Requested vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.219614 12337 leader_election.cc:304] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.220414 12426 raft_consensus.cc:2804] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.220793 12426 raft_consensus.cc:493] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.221220 12426 raft_consensus.cc:3060] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.220683 12436 raft_consensus.cc:2749] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:36.223299 12370 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.223596 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:36.224045 12425 raft_consensus.cc:515] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.226078 12425 leader_election.cc:290] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Requested vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.226018 12265 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [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: ef11ea9465264fa6b413c14a835ea00f; no voters: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d
I20260630 12:15:36.226982 12423 raft_consensus.cc:2749] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:36.227207 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:36.227630 12372 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 1.
I20260630 12:15:36.230167 12371 raft_consensus.cc:2468] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 1.
I20260630 12:15:36.229871 12426 raft_consensus.cc:515] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.231148 12369 raft_consensus.cc:2393] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ac39f5cbdc324f6c824d797cce59a11d in current term 1: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:36.231259 12190 leader_election.cc:304] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d; no voters: 
W20260630 12:15:36.231271 12188 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:40323, user_credentials={real_user=slave}} blocked reactor thread for 46578.5us
I20260630 12:15:36.232257 12425 raft_consensus.cc:2804] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:36.232829 12425 raft_consensus.cc:697] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 1 LEADER]: Becoming Leader. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Running, Role: LEADER
I20260630 12:15:36.233217 12298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e6e1091d28640a0a77947d7347c6e4d" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.233633 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.233911 12298 raft_consensus.cc:3060] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.233675 12425 consensus_queue.cc:237] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.234651 12299 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ac39f5cbdc324f6c824d797cce59a11d in current term 1: Already voted for candidate ef11ea9465264fa6b413c14a835ea00f in this term.
I20260630 12:15:36.235611 12426 leader_election.cc:290] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Requested vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:36.236364 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.236976 12299 raft_consensus.cc:3060] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.242614 12299 raft_consensus.cc:2468] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:36.242654 12121 catalog_manager.cc:5697] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d reported cstate change: term changed from 0 to 1, leader changed from <none> to ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ac39f5cbdc324f6c824d797cce59a11d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:36.243649 12337 leader_election.cc:304] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.244321 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:36.244530 12426 raft_consensus.cc:2804] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:36.245077 12426 raft_consensus.cc:697] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Becoming Leader. State: Replica: 6f1f7d24235140c1b7ceee5c596c0352, State: Running, Role: LEADER
I20260630 12:15:36.245012 12188 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [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: ac39f5cbdc324f6c824d797cce59a11d; no voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f
I20260630 12:15:36.246028 12426 consensus_queue.cc:237] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.246529 12299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.246963 12298 raft_consensus.cc:2468] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 1.
I20260630 12:15:36.247301 12299 raft_consensus.cc:2393] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ac39f5cbdc324f6c824d797cce59a11d in current term 1: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:36.246047 12224 raft_consensus.cc:2393] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6f1f7d24235140c1b7ceee5c596c0352 in current term 1: Already voted for candidate ac39f5cbdc324f6c824d797cce59a11d in this term.
I20260630 12:15:36.248311 12425 raft_consensus.cc:2749] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:36.248351 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b218aad71b44e7684a2cfa5c74d3b90" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.251487 12297 raft_consensus.cc:2393] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ac39f5cbdc324f6c824d797cce59a11d in current term 1: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:36.252595 12188 leader_election.cc:304] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [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: ac39f5cbdc324f6c824d797cce59a11d; no voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f
I20260630 12:15:36.253232 12425 raft_consensus.cc:2749] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:36.253902 12454 raft_consensus.cc:493] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.254374 12454 raft_consensus.cc:515] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.256469 12454 leader_election.cc:290] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.257567 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105858bf00c14546bcfd48545b9996df" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.257962 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105858bf00c14546bcfd48545b9996df" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.258301 12369 raft_consensus.cc:2468] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 0.
I20260630 12:15:36.258616 12297 raft_consensus.cc:2468] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 0.
I20260630 12:15:36.259451 12190 leader_election.cc:304] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d; no voters: 
I20260630 12:15:36.260164 12454 raft_consensus.cc:2804] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:36.260564 12454 raft_consensus.cc:493] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:36.260810 12454 raft_consensus.cc:3060] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.260200 12121 catalog_manager.cc:5697] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "6f1f7d24235140c1b7ceee5c596c0352" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:36.266953 12454 raft_consensus.cc:515] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.268975 12454 leader_election.cc:290] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Requested vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.269608 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105858bf00c14546bcfd48545b9996df" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:36.269902 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "105858bf00c14546bcfd48545b9996df" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:36.270383 12297 raft_consensus.cc:3060] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.270435 12369 raft_consensus.cc:3060] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.276518 12297 raft_consensus.cc:2468] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 1.
I20260630 12:15:36.277405 12369 raft_consensus.cc:2468] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ac39f5cbdc324f6c824d797cce59a11d in term 1.
I20260630 12:15:36.277601 12188 leader_election.cc:304] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:36.278538 12454 raft_consensus.cc:2804] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:36.278991 12454 raft_consensus.cc:697] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 LEADER]: Becoming Leader. State: Replica: ac39f5cbdc324f6c824d797cce59a11d, State: Running, Role: LEADER
I20260630 12:15:36.279904 12454 consensus_queue.cc:237] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
W20260630 12:15:36.280728 12170 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:36.286922 12121 catalog_manager.cc:5697] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d reported cstate change: term changed from 0 to 1, leader changed from <none> to ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ac39f5cbdc324f6c824d797cce59a11d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:36.309626 12454 raft_consensus.cc:493] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:36.310134 12454 raft_consensus.cc:515] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:36.311823 12454 leader_election.cc:290] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:36.312532 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:36.312845 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4cfe9dbc8444de09d7796d2e57a42af" candidate_uuid: "ac39f5cbdc324f6c824d797cce59a11d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:36.313163 12297 raft_consensus.cc:2393] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ac39f5cbdc324f6c824d797cce59a11d in current term 1: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:36.314100 12188 leader_election.cc:304] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [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: ac39f5cbdc324f6c824d797cce59a11d; no voters: 6f1f7d24235140c1b7ceee5c596c0352, ef11ea9465264fa6b413c14a835ea00f
I20260630 12:15:36.314692 12454 raft_consensus.cc:3060] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:36.319588 12454 raft_consensus.cc:2749] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:15:36.505901 12426 consensus_queue.cc:1048] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.507282 12426 consensus_queue.cc:1048] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.525444 12442 consensus_queue.cc:1048] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:36.526963 12442 consensus_queue.cc:1048] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.682981 12454 consensus_queue.cc:1048] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.693578 12454 consensus_queue.cc:1048] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.750255 12442 consensus_queue.cc:1048] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.759931 12442 consensus_queue.cc:1048] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.780385 12454 consensus_queue.cc:1048] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:36.790814 12425 consensus_queue.cc:1048] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:37.282902 12170 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:37.916224 12442 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:37.916875 12442 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:37.918641 12442 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:37.919436 12474 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:37.919586 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:37.920277 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f" is_pre_election: true
I20260630 12:15:37.920389 12224 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:37.920222 12474 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:37.921366 12297 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f1f7d24235140c1b7ceee5c596c0352 in term 1.
I20260630 12:15:37.921765 12336 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [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: 6f1f7d24235140c1b7ceee5c596c0352, ac39f5cbdc324f6c824d797cce59a11d; no voters: 
I20260630 12:15:37.922919 12474 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:37.922618 12442 raft_consensus.cc:2804] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:15:37.923218 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d" is_pre_election: true
I20260630 12:15:37.923564 12442 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:37.923501 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352" is_pre_election: true
I20260630 12:15:37.924037 12224 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef11ea9465264fa6b413c14a835ea00f in term 1.
I20260630 12:15:37.924124 12442 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:37.925156 12262 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [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: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 
I20260630 12:15:37.925920 12474 raft_consensus.cc:2804] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:15:37.926226 12474 raft_consensus.cc:493] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:37.926507 12474 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:37.929793 12442 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:37.930862 12369 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ef11ea9465264fa6b413c14a835ea00f in current term 2: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:37.931581 12474 raft_consensus.cc:515] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:37.932951 12297 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef11ea9465264fa6b413c14a835ea00f"
I20260630 12:15:37.933625 12474 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [CANDIDATE]: Term 2 election: Requested vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:37.933749 12297 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 6f1f7d24235140c1b7ceee5c596c0352 in current term 2: Already voted for candidate ef11ea9465264fa6b413c14a835ea00f in this term.
I20260630 12:15:37.934626 12369 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f1f7d24235140c1b7ceee5c596c0352"
I20260630 12:15:37.934939 12223 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "ef11ea9465264fa6b413c14a835ea00f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:37.935493 12369 raft_consensus.cc:2393] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate ef11ea9465264fa6b413c14a835ea00f in current term 2: Already voted for candidate 6f1f7d24235140c1b7ceee5c596c0352 in this term.
I20260630 12:15:37.935490 12223 raft_consensus.cc:3060] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:15:37.934626 12224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61122762a19c456a81c1141eaaec3eab" candidate_uuid: "6f1f7d24235140c1b7ceee5c596c0352" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac39f5cbdc324f6c824d797cce59a11d"
I20260630 12:15:37.934062 12442 leader_election.cc:290] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [CANDIDATE]: Term 2 election: Requested vote from peers ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497), ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:37.937263 12336 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [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: 6f1f7d24235140c1b7ceee5c596c0352; no voters: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f
I20260630 12:15:37.938045 12442 raft_consensus.cc:2749] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:15:37.941578 12223 raft_consensus.cc:2468] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef11ea9465264fa6b413c14a835ea00f in term 2.
I20260630 12:15:37.942610 12262 leader_election.cc:304] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [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: ac39f5cbdc324f6c824d797cce59a11d, ef11ea9465264fa6b413c14a835ea00f; no voters: 6f1f7d24235140c1b7ceee5c596c0352
I20260630 12:15:37.943285 12474 raft_consensus.cc:2804] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:15:37.944114 12474 raft_consensus.cc:697] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 LEADER]: Becoming Leader. State: Replica: ef11ea9465264fa6b413c14a835ea00f, State: Running, Role: LEADER
I20260630 12:15:37.944851 12474 consensus_queue.cc:237] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Queue going to LEADER 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: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } }
I20260630 12:15:37.951406 12120 catalog_manager.cc:5697] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f reported cstate change: term changed from 0 to 2, leader changed from <none> to ef11ea9465264fa6b413c14a835ea00f (127.0.107.194). New cstate: current_term: 2 leader_uuid: "ef11ea9465264fa6b413c14a835ea00f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:38.336998 12369 raft_consensus.cc:1275] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Refusing update from remote peer ef11ea9465264fa6b413c14a835ea00f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:15:38.338243 12474 consensus_queue.cc:1048] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:38.348766 12223 raft_consensus.cc:1275] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Refusing update from remote peer ef11ea9465264fa6b413c14a835ea00f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:15:38.350828 12474 consensus_queue.cc:1048] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:15:39.034243 12543 log.cc:927] Time spent T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: Append to log took a long time: real 0.061s	user 0.000s	sys 0.001s
W20260630 12:15:39.665990 12337 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:40323, user_credentials={real_user=slave}} blocked reactor thread for 54943.8us
I20260630 12:15:39.689513   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:39.697535 12549 instance_detector.cc: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:39.697477 12550 instance_detector.cc: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:39.698768 12552 instance_detector.cc: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:39.700394   431 server_base.cc:1061] running on GCE node
I20260630 12:15:39.701678   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:39.701903   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:39.702103   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821739702083 us; error 0 us; skew 500 ppm
I20260630 12:15:39.702643   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:39.705327   431 webserver.cc:533] Webserver started at http://127.0.107.196:46651/ using document root <none> and password file <none>
I20260630 12:15:39.705826   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:39.706010   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:39.706270   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:39.707491   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "9121a50861894480bfae242fe03c86ae"
format_stamp: "Formatted at 2026-06-30 12:15:39 on dist-test-slave-g2rq"
I20260630 12:15:39.712263   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:15:39.716120 12557 log_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:39.717027   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:15:39.717367   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "9121a50861894480bfae242fe03c86ae"
format_stamp: "Formatted at 2026-06-30 12:15:39 on dist-test-slave-g2rq"
I20260630 12:15:39.717691   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782821479742301-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:39.730665   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:39.732093   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:39.733848   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:39.736567   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:39.736809   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:39.737074   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:39.737234   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:39.778649   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37123
I20260630 12:15:39.778744 12619 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37123 every 8 connection(s)
I20260630 12:15:39.792596 12620 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40649
I20260630 12:15:39.793056 12620 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:39.793746 12620 heartbeater.cc:507] Master 127.0.107.254:40649 requested a full tablet report, sending...
I20260630 12:15:39.795697 12119 ts_manager.cc:194] Registered new tserver with Master: 9121a50861894480bfae242fe03c86ae (127.0.107.196:37123)
I20260630 12:15:39.797080 12119 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35190
I20260630 12:15:40.326123 12222 consensus_queue.cc:237] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:40.332759 12369 raft_consensus.cc:1275] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Refusing update from remote peer ac39f5cbdc324f6c824d797cce59a11d: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.333349 12295 raft_consensus.cc:1275] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Refusing update from remote peer ac39f5cbdc324f6c824d797cce59a11d: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.334057 12626 consensus_queue.cc:1048] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:15:40.335021 12542 consensus_queue.cc:1048] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:15:40.341650 12542 raft_consensus.cc:2955] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.343657 12369 raft_consensus.cc:2955] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
W20260630 12:15:40.345031 12187 consensus_peers.cc:597] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d -> Peer 9121a50861894480bfae242fe03c86ae (127.0.107.196:37123): Couldn't send request to peer 9121a50861894480bfae242fe03c86ae. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 105858bf00c14546bcfd48545b9996df. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:40.345418 12295 raft_consensus.cc:2955] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.358953 12115 catalog_manager.cc:5697] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f reported cstate change: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ac39f5cbdc324f6c824d797cce59a11d" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.372188 12369 consensus_queue.cc:237] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:40.379218 12295 raft_consensus.cc:1275] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Refusing update from remote peer 6f1f7d24235140c1b7ceee5c596c0352: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.385265 12635 consensus_queue.cc:1048] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.001s
I20260630 12:15:40.389894 12222 raft_consensus.cc:1275] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Refusing update from remote peer 6f1f7d24235140c1b7ceee5c596c0352: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.391662 12635 consensus_queue.cc:1048] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:15:40.394277 12637 raft_consensus.cc:2955] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.395886 12295 raft_consensus.cc:2955] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.398526 12222 raft_consensus.cc:2955] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
W20260630 12:15:40.401528 12336 consensus_peers.cc:597] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 -> Peer 9121a50861894480bfae242fe03c86ae (127.0.107.196:37123): Couldn't send request to peer 9121a50861894480bfae242fe03c86ae. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1b218aad71b44e7684a2cfa5c74d3b90. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:40.408898 12122 catalog_manager.cc:5697] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 reported cstate change: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6f1f7d24235140c1b7ceee5c596c0352" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:40.410192 12369 consensus_queue.cc:237] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
W20260630 12:15:40.416625 12336 consensus_peers.cc:597] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 -> Peer 9121a50861894480bfae242fe03c86ae (127.0.107.196:37123): Couldn't send request to peer 9121a50861894480bfae242fe03c86ae. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2fb0ac5d9b5f4e5da428c6e774da8f04. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:40.418838 12295 raft_consensus.cc:1275] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Refusing update from remote peer 6f1f7d24235140c1b7ceee5c596c0352: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.420634 12637 consensus_queue.cc:1048] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:15:40.419024 12222 raft_consensus.cc:1275] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Refusing update from remote peer 6f1f7d24235140c1b7ceee5c596c0352: Log matching property violated. Preceding OpId in replica: term: 1 index: 12. Preceding OpId from leader: term: 1 index: 13. (index mismatch)
I20260630 12:15:40.424126 12637 consensus_queue.cc:1048] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
I20260630 12:15:40.427385 12547 raft_consensus.cc:2955] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.433049 12222 raft_consensus.cc:2955] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.433530 12295 raft_consensus.cc:2955] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Committing config change with OpId 1.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.445267 12119 catalog_manager.cc:5697] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 reported cstate change: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6f1f7d24235140c1b7ceee5c596c0352" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:40.461608 12295 consensus_queue.cc:237] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 12, Committed index: 12, Last appended: 2.12, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:40.468348 12369 raft_consensus.cc:1275] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Refusing update from remote peer ef11ea9465264fa6b413c14a835ea00f: Log matching property violated. Preceding OpId in replica: term: 2 index: 12. Preceding OpId from leader: term: 2 index: 13. (index mismatch)
I20260630 12:15:40.469440 12222 raft_consensus.cc:1275] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Refusing update from remote peer ef11ea9465264fa6b413c14a835ea00f: Log matching property violated. Preceding OpId in replica: term: 2 index: 12. Preceding OpId from leader: term: 2 index: 13. (index mismatch)
I20260630 12:15:40.469861 12639 consensus_queue.cc:1048] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.001s
I20260630 12:15:40.471624 12483 consensus_queue.cc:1048] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 13, Last known committed idx: 12, Time since last communication: 0.000s
W20260630 12:15:40.479060 12262 consensus_peers.cc:597] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f -> Peer 9121a50861894480bfae242fe03c86ae (127.0.107.196:37123): Couldn't send request to peer 9121a50861894480bfae242fe03c86ae. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 61122762a19c456a81c1141eaaec3eab. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:40.478853 12639 raft_consensus.cc:2955] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 LEADER]: Committing config change with OpId 2.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.480934 12369 raft_consensus.cc:2955] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Committing config change with OpId 2.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.481853 12222 raft_consensus.cc:2955] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Committing config change with OpId 2.13: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New config: { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.500262 12115 catalog_manager.cc:5697] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d reported cstate change: config changed from index -1 to 13, NON_VOTER 9121a50861894480bfae242fe03c86ae (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "ef11ea9465264fa6b413c14a835ea00f" committed_config { opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } attrs { replace: true } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } } }
I20260630 12:15:40.799546 12620 heartbeater.cc:499] Master 127.0.107.254:40649 was elected leader, sending a full tablet report...
I20260630 12:15:40.811367   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:40.841217   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:40.843317   431 tablet_replica.cc:333] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.844108   431 raft_consensus.cc:2243] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.844880   431 raft_consensus.cc:2272] T f4cfe9dbc8444de09d7796d2e57a42af P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.847234   431 tablet_replica.cc:333] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.847836   431 raft_consensus.cc:2243] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:40.848558   431 raft_consensus.cc:2272] T 6e6e1091d28640a0a77947d7347c6e4d P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.850499   431 tablet_replica.cc:333] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.850977   431 raft_consensus.cc:2243] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.851433   431 raft_consensus.cc:2272] T 61122762a19c456a81c1141eaaec3eab P ac39f5cbdc324f6c824d797cce59a11d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.854048   431 tablet_replica.cc:333] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.854801   431 raft_consensus.cc:2243] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.855648   431 raft_consensus.cc:2272] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.858568   431 tablet_replica.cc:333] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.859067   431 raft_consensus.cc:2243] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.859680   431 raft_consensus.cc:2272] T 1b218aad71b44e7684a2cfa5c74d3b90 P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.862880   431 tablet_replica.cc:333] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d: stopping tablet replica
I20260630 12:15:40.863620   431 raft_consensus.cc:2243] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:40.864948   431 raft_consensus.cc:2272] T 105858bf00c14546bcfd48545b9996df P ac39f5cbdc324f6c824d797cce59a11d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.870252 12643 ts_tablet_manager.cc:933] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Initiating tablet copy from peer 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:40.871856 12643 tablet_copy_client.cc:323] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35547
I20260630 12:15:40.887248 12383 tablet_copy_service.cc:140] P 6f1f7d24235140c1b7ceee5c596c0352: Received BeginTabletCopySession request for tablet 1b218aad71b44e7684a2cfa5c74d3b90 from peer 9121a50861894480bfae242fe03c86ae ({username='slave'} at 127.0.0.1:56946)
I20260630 12:15:40.887964 12383 tablet_copy_service.cc:161] P 6f1f7d24235140c1b7ceee5c596c0352: Beginning new tablet copy session on tablet 1b218aad71b44e7684a2cfa5c74d3b90 from peer 9121a50861894480bfae242fe03c86ae at {username='slave'} at 127.0.0.1:56946: session id = 9121a50861894480bfae242fe03c86ae-1b218aad71b44e7684a2cfa5c74d3b90
I20260630 12:15:40.888523   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:40.895087 12383 tablet_copy_source_session.cc:215] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:40.898470 12643 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b218aad71b44e7684a2cfa5c74d3b90. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:40.909296   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:40.919806 12643 tablet_copy_client.cc:806] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:40.920476 12643 tablet_copy_client.cc:670] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: tablet copy: Starting download of 1 WAL segments...
W20260630 12:15:40.920748 12336 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43497: connect: Connection refused (error 111) [suppressed 1 similar messages]
I20260630 12:15:40.925017 12643 tablet_copy_client.cc:538] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:15:40.925519 12336 consensus_peers.cc:597] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 -> Peer ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497): Couldn't send request to peer ac39f5cbdc324f6c824d797cce59a11d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43497: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:40.937054 12643 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Bootstrap starting.
I20260630 12:15:40.946959 12649 ts_tablet_manager.cc:933] T 61122762a19c456a81c1141eaaec3eab P 9121a50861894480bfae242fe03c86ae: Initiating tablet copy from peer ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323)
I20260630 12:15:40.955171 12649 tablet_copy_client.cc:323] T 61122762a19c456a81c1141eaaec3eab P 9121a50861894480bfae242fe03c86ae: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:40323
I20260630 12:15:40.964973   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:40.965804   431 tablet_replica.cc:333] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.966583   431 raft_consensus.cc:2243] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.967250   431 raft_consensus.cc:2272] T 6e6e1091d28640a0a77947d7347c6e4d P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.970131   431 tablet_replica.cc:333] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.970903   431 raft_consensus.cc:2243] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.971758   431 raft_consensus.cc:2272] T 1b218aad71b44e7684a2cfa5c74d3b90 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.975473   431 tablet_replica.cc:333] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.976228   431 raft_consensus.cc:2243] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.976975   431 raft_consensus.cc:2272] T 105858bf00c14546bcfd48545b9996df P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.980289   431 tablet_replica.cc:333] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.981057   431 raft_consensus.cc:2243] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.981717   431 raft_consensus.cc:2272] T f4cfe9dbc8444de09d7796d2e57a42af P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:40.982961 12337 consensus_peers.cc:597] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 -> Peer ef11ea9465264fa6b413c14a835ea00f (127.0.107.194:40323): Couldn't send request to peer ef11ea9465264fa6b413c14a835ea00f. 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:40.984481   431 tablet_replica.cc:333] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.985348   431 raft_consensus.cc:2243] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:40.986197   431 raft_consensus.cc:2272] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P ef11ea9465264fa6b413c14a835ea00f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.989876   431 tablet_replica.cc:333] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f: stopping tablet replica
I20260630 12:15:40.990605   431 raft_consensus.cc:2243] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:15:40.991669   431 raft_consensus.cc:2272] T 61122762a19c456a81c1141eaaec3eab P ef11ea9465264fa6b413c14a835ea00f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:40.993777 12652 ts_tablet_manager.cc:933] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Initiating tablet copy from peer 6f1f7d24235140c1b7ceee5c596c0352 (127.0.107.195:35547)
I20260630 12:15:41.008649 12652 tablet_copy_client.cc:323] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35547
I20260630 12:15:41.011175 12383 tablet_copy_service.cc:140] P 6f1f7d24235140c1b7ceee5c596c0352: Received BeginTabletCopySession request for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 from peer 9121a50861894480bfae242fe03c86ae ({username='slave'} at 127.0.0.1:56946)
I20260630 12:15:41.012071 12383 tablet_copy_service.cc:161] P 6f1f7d24235140c1b7ceee5c596c0352: Beginning new tablet copy session on tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 from peer 9121a50861894480bfae242fe03c86ae at {username='slave'} at 127.0.0.1:56946: session id = 9121a50861894480bfae242fe03c86ae-2fb0ac5d9b5f4e5da428c6e774da8f04
I20260630 12:15:41.028204 12383 tablet_copy_source_session.cc:215] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:15:41.031561 12559 connection.cc:573] client connection to 127.0.107.194:40323 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:15:41.034539 12559 connection.cc:466] server connection from 127.0.0.1:57090 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:57090 (request call id 1) could send its response
I20260630 12:15:41.042022 12652 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fb0ac5d9b5f4e5da428c6e774da8f04. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:15:41.047796 12336 consensus_peers.cc:597] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 -> Peer ac39f5cbdc324f6c824d797cce59a11d (127.0.107.193:43497): Couldn't send request to peer ac39f5cbdc324f6c824d797cce59a11d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43497: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:41.055053   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260630 12:15:41.063674 12652 tablet_copy_client.cc:806] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:41.064683 12652 tablet_copy_client.cc:670] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:41.069195 12652 tablet_copy_client.cc:538] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:41.078454 12652 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Bootstrap starting.
I20260630 12:15:41.083195   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260630 12:15:41.091634 12643 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Bootstrap replayed 1/1 log segments. Stats: ops{read=13 overwritten=0 applied=13 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:41.092629 12643 tablet_bootstrap.cc:492] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Bootstrap complete.
I20260630 12:15:41.093389 12643 ts_tablet_manager.cc:1403] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Time spent bootstrapping tablet: real 0.157s	user 0.087s	sys 0.026s
I20260630 12:15:41.095860 12643 raft_consensus.cc:359] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:41.096607 12643 raft_consensus.cc:740] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9121a50861894480bfae242fe03c86ae, State: Initialized, Role: LEARNER
I20260630 12:15:41.098404 12643 consensus_queue.cc:260] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } attrs { replace: true } } peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:41.103516   431 tablet_copy_service.cc:362] P 6f1f7d24235140c1b7ceee5c596c0352: Destroying tablet copy session 9121a50861894480bfae242fe03c86ae-2fb0ac5d9b5f4e5da428c6e774da8f04 due to service shutdown
I20260630 12:15:41.104149   431 tablet_copy_service.cc:434] P 6f1f7d24235140c1b7ceee5c596c0352: ending tablet copy session 9121a50861894480bfae242fe03c86ae-2fb0ac5d9b5f4e5da428c6e774da8f04 on tablet 2fb0ac5d9b5f4e5da428c6e774da8f04 with peer 9121a50861894480bfae242fe03c86ae
I20260630 12:15:41.104859   431 tablet_copy_service.cc:362] P 6f1f7d24235140c1b7ceee5c596c0352: Destroying tablet copy session 9121a50861894480bfae242fe03c86ae-1b218aad71b44e7684a2cfa5c74d3b90 due to service shutdown
I20260630 12:15:41.105203   431 tablet_copy_service.cc:434] P 6f1f7d24235140c1b7ceee5c596c0352: ending tablet copy session 9121a50861894480bfae242fe03c86ae-1b218aad71b44e7684a2cfa5c74d3b90 on tablet 1b218aad71b44e7684a2cfa5c74d3b90 with peer 9121a50861894480bfae242fe03c86ae
I20260630 12:15:41.110735 12643 ts_tablet_manager.cc:1434] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:15:41.134759   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:41.135532   431 tablet_replica.cc:333] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.136358   431 raft_consensus.cc:2243] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:41.137167   431 raft_consensus.cc:2272] T 105858bf00c14546bcfd48545b9996df P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.140569   431 tablet_replica.cc:333] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.141686   431 raft_consensus.cc:2243] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:41.143116   431 raft_consensus.cc:2272] T 1b218aad71b44e7684a2cfa5c74d3b90 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.146446   431 tablet_replica.cc:333] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.147251   431 raft_consensus.cc:2243] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:41.147985   431 raft_consensus.cc:2272] T 6e6e1091d28640a0a77947d7347c6e4d P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.150741   431 tablet_replica.cc:333] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.151503   431 raft_consensus.cc:2243] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:41.152088   431 raft_consensus.cc:2272] T 61122762a19c456a81c1141eaaec3eab P 6f1f7d24235140c1b7ceee5c596c0352 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.155956   431 tablet_replica.cc:333] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.156734   431 raft_consensus.cc:2243] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:41.158226   431 raft_consensus.cc:2272] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.161701   431 tablet_replica.cc:333] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352: stopping tablet replica
I20260630 12:15:41.162483   431 raft_consensus.cc:2243] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:41.163579   431 raft_consensus.cc:2272] T f4cfe9dbc8444de09d7796d2e57a42af P 6f1f7d24235140c1b7ceee5c596c0352 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.177268 12652 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Bootstrap replayed 1/1 log segments. Stats: ops{read=13 overwritten=0 applied=13 ignored=0} inserts{seen=97 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:41.178247 12652 tablet_bootstrap.cc:492] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Bootstrap complete.
I20260630 12:15:41.178907 12652 ts_tablet_manager.cc:1403] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Time spent bootstrapping tablet: real 0.101s	user 0.065s	sys 0.025s
I20260630 12:15:41.181393 12652 raft_consensus.cc:359] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:41.182099 12652 raft_consensus.cc:740] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9121a50861894480bfae242fe03c86ae, State: Initialized, Role: LEARNER
I20260630 12:15:41.182643 12652 consensus_queue.cc:260] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 13, Last appended: 1.13, Last appended by leader: 13, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 13 OBSOLETE_local: false peers { permanent_uuid: "ef11ea9465264fa6b413c14a835ea00f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40323 } attrs { replace: true } } peers { permanent_uuid: "ac39f5cbdc324f6c824d797cce59a11d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43497 } } peers { permanent_uuid: "6f1f7d24235140c1b7ceee5c596c0352" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35547 } } peers { permanent_uuid: "9121a50861894480bfae242fe03c86ae" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37123 } attrs { promote: true } }
I20260630 12:15:41.184335 12652 ts_tablet_manager.cc:1434] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
W20260630 12:15:41.186872 12652 tablet_copy_client.cc:1131] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: 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:35547: connect: Connection refused (error 111)
I20260630 12:15:41.195763   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:41.211663   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260630 12:15:41.233449 12643 tablet_copy_client.cc:1131] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: 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:35547: connect: Connection refused (error 111)
I20260630 12:15:41.237439   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:41.238471   431 tablet_replica.cc:333] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae: stopping tablet replica
I20260630 12:15:41.239159   431 raft_consensus.cc:2243] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:41.239622   431 raft_consensus.cc:2272] T 2fb0ac5d9b5f4e5da428c6e774da8f04 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:41.241876   431 tablet_replica.cc:333] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae: stopping tablet replica
I20260630 12:15:41.242324   431 raft_consensus.cc:2243] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:41.242676   431 raft_consensus.cc:2272] T 1b218aad71b44e7684a2cfa5c74d3b90 P 9121a50861894480bfae242fe03c86ae [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:41.262666   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:41.274159   431 master.cc:562] Master@127.0.107.254:40649 shutting down...
W20260630 12:15:41.293946 12170 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:41.295068   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:41.295565   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:41.295850   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5a10c483648a4d56b48563986e53194b: stopping tablet replica
I20260630 12:15:41.315524   431 master.cc:584] Master@127.0.107.254:40649 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (7203 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:15:41.354482   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40591
I20260630 12:15:41.355506   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:41.360447 12661 instance_detector.cc: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:41.360879 12660 instance_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:15:41.362528   431 server_base.cc:1061] running on GCE node
W20260630 12:15:41.362592 12663 instance_detector.cc: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:41.363740   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:41.363919   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:41.364033   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821741364021 us; error 0 us; skew 500 ppm
I20260630 12:15:41.364459   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:41.366663   431 webserver.cc:533] Webserver started at http://127.0.107.254:44049/ using document root <none> and password file <none>
I20260630 12:15:41.367076   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:41.367223   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:41.367494   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:41.368847   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/master-0-root/instance:
uuid: "515970fa8a6e4c9c9142900bee27a3dd"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.373302   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:41.376559 12668 log_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:41.377282   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:15:41.377540   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/master-0-root
uuid: "515970fa8a6e4c9c9142900bee27a3dd"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.377789   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-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:41.392069   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:41.393042   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:41.425665   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40591
I20260630 12:15:41.425763 12719 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40591 every 8 connection(s)
I20260630 12:15:41.429371 12720 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:41.440501 12720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd: Bootstrap starting.
I20260630 12:15:41.444861 12720 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:41.449044 12720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd: No bootstrap required, opened a new log
I20260630 12:15:41.451059 12720 raft_consensus.cc:359] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER }
I20260630 12:15:41.451506 12720 raft_consensus.cc:385] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:41.451684 12720 raft_consensus.cc:740] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 515970fa8a6e4c9c9142900bee27a3dd, State: Initialized, Role: FOLLOWER
I20260630 12:15:41.452250 12720 consensus_queue.cc:260] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER }
I20260630 12:15:41.452699 12720 raft_consensus.cc:399] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:15:41.452886 12720 raft_consensus.cc:493] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:15:41.453105 12720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:41.458192 12720 raft_consensus.cc:515] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER }
I20260630 12:15:41.458698 12720 leader_election.cc:304] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [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: 515970fa8a6e4c9c9142900bee27a3dd; no voters: 
I20260630 12:15:41.459905 12720 leader_election.cc:290] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:15:41.460250 12723 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:41.461740 12723 raft_consensus.cc:697] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 1 LEADER]: Becoming Leader. State: Replica: 515970fa8a6e4c9c9142900bee27a3dd, State: Running, Role: LEADER
I20260630 12:15:41.462421 12723 consensus_queue.cc:237] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [LEADER]: Queue going to LEADER mode. State: All 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: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER }
I20260630 12:15:41.462877 12720 sys_catalog.cc:565] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:15:41.467145 12725 sys_catalog.cc:455] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 515970fa8a6e4c9c9142900bee27a3dd. Latest consensus state: current_term: 1 leader_uuid: "515970fa8a6e4c9c9142900bee27a3dd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER } }
I20260630 12:15:41.467938 12725 sys_catalog.cc:458] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:41.468483 12724 sys_catalog.cc:455] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "515970fa8a6e4c9c9142900bee27a3dd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "515970fa8a6e4c9c9142900bee27a3dd" member_type: VOTER } }
I20260630 12:15:41.469030 12724 sys_catalog.cc:458] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [sys.catalog]: This master's current role is: LEADER
I20260630 12:15:41.469653 12730 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:15:41.474959 12730 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:15:41.479847   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:15:41.484100 12730 catalog_manager.cc:1383] Generated new cluster ID: 26ff902f8d7049bcba3a59352d093ce3
I20260630 12:15:41.484423 12730 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:15:41.502243 12730 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:15:41.503679 12730 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:15:41.521402 12730 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd: Generated new TSK 0
I20260630 12:15:41.522020 12730 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:15:41.547299   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:41.552881 12741 instance_detector.cc: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:41.553912 12742 instance_detector.cc: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:41.555404 12744 instance_detector.cc: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:41.555842   431 server_base.cc:1061] running on GCE node
I20260630 12:15:41.556679   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:41.556859   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:41.557022   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821741557003 us; error 0 us; skew 500 ppm
I20260630 12:15:41.557508   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:41.559772   431 webserver.cc:533] Webserver started at http://127.0.107.193:37287/ using document root <none> and password file <none>
I20260630 12:15:41.560210   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:41.560395   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:41.560632   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:41.561651   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-0-root/instance:
uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.566093   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:15:41.569540 12749 log_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:41.570297   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:15:41.570587   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-0-root
uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.570830   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-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:41.606397   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:41.607504   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:41.608947   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:41.611282   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:41.611517   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.611778   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:41.611920   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.650022   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33835
I20260630 12:15:41.650095 12811 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33835 every 8 connection(s)
I20260630 12:15:41.654827   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:41.661804 12816 instance_detector.cc: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:41.663250 12817 instance_detector.cc: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:41.665150 12819 instance_detector.cc: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:41.665522   431 server_base.cc:1061] running on GCE node
I20260630 12:15:41.667306   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:41.667568   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:41.667728   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821741667711 us; error 0 us; skew 500 ppm
I20260630 12:15:41.668184   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:41.670778   431 webserver.cc:533] Webserver started at http://127.0.107.194:41217/ using document root <none> and password file <none>
I20260630 12:15:41.671391   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:41.671622   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:41.671869   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:41.672453 12812 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260630 12:15:41.672857 12812 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:41.672984   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-1-root/instance:
uuid: "637198c9335247bf950e755ec85a09d6"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.673602 12812 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260630 12:15:41.675625 12685 ts_manager.cc:194] Registered new tserver with Master: 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835)
I20260630 12:15:41.677597 12685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41550
I20260630 12:15:41.677649   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:15:41.681159 12824 log_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:41.681936   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:15:41.682225   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-1-root
uuid: "637198c9335247bf950e755ec85a09d6"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.682489   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-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:41.702793   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:41.703830   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:41.705104   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:41.707161   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:41.707376   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.707587   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:41.707732   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.744246   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35367
I20260630 12:15:41.744421 12886 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35367 every 8 connection(s)
I20260630 12:15:41.749011   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:41.755613 12890 instance_detector.cc: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:41.757568 12891 instance_detector.cc: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:41.758563 12893 instance_detector.cc: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:41.758759   431 server_base.cc:1061] running on GCE node
I20260630 12:15:41.760059   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:41.760273   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:41.760485 12887 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260630 12:15:41.760480   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821741760463 us; error 0 us; skew 500 ppm
I20260630 12:15:41.760946 12887 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:41.761343   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:41.761725 12887 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260630 12:15:41.764004   431 webserver.cc:533] Webserver started at http://127.0.107.195:32805/ using document root <none> and password file <none>
I20260630 12:15:41.764096 12685 ts_manager.cc:194] Registered new tserver with Master: 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:41.764544   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:41.764865   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:41.765116   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:41.765661 12685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41558
I20260630 12:15:41.766207   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-2-root/instance:
uuid: "054b8a05a3ec41e58b65deec0517e4a5"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.770761   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:15:41.774261 12898 log_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:41.775075   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:15:41.775441   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-2-root
uuid: "054b8a05a3ec41e58b65deec0517e4a5"
format_stamp: "Formatted at 2026-06-30 12:15:41 on dist-test-slave-g2rq"
I20260630 12:15:41.775735   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-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:41.802716   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:41.803788   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:41.805130   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:41.807475   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:41.807687   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.807899   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:41.808048   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:41.844568   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35145
I20260630 12:15:41.844686 12960 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35145 every 8 connection(s)
I20260630 12:15:41.857908 12961 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260630 12:15:41.858345 12961 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:41.859040 12961 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260630 12:15:41.861071 12685 ts_manager.cc:194] Registered new tserver with Master: 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:41.861420   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013752641s
I20260630 12:15:41.863052 12685 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41566
I20260630 12:15:42.680459 12812 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260630 12:15:42.768488 12887 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260630 12:15:42.866338 12961 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260630 12:15:42.921356 12685 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41574:
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:42.924158 12685 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:42.998757 12777 tablet_service.cc:1511] Processing CreateTablet for tablet 9365e4dada4c4f109834ff4cc76b5caf (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:43.000667 12777 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9365e4dada4c4f109834ff4cc76b5caf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.000981 12776 tablet_service.cc:1511] Processing CreateTablet for tablet bfed4472c4ed470fa531d49513deea34 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:43.004683 12776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bfed4472c4ed470fa531d49513deea34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.002167 12926 tablet_service.cc:1511] Processing CreateTablet for tablet 9365e4dada4c4f109834ff4cc76b5caf (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:43.005927 12926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9365e4dada4c4f109834ff4cc76b5caf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.008843 12775 tablet_service.cc:1511] Processing CreateTablet for tablet ef3864643ecf4f1fa1748e5f03aefbe0 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:43.010313 12775 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef3864643ecf4f1fa1748e5f03aefbe0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.014180 12774 tablet_service.cc:1511] Processing CreateTablet for tablet 3d8d8ff2468b4366917fabcc49e85b74 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:43.015594 12774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d8d8ff2468b4366917fabcc49e85b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.017026 12925 tablet_service.cc:1511] Processing CreateTablet for tablet bfed4472c4ed470fa531d49513deea34 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:43.018503 12925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bfed4472c4ed470fa531d49513deea34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.017475 12924 tablet_service.cc:1511] Processing CreateTablet for tablet ef3864643ecf4f1fa1748e5f03aefbe0 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:43.020643 12924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef3864643ecf4f1fa1748e5f03aefbe0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.020484 12852 tablet_service.cc:1511] Processing CreateTablet for tablet 9365e4dada4c4f109834ff4cc76b5caf (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:15:43.021986 12852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9365e4dada4c4f109834ff4cc76b5caf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.023654 12849 tablet_service.cc:1511] Processing CreateTablet for tablet 3d8d8ff2468b4366917fabcc49e85b74 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:43.024989 12849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d8d8ff2468b4366917fabcc49e85b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.027907 12773 tablet_service.cc:1511] Processing CreateTablet for tablet a61ea51fcc484fc8a3c1e7f1d50c9008 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:43.028720 12850 tablet_service.cc:1511] Processing CreateTablet for tablet ef3864643ecf4f1fa1748e5f03aefbe0 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:15:43.029284 12773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61ea51fcc484fc8a3c1e7f1d50c9008. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.031522 12848 tablet_service.cc:1511] Processing CreateTablet for tablet a61ea51fcc484fc8a3c1e7f1d50c9008 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:43.034051 12851 tablet_service.cc:1511] Processing CreateTablet for tablet bfed4472c4ed470fa531d49513deea34 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:15:43.036365 12772 tablet_service.cc:1511] Processing CreateTablet for tablet 48e91e5a4b594e938e4363d4b92c72f5 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:43.037721 12772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e91e5a4b594e938e4363d4b92c72f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.038936 12847 tablet_service.cc:1511] Processing CreateTablet for tablet 48e91e5a4b594e938e4363d4b92c72f5 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:43.040971 12923 tablet_service.cc:1511] Processing CreateTablet for tablet 3d8d8ff2468b4366917fabcc49e85b74 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:15:43.041862 12850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef3864643ecf4f1fa1748e5f03aefbe0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.042454 12923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d8d8ff2468b4366917fabcc49e85b74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.042634 12921 tablet_service.cc:1511] Processing CreateTablet for tablet 48e91e5a4b594e938e4363d4b92c72f5 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:15:43.039522 12922 tablet_service.cc:1511] Processing CreateTablet for tablet a61ea51fcc484fc8a3c1e7f1d50c9008 (DEFAULT_TABLE table=test-workload [id=1799954fb9e74129bee540bffa99b196]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:15:43.046034 12921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e91e5a4b594e938e4363d4b92c72f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.047147 12922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61ea51fcc484fc8a3c1e7f1d50c9008. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.047708 12847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48e91e5a4b594e938e4363d4b92c72f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.051738 12848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61ea51fcc484fc8a3c1e7f1d50c9008. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.054832 12851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bfed4472c4ed470fa531d49513deea34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:43.118198 12982 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.132673 12982 tablet_bootstrap.cc:654] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.141909 12984 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.143662 12982 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.144325 12982 ts_tablet_manager.cc:1403] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.000s
I20260630 12:15:43.147531 12982 raft_consensus.cc:359] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.148521 12982 raft_consensus.cc:385] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.148877 12982 raft_consensus.cc:740] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.149091 12983 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.149787 12984 tablet_bootstrap.cc:654] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.149942 12982 consensus_queue.cc:260] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.155681 12984 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.156118 12984 ts_tablet_manager.cc:1403] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:15:43.156244 12983 tablet_bootstrap.cc:654] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.158353 12984 raft_consensus.cc:359] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.158946 12984 raft_consensus.cc:385] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.159294 12984 raft_consensus.cc:740] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.160117 12982 ts_tablet_manager.cc:1434] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:15:43.160411 12984 consensus_queue.cc:260] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.161273 12982 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.164793 12983 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.165352 12983 ts_tablet_manager.cc:1403] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.002s
I20260630 12:15:43.168555 12983 raft_consensus.cc:359] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.169337 12983 raft_consensus.cc:385] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.169660 12983 raft_consensus.cc:740] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.169899 12982 tablet_bootstrap.cc:654] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.170621 12983 consensus_queue.cc:260] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.174979 12984 ts_tablet_manager.cc:1434] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.009s
I20260630 12:15:43.176208 12984 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.182971 12984 tablet_bootstrap.cc:654] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.191897 12982 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.192345 12982 ts_tablet_manager.cc:1403] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.013s
I20260630 12:15:43.192627 12984 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.193153 12984 ts_tablet_manager.cc:1403] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.002s
I20260630 12:15:43.193401 12983 ts_tablet_manager.cc:1434] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.028s	user 0.013s	sys 0.011s
I20260630 12:15:43.194495 12983 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.195050 12982 raft_consensus.cc:359] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.195829 12982 raft_consensus.cc:385] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.196271 12982 raft_consensus.cc:740] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.195844 12984 raft_consensus.cc:359] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.196789 12984 raft_consensus.cc:385] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.197124 12984 raft_consensus.cc:740] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.197109 12982 consensus_queue.cc:260] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.198236 12984 consensus_queue.cc:260] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.199373 12982 ts_tablet_manager.cc:1434] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:15:43.200424 12982 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.200452 12984 ts_tablet_manager.cc:1434] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:15:43.201844 12984 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.204243 12983 tablet_bootstrap.cc:654] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.207365 12982 tablet_bootstrap.cc:654] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.207966 12984 tablet_bootstrap.cc:654] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.216223 12983 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.216920 12983 ts_tablet_manager.cc:1403] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.023s	user 0.003s	sys 0.015s
I20260630 12:15:43.218770 12982 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.219408 12982 ts_tablet_manager.cc:1403] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
I20260630 12:15:43.221530 12984 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.222476 12982 raft_consensus.cc:359] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.222198 12984 ts_tablet_manager.cc:1403] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260630 12:15:43.223430 12982 raft_consensus.cc:385] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.223858 12982 raft_consensus.cc:740] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.224504 12982 consensus_queue.cc:260] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.225716 12983 raft_consensus.cc:359] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.226527 12983 raft_consensus.cc:385] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.226308 12984 raft_consensus.cc:359] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.226876 12983 raft_consensus.cc:740] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.227007 12982 ts_tablet_manager.cc:1434] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:43.227089 12984 raft_consensus.cc:385] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.227736 12984 raft_consensus.cc:740] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.228348 12982 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.227874 12983 consensus_queue.cc:260] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.228710 12984 consensus_queue.cc:260] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.230958 12984 ts_tablet_manager.cc:1434] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:15:43.233494 12984 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.234242 12983 ts_tablet_manager.cc:1434] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:15:43.235179 12982 tablet_bootstrap.cc:654] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.235368 12983 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.239799 12984 tablet_bootstrap.cc:654] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.242025 12983 tablet_bootstrap.cc:654] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.250954 12982 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.251586 12982 ts_tablet_manager.cc:1403] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.004s
I20260630 12:15:43.253013 12983 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.253746 12983 ts_tablet_manager.cc:1403] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.009s
I20260630 12:15:43.254338 12986 raft_consensus.cc:493] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.254592 12982 raft_consensus.cc:359] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.255015 12986 raft_consensus.cc:515] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.255522 12982 raft_consensus.cc:385] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.255972 12982 raft_consensus.cc:740] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.257501 12983 raft_consensus.cc:359] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.259080 12986 leader_election.cc:290] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.259910 12983 raft_consensus.cc:385] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.260309 12983 raft_consensus.cc:740] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.261330 12983 consensus_queue.cc:260] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.262117 12984 tablet_bootstrap.cc:492] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.262730 12984 ts_tablet_manager.cc:1403] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.031s	user 0.018s	sys 0.008s
I20260630 12:15:43.256947 12982 consensus_queue.cc:260] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.266018 12983 ts_tablet_manager.cc:1434] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:15:43.267304 12983 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.268316 12982 ts_tablet_manager.cc:1434] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.001s
I20260630 12:15:43.270946 12982 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.273592 12983 tablet_bootstrap.cc:654] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.277604 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e91e5a4b594e938e4363d4b92c72f5" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6" is_pre_election: true
I20260630 12:15:43.280488 12982 tablet_bootstrap.cc:654] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.266114 12984 raft_consensus.cc:359] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.285422 12983 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.287802 12984 raft_consensus.cc:385] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.288170 12983 ts_tablet_manager.cc:1403] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.009s
I20260630 12:15:43.288223 12984 raft_consensus.cc:740] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.289398 12984 consensus_queue.cc:260] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.289731 12936 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e91e5a4b594e938e4363d4b92c72f5" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5" is_pre_election: true
I20260630 12:15:43.290403 12862 raft_consensus.cc:2468] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 0.
I20260630 12:15:43.290409 12936 raft_consensus.cc:2468] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 0.
I20260630 12:15:43.291448 12983 raft_consensus.cc:359] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.292419 12983 raft_consensus.cc:385] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.292243 12752 leader_election.cc:304] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.292855 12983 raft_consensus.cc:740] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.293579 12986 raft_consensus.cc:2804] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.293939 12986 raft_consensus.cc:493] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.293872 12983 consensus_queue.cc:260] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.294478 12986 raft_consensus.cc:3060] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.296198 12984 ts_tablet_manager.cc:1434] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.000s
I20260630 12:15:43.297312 12984 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.299167 12982 tablet_bootstrap.cc:492] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.299736 12982 ts_tablet_manager.cc:1403] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.004s
I20260630 12:15:43.302326 12986 raft_consensus.cc:515] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.302621 12982 raft_consensus.cc:359] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.303212 12984 tablet_bootstrap.cc:654] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.303429 12982 raft_consensus.cc:385] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.303934 12982 raft_consensus.cc:740] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.304754 12982 consensus_queue.cc:260] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.305399 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e91e5a4b594e938e4363d4b92c72f5" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6"
I20260630 12:15:43.306032 12862 raft_consensus.cc:3060] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.310052 12983 ts_tablet_manager.cc:1434] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.001s
I20260630 12:15:43.311386 12983 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.314482 12982 ts_tablet_manager.cc:1434] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:15:43.318126 12983 tablet_bootstrap.cc:654] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.323817 12990 raft_consensus.cc:493] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.324491 12990 raft_consensus.cc:515] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.325114 12862 raft_consensus.cc:2468] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 1.
I20260630 12:15:43.326449 12986 leader_election.cc:290] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 election: Requested vote from peers 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.327201 12982 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: Bootstrap starting.
I20260630 12:15:43.332031 12936 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48e91e5a4b594e938e4363d4b92c72f5" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5"
I20260630 12:15:43.332827 12936 raft_consensus.cc:3060] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.334717 12982 tablet_bootstrap.cc:654] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.335911 12984 tablet_bootstrap.cc:492] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.336545 12984 ts_tablet_manager.cc:1403] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.039s	user 0.035s	sys 0.003s
I20260630 12:15:43.337212 12750 leader_election.cc:304] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a61c90b539944f7ba4a0b7a2c42fe76, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.338285 13004 raft_consensus.cc:2804] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.338740 13004 raft_consensus.cc:697] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Becoming Leader. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Running, Role: LEADER
I20260630 12:15:43.339596 12984 raft_consensus.cc:359] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.339607 13004 consensus_queue.cc:237] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.340412 12984 raft_consensus.cc:385] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.340723 12984 raft_consensus.cc:740] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.341584 12984 consensus_queue.cc:260] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.345188 12990 leader_election.cc:290] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.352672 12984 ts_tablet_manager.cc:1434] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:15:43.359803 12984 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: Bootstrap starting.
I20260630 12:15:43.370602 12936 raft_consensus.cc:2468] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 1.
I20260630 12:15:43.375363 12984 tablet_bootstrap.cc:654] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.381543 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d8d8ff2468b4366917fabcc49e85b74" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" is_pre_election: true
I20260630 12:15:43.382324 12787 raft_consensus.cc:2468] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 0.
I20260630 12:15:43.388631 12685 catalog_manager.cc:5697] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:43.396274 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d8d8ff2468b4366917fabcc49e85b74" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6" is_pre_election: true
I20260630 12:15:43.391055 12902 leader_election.cc:304] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.397105 12862 raft_consensus.cc:2468] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 0.
I20260630 12:15:43.397774 12990 raft_consensus.cc:2804] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.398170 12990 raft_consensus.cc:493] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.398509 12990 raft_consensus.cc:3060] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.420377 13011 raft_consensus.cc:493] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.421375 13011 raft_consensus.cc:515] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.411218 12990 raft_consensus.cc:515] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.426168 12983 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.426968 12983 ts_tablet_manager.cc:1403] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.116s	user 0.031s	sys 0.068s
I20260630 12:15:43.427078 12989 raft_consensus.cc:493] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.427475 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d8d8ff2468b4366917fabcc49e85b74" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
I20260630 12:15:43.427651 12989 raft_consensus.cc:515] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.428092 12787 raft_consensus.cc:3060] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.430439 12983 raft_consensus.cc:359] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.432919 12983 raft_consensus.cc:385] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.433360 12983 raft_consensus.cc:740] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.434333 12983 consensus_queue.cc:260] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.437223 12989 leader_election.cc:290] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.441035 12786 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61ea51fcc484fc8a3c1e7f1d50c9008" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" is_pre_election: true
I20260630 12:15:43.441882 12786 raft_consensus.cc:2468] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 0.
I20260630 12:15:43.443892 12902 leader_election.cc:304] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.444550 12983 ts_tablet_manager.cc:1434] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:15:43.447667 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d8d8ff2468b4366917fabcc49e85b74" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6"
I20260630 12:15:43.448547 12983 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: Bootstrap starting.
I20260630 12:15:43.448400 12862 raft_consensus.cc:3060] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.455528 12990 leader_election.cc:290] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Requested vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.455785 13014 raft_consensus.cc:2804] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.462882 13014 raft_consensus.cc:493] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.463398 13014 raft_consensus.cc:3060] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.463919 12983 tablet_bootstrap.cc:654] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: Neither blocks nor log segments found. Creating new log.
I20260630 12:15:43.458223 12862 raft_consensus.cc:2468] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 1.
I20260630 12:15:43.437999 12787 raft_consensus.cc:2468] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 1.
I20260630 12:15:43.460842 12861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61ea51fcc484fc8a3c1e7f1d50c9008" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6" is_pre_election: true
I20260630 12:15:43.468356 12861 raft_consensus.cc:2468] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 0.
I20260630 12:15:43.468540 12899 leader_election.cc:304] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.470379 12990 raft_consensus.cc:2804] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.473685 12990 raft_consensus.cc:697] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Becoming Leader. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Running, Role: LEADER
I20260630 12:15:43.470973 13011 leader_election.cc:290] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.476348 12984 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: No bootstrap required, opened a new log
I20260630 12:15:43.477265 12983 tablet_bootstrap.cc:492] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: No bootstrap required, opened a new log
I20260630 12:15:43.477880 12984 ts_tablet_manager.cc:1403] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: Time spent bootstrapping tablet: real 0.118s	user 0.024s	sys 0.019s
I20260630 12:15:43.478545 12989 raft_consensus.cc:493] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.477916 12983 ts_tablet_manager.cc:1403] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.003s
I20260630 12:15:43.479209 12989 raft_consensus.cc:515] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.481228 12984 raft_consensus.cc:359] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.481969 12983 raft_consensus.cc:359] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.482712 12983 raft_consensus.cc:385] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.483011 12983 raft_consensus.cc:740] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Initialized, Role: FOLLOWER
W20260630 12:15:43.483219 12733 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:15:43.482007 12984 raft_consensus.cc:385] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.484117 12984 raft_consensus.cc:740] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.484743 12984 consensus_queue.cc:260] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.484997 12990 consensus_queue.cc:237] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.486207 12982 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: No bootstrap required, opened a new log
I20260630 12:15:43.486914 12982 ts_tablet_manager.cc:1403] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent bootstrapping tablet: real 0.160s	user 0.071s	sys 0.071s
I20260630 12:15:43.486367 12983 consensus_queue.cc:260] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.487468 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9365e4dada4c4f109834ff4cc76b5caf" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" is_pre_election: true
I20260630 12:15:43.488386 12786 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" is_pre_election: true
I20260630 12:15:43.488809 12983 ts_tablet_manager.cc:1434] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:15:43.489030 12786 raft_consensus.cc:2468] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 637198c9335247bf950e755ec85a09d6 in term 0.
I20260630 12:15:43.489244 13011 raft_consensus.cc:493] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.489770 13011 raft_consensus.cc:515] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.490020 12982 raft_consensus.cc:359] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.490758 12982 raft_consensus.cc:385] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:15:43.491057 12982 raft_consensus.cc:740] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Initialized, Role: FOLLOWER
I20260630 12:15:43.491842 12982 consensus_queue.cc:260] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.492211 12828 leader_election.cc:304] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a61c90b539944f7ba4a0b7a2c42fe76, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.493337 13011 leader_election.cc:290] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.494239 12982 ts_tablet_manager.cc:1434] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:15:43.494253 12786 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" is_pre_election: true
I20260630 12:15:43.495474 12786 raft_consensus.cc:2468] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 0.
I20260630 12:15:43.501964 12902 leader_election.cc:304] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.481426 12989 leader_election.cc:290] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.502791 13011 raft_consensus.cc:2804] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.503315 13011 raft_consensus.cc:493] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.503772 13011 raft_consensus.cc:3060] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.505333 12989 raft_consensus.cc:2804] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.506695 12989 raft_consensus.cc:493] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.507100 12989 raft_consensus.cc:3060] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.512969 13011 raft_consensus.cc:515] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.494421 12787 raft_consensus.cc:2468] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 637198c9335247bf950e755ec85a09d6 in term 0.
I20260630 12:15:43.499172 13014 raft_consensus.cc:515] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.496928 13004 raft_consensus.cc:493] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:15:43.514397 13004 raft_consensus.cc:515] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.516626 13004 leader_election.cc:290] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.516819 13011 leader_election.cc:290] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Requested vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.517304 12861 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6"
I20260630 12:15:43.519119 12860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bfed4472c4ed470fa531d49513deea34" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6" is_pre_election: true
I20260630 12:15:43.496215 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6" is_pre_election: true
I20260630 12:15:43.519853 12860 raft_consensus.cc:2468] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 0.
I20260630 12:15:43.519949 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
I20260630 12:15:43.520673 12787 raft_consensus.cc:3060] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.521775 12750 leader_election.cc:304] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a61c90b539944f7ba4a0b7a2c42fe76, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.522708 12986 raft_consensus.cc:2804] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:15:43.523058 12986 raft_consensus.cc:493] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.523381 12986 raft_consensus.cc:3060] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.526389 12989 raft_consensus.cc:515] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.528971 12787 raft_consensus.cc:2468] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 1.
I20260630 12:15:43.530067 12935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9365e4dada4c4f109834ff4cc76b5caf" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5" is_pre_election: true
I20260630 12:15:43.520849 12936 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bfed4472c4ed470fa531d49513deea34" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5" is_pre_election: true
I20260630 12:15:43.531513 12936 raft_consensus.cc:2468] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 0.
I20260630 12:15:43.531610 12902 leader_election.cc:304] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.532478 13011 raft_consensus.cc:2804] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.530808 12935 raft_consensus.cc:2468] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 637198c9335247bf950e755ec85a09d6 in term 0.
I20260630 12:15:43.533143 13011 raft_consensus.cc:697] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Becoming Leader. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Running, Role: LEADER
I20260630 12:15:43.534154 13011 consensus_queue.cc:237] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.512677 12684 catalog_manager.cc:5697] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "054b8a05a3ec41e58b65deec0517e4a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:43.536062 12935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5" is_pre_election: true
I20260630 12:15:43.538070 12827 leader_election.cc:304] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.539049 12986 raft_consensus.cc:515] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.550004 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61ea51fcc484fc8a3c1e7f1d50c9008" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
I20260630 12:15:43.550374 12862 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61ea51fcc484fc8a3c1e7f1d50c9008" candidate_uuid: "054b8a05a3ec41e58b65deec0517e4a5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6"
I20260630 12:15:43.550699 12787 raft_consensus.cc:3060] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.551054 12862 raft_consensus.cc:3060] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.551736 12860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bfed4472c4ed470fa531d49513deea34" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "637198c9335247bf950e755ec85a09d6"
I20260630 12:15:43.552268 12860 raft_consensus.cc:3060] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.541026 13018 raft_consensus.cc:2804] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:15:43.541675 12828 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:33835, user_credentials={real_user=slave}} blocked reactor thread for 49687.9us
I20260630 12:15:43.542459 12861 raft_consensus.cc:2393] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 054b8a05a3ec41e58b65deec0517e4a5 in current term 1: Already voted for candidate 637198c9335247bf950e755ec85a09d6 in this term.
I20260630 12:15:43.545061 12935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5"
I20260630 12:15:43.556823 12786 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef3864643ecf4f1fa1748e5f03aefbe0" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
I20260630 12:15:43.557586 12786 raft_consensus.cc:2393] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 637198c9335247bf950e755ec85a09d6 in current term 1: Already voted for candidate 054b8a05a3ec41e58b65deec0517e4a5 in this term.
I20260630 12:15:43.558965 12787 raft_consensus.cc:2468] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 1.
I20260630 12:15:43.559875 12860 raft_consensus.cc:2468] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 1.
I20260630 12:15:43.560631 12902 leader_election.cc:304] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76; no voters: 
I20260630 12:15:43.560911 12827 leader_election.cc:304] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [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: 637198c9335247bf950e755ec85a09d6; no voters: 054b8a05a3ec41e58b65deec0517e4a5, 0a61c90b539944f7ba4a0b7a2c42fe76
I20260630 12:15:43.561187 12750 leader_election.cc:304] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a61c90b539944f7ba4a0b7a2c42fe76, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.561630 13014 leader_election.cc:290] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [CANDIDATE]: Term 1 election: Requested vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:43.563866 13014 raft_consensus.cc:2804] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.547559 12984 ts_tablet_manager.cc:1434] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: Time spent starting tablet: real 0.069s	user 0.027s	sys 0.032s
I20260630 12:15:43.562247 13004 raft_consensus.cc:2804] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.564275 12935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bfed4472c4ed470fa531d49513deea34" candidate_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5"
I20260630 12:15:43.564966 12935 raft_consensus.cc:3060] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.570930 12862 raft_consensus.cc:2468] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 054b8a05a3ec41e58b65deec0517e4a5 in term 1.
I20260630 12:15:43.562986 12986 leader_election.cc:290] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [CANDIDATE]: Term 1 election: Requested vote from peers 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.546303 12989 leader_election.cc:290] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 election: Requested vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.578801 13004 raft_consensus.cc:697] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Becoming Leader. State: Replica: 0a61c90b539944f7ba4a0b7a2c42fe76, State: Running, Role: LEADER
I20260630 12:15:43.573977 13017 raft_consensus.cc:2749] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:15:43.561573 13018 raft_consensus.cc:493] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:15:43.579667 13018 raft_consensus.cc:3060] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.564327 13014 raft_consensus.cc:697] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Becoming Leader. State: Replica: 054b8a05a3ec41e58b65deec0517e4a5, State: Running, Role: LEADER
I20260630 12:15:43.579845 13004 consensus_queue.cc:237] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.581101 13014 consensus_queue.cc:237] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } }
I20260630 12:15:43.583628 12935 raft_consensus.cc:2468] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a61c90b539944f7ba4a0b7a2c42fe76 in term 1.
I20260630 12:15:43.592170 12685 catalog_manager.cc:5697] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "054b8a05a3ec41e58b65deec0517e4a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:43.595587 13018 raft_consensus.cc:515] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.598016 13018 leader_election.cc:290] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 election: Requested vote from peers 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835), 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:43.598695 12787 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9365e4dada4c4f109834ff4cc76b5caf" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76"
I20260630 12:15:43.599112 12935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9365e4dada4c4f109834ff4cc76b5caf" candidate_uuid: "637198c9335247bf950e755ec85a09d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "054b8a05a3ec41e58b65deec0517e4a5"
I20260630 12:15:43.599364 12787 raft_consensus.cc:3060] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.599761 12935 raft_consensus.cc:3060] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:15:43.602465 12684 catalog_manager.cc:5697] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:43.606503 12787 raft_consensus.cc:2468] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 637198c9335247bf950e755ec85a09d6 in term 1.
I20260630 12:15:43.606503 12935 raft_consensus.cc:2468] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 637198c9335247bf950e755ec85a09d6 in term 1.
I20260630 12:15:43.607899 12828 leader_election.cc:304] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a61c90b539944f7ba4a0b7a2c42fe76, 637198c9335247bf950e755ec85a09d6; no voters: 
I20260630 12:15:43.609180 13018 raft_consensus.cc:2804] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:15:43.610352 13018 raft_consensus.cc:697] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 LEADER]: Becoming Leader. State: Replica: 637198c9335247bf950e755ec85a09d6, State: Running, Role: LEADER
I20260630 12:15:43.611263 13018 consensus_queue.cc:237] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } }
I20260630 12:15:43.611944 12681 catalog_manager.cc:5697] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "054b8a05a3ec41e58b65deec0517e4a5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:43.618886 12684 catalog_manager.cc:5697] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 637198c9335247bf950e755ec85a09d6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "637198c9335247bf950e755ec85a09d6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: HEALTHY } } }
I20260630 12:15:43.746141 13004 consensus_queue.cc:1048] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:43.781708 12986 consensus_queue.cc:1048] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:43.940389 12787 raft_consensus.cc:1275] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: 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:43.944396 13011 consensus_queue.cc:1048] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:43.952801 12862 raft_consensus.cc:1275] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: 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:43.964756 13014 consensus_queue.cc:1048] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:43.966451 13014 consensus_queue.cc:1048] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:43.970150 13011 consensus_queue.cc:1048] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:43.982579 12861 raft_consensus.cc:1275] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: 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:43.983100 12935 raft_consensus.cc:1275] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: 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:43.988929 13004 consensus_queue.cc:1048] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:44.007447 13021 consensus_queue.cc:1048] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:44.026613 12786 raft_consensus.cc:1275] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: 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:44.029438 12785 raft_consensus.cc:1275] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: 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:44.041363 12990 consensus_queue.cc:1048] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:44.045279 13011 consensus_queue.cc:1048] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:15:44.051460 12785 raft_consensus.cc:1275] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 637198c9335247bf950e755ec85a09d6: 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:44.053341 13018 consensus_queue.cc:1048] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:44.102653 12934 raft_consensus.cc:1275] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Refusing update from remote peer 637198c9335247bf950e755ec85a09d6: 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:44.104434 13018 consensus_queue.cc:1048] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:15:44.153872 13038 mvcc.cc:204] Tried to move back new op lower bound from 7302437863375609856 to 7302437861841928192. Current Snapshot: MvccSnapshot[applied={T|T < 7302437863375609856}]
W20260630 12:15:44.362390 13057 log.cc:927] Time spent T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: Append to log took a long time: real 0.124s	user 0.000s	sys 0.000s
W20260630 12:15:44.551458 12899 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:35367, user_credentials={real_user=slave}} blocked reactor thread for 258468us
I20260630 12:15:44.953269   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:15:44.990034 13076 instance_detector.cc: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:44.990875 13075 instance_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:15:44.997774   431 server_base.cc:1061] running on GCE node
W20260630 12:15:44.997839 13079 instance_detector.cc: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:44.999473   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:15:44.999722   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:44.999910   431 hybrid_clock.cc:648] HybridClock initialized: now 1782821744999893 us; error 0 us; skew 500 ppm
I20260630 12:15:45.000468   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:15:45.003552   431 webserver.cc:533] Webserver started at http://127.0.107.196:43015/ using document root <none> and password file <none>
I20260630 12:15:45.004022   431 fs_manager.cc:362] Metadata directory not provided
I20260630 12:15:45.004217   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:15:45.004540   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:15:45.005739   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-3-root/instance:
uuid: "e730faa09c594635864b5caf12053f33"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-g2rq"
I20260630 12:15:45.010597   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:15:45.014132 13083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.015046   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:15:45.015419   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-3-root
uuid: "e730faa09c594635864b5caf12053f33"
format_stamp: "Formatted at 2026-06-30 12:15:45 on dist-test-slave-g2rq"
I20260630 12:15:45.015693   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-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:45.032536   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:15:45.033881   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:15:45.035471   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:15:45.038048   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:15:45.038246   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.038470   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:15:45.038638   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:15:45.082211   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34089
I20260630 12:15:45.082299 13145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34089 every 8 connection(s)
I20260630 12:15:45.096421 13146 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260630 12:15:45.096832 13146 heartbeater.cc:461] Registering TS with master...
I20260630 12:15:45.097579 13146 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260630 12:15:45.099650 12679 ts_manager.cc:194] Registered new tserver with Master: e730faa09c594635864b5caf12053f33 (127.0.107.196:34089)
I20260630 12:15:45.101155 12679 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44592
I20260630 12:15:45.537760 12936 consensus_queue.cc:237] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:45.543275 12860 raft_consensus.cc:1275] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.544971 13014 consensus_queue.cc:1048] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:15:45.546660 12787 raft_consensus.cc:1275] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 054b8a05a3ec41e58b65deec0517e4a5: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.548086 13014 consensus_queue.cc:1048] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:15:45.552531 13152 raft_consensus.cc:2955] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.554072 12860 raft_consensus.cc:2955] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
W20260630 12:15:45.557219 12901 consensus_peers.cc:597] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer e730faa09c594635864b5caf12053f33 (127.0.107.196:34089): Couldn't send request to peer e730faa09c594635864b5caf12053f33. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a61ea51fcc484fc8a3c1e7f1d50c9008. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:45.557205 12787 raft_consensus.cc:2955] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.567067 12679 catalog_manager.cc:5697] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 reported cstate change: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "054b8a05a3ec41e58b65deec0517e4a5" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:45.583788 12860 consensus_queue.cc:237] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:45.591820 12936 raft_consensus.cc:1275] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Refusing update from remote peer 637198c9335247bf950e755ec85a09d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.591820 12787 raft_consensus.cc:1275] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Refusing update from remote peer 637198c9335247bf950e755ec85a09d6: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.593498 13018 consensus_queue.cc:1048] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:15:45.594336 13161 consensus_queue.cc:1048] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:15:45.602864 12787 raft_consensus.cc:2955] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.603896 12936 raft_consensus.cc:2955] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
W20260630 12:15:45.605757 12827 consensus_peers.cc:597] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 -> Peer e730faa09c594635864b5caf12053f33 (127.0.107.196:34089): Couldn't send request to peer e730faa09c594635864b5caf12053f33. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9365e4dada4c4f109834ff4cc76b5caf. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:45.600586 13161 raft_consensus.cc:2955] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.613307 12684 catalog_manager.cc:5697] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 reported cstate change: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "637198c9335247bf950e755ec85a09d6" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.632774 12787 consensus_queue.cc:237] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:45.639443 12860 raft_consensus.cc:1275] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.640388 12936 raft_consensus.cc:1275] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.640895 13165 consensus_queue.cc:1048] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:15:45.641992 13004 consensus_queue.cc:1048] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
W20260630 12:15:45.649617 12752 consensus_peers.cc:597] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 -> Peer e730faa09c594635864b5caf12053f33 (127.0.107.196:34089): Couldn't send request to peer e730faa09c594635864b5caf12053f33. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bfed4472c4ed470fa531d49513deea34. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:45.649130 13165 raft_consensus.cc:2955] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.650692 12860 raft_consensus.cc:2955] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.658172 12936 raft_consensus.cc:2955] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.661135 12679 catalog_manager.cc:5697] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 reported cstate change: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:15:45.665252 12787 consensus_queue.cc:237] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
W20260630 12:15:45.672786 12752 consensus_peers.cc:597] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 -> Peer e730faa09c594635864b5caf12053f33 (127.0.107.196:34089): Couldn't send request to peer e730faa09c594635864b5caf12053f33. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 48e91e5a4b594e938e4363d4b92c72f5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:45.672962 12936 raft_consensus.cc:1275] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.674432 12860 raft_consensus.cc:1275] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Refusing update from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:15:45.675415 13167 consensus_queue.cc:1048] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:15:45.676399 13004 consensus_queue.cc:1048] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:15:45.682708 13004 raft_consensus.cc:2955] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.684374 12936 raft_consensus.cc:2955] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.685004 12860 raft_consensus.cc:2955] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:45.696712 12679 catalog_manager.cc:5697] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 reported cstate change: config changed from index -1 to 10, NON_VOTER e730faa09c594635864b5caf12053f33 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } } }
I20260630 12:15:46.076390 13168 ts_tablet_manager.cc:933] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: Initiating tablet copy from peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835)
I20260630 12:15:46.076803 13169 ts_tablet_manager.cc:933] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Initiating tablet copy from peer 054b8a05a3ec41e58b65deec0517e4a5 (127.0.107.195:35145)
I20260630 12:15:46.078291 13168 tablet_copy_client.cc:323] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:33835
I20260630 12:15:46.079295 13169 tablet_copy_client.cc:323] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35145
I20260630 12:15:46.097363 13175 ts_tablet_manager.cc:933] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Initiating tablet copy from peer 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367)
I20260630 12:15:46.104121 13146 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260630 12:15:46.105661 12797 tablet_copy_service.cc:140] P 0a61c90b539944f7ba4a0b7a2c42fe76: Received BeginTabletCopySession request for tablet bfed4472c4ed470fa531d49513deea34 from peer e730faa09c594635864b5caf12053f33 ({username='slave'} at 127.0.0.1:34116)
I20260630 12:15:46.106292 12797 tablet_copy_service.cc:161] P 0a61c90b539944f7ba4a0b7a2c42fe76: Beginning new tablet copy session on tablet bfed4472c4ed470fa531d49513deea34 from peer e730faa09c594635864b5caf12053f33 at {username='slave'} at 127.0.0.1:34116: session id = e730faa09c594635864b5caf12053f33-bfed4472c4ed470fa531d49513deea34
I20260630 12:15:46.107419 12946 tablet_copy_service.cc:140] P 054b8a05a3ec41e58b65deec0517e4a5: Received BeginTabletCopySession request for tablet a61ea51fcc484fc8a3c1e7f1d50c9008 from peer e730faa09c594635864b5caf12053f33 ({username='slave'} at 127.0.0.1:47138)
I20260630 12:15:46.108033 12946 tablet_copy_service.cc:161] P 054b8a05a3ec41e58b65deec0517e4a5: Beginning new tablet copy session on tablet a61ea51fcc484fc8a3c1e7f1d50c9008 from peer e730faa09c594635864b5caf12053f33 at {username='slave'} at 127.0.0.1:47138: session id = e730faa09c594635864b5caf12053f33-a61ea51fcc484fc8a3c1e7f1d50c9008
I20260630 12:15:46.109525 13175 tablet_copy_client.cc:323] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:35367
I20260630 12:15:46.114681 12797 tablet_copy_source_session.cc:215] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:46.115342   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260630 12:15:46.117650 12946 tablet_copy_source_session.cc:215] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:15:46.118775 13168 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bfed4472c4ed470fa531d49513deea34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:46.122099 13169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61ea51fcc484fc8a3c1e7f1d50c9008. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:15:46.139024 13168 tablet_copy_client.cc:806] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:46.139816 13168 tablet_copy_client.cc:670] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:46.139885   431 tablet_copy_service.cc:362] P 0a61c90b539944f7ba4a0b7a2c42fe76: Destroying tablet copy session e730faa09c594635864b5caf12053f33-bfed4472c4ed470fa531d49513deea34 due to service shutdown
I20260630 12:15:46.141590   431 tablet_copy_service.cc:434] P 0a61c90b539944f7ba4a0b7a2c42fe76: ending tablet copy session e730faa09c594635864b5caf12053f33-bfed4472c4ed470fa531d49513deea34 on tablet bfed4472c4ed470fa531d49513deea34 with peer e730faa09c594635864b5caf12053f33
I20260630 12:15:46.141826 12872 tablet_copy_service.cc:140] P 637198c9335247bf950e755ec85a09d6: Received BeginTabletCopySession request for tablet 9365e4dada4c4f109834ff4cc76b5caf from peer e730faa09c594635864b5caf12053f33 ({username='slave'} at 127.0.0.1:38232)
I20260630 12:15:46.142457 12872 tablet_copy_service.cc:161] P 637198c9335247bf950e755ec85a09d6: Beginning new tablet copy session on tablet 9365e4dada4c4f109834ff4cc76b5caf from peer e730faa09c594635864b5caf12053f33 at {username='slave'} at 127.0.0.1:38232: session id = e730faa09c594635864b5caf12053f33-9365e4dada4c4f109834ff4cc76b5caf
I20260630 12:15:46.147776 13169 tablet_copy_client.cc:806] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:46.150224 13169 tablet_copy_client.cc:670] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:46.152742 12872 tablet_copy_source_session.cc:215] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:15:46.153882 12902 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 4 similar messages]
I20260630 12:15:46.154635 13169 tablet_copy_client.cc:538] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:46.156297 13175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9365e4dada4c4f109834ff4cc76b5caf. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:15:46.166059 12902 consensus_peers.cc:597] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835): Couldn't send request to peer 0a61c90b539944f7ba4a0b7a2c42fe76. 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:46.172307 13169 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Bootstrap starting.
I20260630 12:15:46.193531   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:46.195225   431 tablet_replica.cc:333] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.195982   431 raft_consensus.cc:2243] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.196693   431 raft_consensus.cc:2272] T 3d8d8ff2468b4366917fabcc49e85b74 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.193092 13175 tablet_copy_client.cc:806] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 0 data blocks...
I20260630 12:15:46.198431 13175 tablet_copy_client.cc:670] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: tablet copy: Starting download of 1 WAL segments...
I20260630 12:15:46.199695   431 tablet_replica.cc:333] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.200582   431 raft_consensus.cc:2243] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.201263   431 raft_consensus.cc:2272] T ef3864643ecf4f1fa1748e5f03aefbe0 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:15:46.199316 12902 consensus_peers.cc:597] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835): Couldn't send request to peer 0a61c90b539944f7ba4a0b7a2c42fe76. 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:46.195273 12828 consensus_peers.cc:597] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 -> Peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835): Couldn't send request to peer 0a61c90b539944f7ba4a0b7a2c42fe76. 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:46.204247   431 tablet_replica.cc:333] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.204975   431 raft_consensus.cc:2243] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.205438   431 raft_consensus.cc:2272] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.205919 13175 tablet_copy_client.cc:538] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:15:46.214375   431 tablet_replica.cc:333] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.215062   431 raft_consensus.cc:2243] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.215701   431 raft_consensus.cc:2272] T 9365e4dada4c4f109834ff4cc76b5caf P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.218891 13175 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Bootstrap starting.
I20260630 12:15:46.221448   431 tablet_replica.cc:333] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.222440   431 raft_consensus.cc:2243] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.223894   431 raft_consensus.cc:2272] T 48e91e5a4b594e938e4363d4b92c72f5 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.226948   431 tablet_replica.cc:333] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76: stopping tablet replica
I20260630 12:15:46.227790   431 raft_consensus.cc:2243] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:15:46.228502 12750 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260630 12:15:46.229831   431 raft_consensus.cc:2272] T bfed4472c4ed470fa531d49513deea34 P 0a61c90b539944f7ba4a0b7a2c42fe76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.256836   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260630 12:15:46.273370 13169 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=70 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:46.274437 13169 tablet_bootstrap.cc:492] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Bootstrap complete.
I20260630 12:15:46.275166 13169 ts_tablet_manager.cc:1403] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Time spent bootstrapping tablet: real 0.103s	user 0.069s	sys 0.016s
I20260630 12:15:46.278021 13169 raft_consensus.cc:359] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:46.279019 13169 raft_consensus.cc:740] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e730faa09c594635864b5caf12053f33, State: Initialized, Role: LEARNER
I20260630 12:15:46.279786 13169 consensus_queue.cc:260] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:46.281535   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260630 12:15:46.289572 13169 ts_tablet_manager.cc:1434] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.008s
W20260630 12:15:46.295362 12899 consensus_peers.cc:597] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367): Couldn't send request to peer 637198c9335247bf950e755ec85a09d6. 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:46.296975 12946 tablet_copy_service.cc:342] P 054b8a05a3ec41e58b65deec0517e4a5: Request end of tablet copy session e730faa09c594635864b5caf12053f33-a61ea51fcc484fc8a3c1e7f1d50c9008 received from {username='slave'} at 127.0.0.1:47138
I20260630 12:15:46.297556 12946 tablet_copy_service.cc:434] P 054b8a05a3ec41e58b65deec0517e4a5: ending tablet copy session e730faa09c594635864b5caf12053f33-a61ea51fcc484fc8a3c1e7f1d50c9008 on tablet a61ea51fcc484fc8a3c1e7f1d50c9008 with peer e730faa09c594635864b5caf12053f33
I20260630 12:15:46.303453 13175 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=59 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:15:46.304749 13175 tablet_bootstrap.cc:492] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Bootstrap complete.
I20260630 12:15:46.305660 13175 ts_tablet_manager.cc:1403] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Time spent bootstrapping tablet: real 0.087s	user 0.065s	sys 0.019s
I20260630 12:15:46.308763 13175 raft_consensus.cc:359] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:46.311048 13175 raft_consensus.cc:740] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e730faa09c594635864b5caf12053f33, State: Initialized, Role: LEARNER
I20260630 12:15:46.311982   431 tablet_copy_service.cc:362] P 637198c9335247bf950e755ec85a09d6: Destroying tablet copy session e730faa09c594635864b5caf12053f33-9365e4dada4c4f109834ff4cc76b5caf due to service shutdown
I20260630 12:15:46.311770 13175 consensus_queue.cc:260] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "0a61c90b539944f7ba4a0b7a2c42fe76" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33835 } } peers { permanent_uuid: "054b8a05a3ec41e58b65deec0517e4a5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35145 } attrs { replace: true } } peers { permanent_uuid: "637198c9335247bf950e755ec85a09d6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35367 } } peers { permanent_uuid: "e730faa09c594635864b5caf12053f33" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34089 } attrs { promote: true } }
I20260630 12:15:46.312440   431 tablet_copy_service.cc:434] P 637198c9335247bf950e755ec85a09d6: ending tablet copy session e730faa09c594635864b5caf12053f33-9365e4dada4c4f109834ff4cc76b5caf on tablet 9365e4dada4c4f109834ff4cc76b5caf with peer e730faa09c594635864b5caf12053f33
I20260630 12:15:46.313704 13175 ts_tablet_manager.cc:1434] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:15:46.339825   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:46.340583   431 tablet_replica.cc:333] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.341166   431 raft_consensus.cc:2243] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.341678   431 raft_consensus.cc:2272] T bfed4472c4ed470fa531d49513deea34 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.344542   431 tablet_replica.cc:333] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.345121   431 raft_consensus.cc:2243] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.345674   431 raft_consensus.cc:2272] T 3d8d8ff2468b4366917fabcc49e85b74 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.347669   431 tablet_replica.cc:333] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.348178   431 raft_consensus.cc:2243] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.349169   431 raft_consensus.cc:2272] T 9365e4dada4c4f109834ff4cc76b5caf P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.351485   431 tablet_replica.cc:333] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.352025   431 raft_consensus.cc:2243] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.352579   431 raft_consensus.cc:2272] T 48e91e5a4b594e938e4363d4b92c72f5 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.355247   431 tablet_replica.cc:333] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.355785   431 raft_consensus.cc:2243] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.356346   431 raft_consensus.cc:2272] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.358749   431 tablet_replica.cc:333] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6: stopping tablet replica
I20260630 12:15:46.359241   431 raft_consensus.cc:2243] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.359786   431 raft_consensus.cc:2272] T ef3864643ecf4f1fa1748e5f03aefbe0 P 637198c9335247bf950e755ec85a09d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.385932   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260630 12:15:46.405546 13168 ts_tablet_manager.cc:1011] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: Tablet Copy: Unable to fetch data from remote peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835): 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.193:33835: connect: Connection refused (error 111)
I20260630 12:15:46.406037 13168 tablet_replica.cc:333] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: stopping tablet replica
I20260630 12:15:46.406318 13168 raft_consensus.cc:2243] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:46.406636 13168 raft_consensus.cc:2272] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus is shut down!
W20260630 12:15:46.408988 13168 tablet_copy_client.cc:1131] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: 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:33835: connect: Connection refused (error 111)
I20260630 12:15:46.409132   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260630 12:15:46.410353 13168 tablet_metadata.cc:476] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet bfed4472c4ed470fa531d49513deea34 but one is already registered
I20260630 12:15:46.410800 13168 ts_tablet_manager.cc:1916] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:15:46.427211 13168 ts_tablet_manager.cc:1929] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.0
W20260630 12:15:46.427444 13175 tablet_copy_client.cc:1131] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: 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:35367: connect: Connection refused (error 111)
I20260630 12:15:46.427676 13168 log.cc:1199] T bfed4472c4ed470fa531d49513deea34 P e730faa09c594635864b5caf12053f33: Deleting WAL directory at /tmp/dist-test-task1tRk5r/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782821479742301-431-0/minicluster-data/ts-3-root/wals/bfed4472c4ed470fa531d49513deea34
W20260630 12:15:46.433812 12902 consensus_peers.cc:597] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer 0a61c90b539944f7ba4a0b7a2c42fe76 (127.0.107.193:33835): Couldn't send request to peer 0a61c90b539944f7ba4a0b7a2c42fe76. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33835: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:15:46.439862 12899 consensus_peers.cc:597] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 -> Peer 637198c9335247bf950e755ec85a09d6 (127.0.107.194:35367): Couldn't send request to peer 637198c9335247bf950e755ec85a09d6. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:35367: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:15:46.452410   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:46.453303   431 tablet_replica.cc:333] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.453905   431 raft_consensus.cc:2243] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.454504   431 raft_consensus.cc:2272] T bfed4472c4ed470fa531d49513deea34 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.457087   431 tablet_replica.cc:333] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.457623   431 raft_consensus.cc:2243] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.458166   431 raft_consensus.cc:2272] T 48e91e5a4b594e938e4363d4b92c72f5 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.460837   431 tablet_replica.cc:333] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.461360   431 raft_consensus.cc:2243] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:15:46.461794   431 raft_consensus.cc:2272] T 9365e4dada4c4f109834ff4cc76b5caf P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.464363   431 tablet_replica.cc:333] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.464929   431 raft_consensus.cc:2243] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.465689   431 raft_consensus.cc:2272] T 3d8d8ff2468b4366917fabcc49e85b74 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.467675   431 tablet_replica.cc:333] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.468150   431 raft_consensus.cc:2243] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.468863   431 raft_consensus.cc:2272] T ef3864643ecf4f1fa1748e5f03aefbe0 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.470752   431 tablet_replica.cc:333] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5: stopping tablet replica
I20260630 12:15:46.471201   431 raft_consensus.cc:2243] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.472234   431 raft_consensus.cc:2272] T a61ea51fcc484fc8a3c1e7f1d50c9008 P 054b8a05a3ec41e58b65deec0517e4a5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.498464   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260630 12:15:46.515542   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260630 12:15:46.537040   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:15:46.538247   431 tablet_replica.cc:333] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33: stopping tablet replica
I20260630 12:15:46.538863   431 raft_consensus.cc:2243] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:46.539268   431 raft_consensus.cc:2272] T a61ea51fcc484fc8a3c1e7f1d50c9008 P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:46.541601   431 tablet_replica.cc:333] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33: stopping tablet replica
I20260630 12:15:46.542100   431 raft_consensus.cc:2243] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:15:46.542459   431 raft_consensus.cc:2272] T 9365e4dada4c4f109834ff4cc76b5caf P e730faa09c594635864b5caf12053f33 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:15:46.564004   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260630 12:15:46.581301   431 master.cc:562] Master@127.0.107.254:40591 shutting down...
W20260630 12:15:46.600898 12733 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:15:46.602013   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:15:46.602449   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:15:46.602734   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 515970fa8a6e4c9c9142900bee27a3dd: stopping tablet replica
I20260630 12:15:46.622814   431 master.cc:584] Master@127.0.107.254:40591 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5309 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (12512 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (266749 ms total)
[  PASSED  ] 26 tests.
I20260630 12:15:46.673427   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 ~67 seconds ago
I20260630 12:15:46.673643   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 ~67 seconds ago
I20260630 12:15:46.673792   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 7 messages since previous log ~67 seconds ago
I20260630 12:15:46.673924   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 19 messages since previous log ~97 seconds ago
I20260630 12:15:46.674067   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 1 messages since previous log ~181 seconds ago
I20260630 12:15:46.674206   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 8 messages since previous log ~244 seconds ago
I20260630 12:15:46.674504   431 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 53 messages since previous log ~23 seconds ago
I20260630 12:15:46.674667   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
